[molecules] use /sabayon/iso for arm images as well
This path is hardcoded into build_iso.sh and makes the --push flag work.
This commit is contained in:
@@ -47,7 +47,7 @@ execution_strategy: chroot_to_mmc
|
||||
%env post_image_script: ${SABAYON_MOLECULE_HOME:-/sabayon}/scripts/post_mmc_image_script.sh
|
||||
|
||||
# Destination directory for the image path (MANDATORY)
|
||||
%env destination_image_directory: ${SABAYON_MOLECULE_HOME:-/sabayon}/images
|
||||
%env destination_image_directory: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso
|
||||
|
||||
# Path to source chroot (mandatory)
|
||||
%env source_chroot: ${SABAYON_MOLECULE_HOME:-/sabayon}/sources/armv7l_core-2012
|
||||
|
||||
@@ -31,7 +31,7 @@ execution_strategy: iso_to_tar
|
||||
%env pre_tar_script: ${SABAYON_MOLECULE_HOME:-/sabayon}/scripts/amazon_ebs_image_pre_tar_script.sh
|
||||
|
||||
# Destination directory for the image path (MANDATORY)
|
||||
%env destination_tar_directory: ${SABAYON_MOLECULE_HOME:-/sabayon}/images
|
||||
%env destination_tar_directory: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso
|
||||
|
||||
# Compression method (default is: gz). Supported compression methods: gz, bz2
|
||||
# compression_method: gz
|
||||
|
||||
@@ -48,7 +48,7 @@ execution_strategy: iso_to_image
|
||||
# %env post_image_script: ${SABAYON_MOLECULE_HOME:-/sabayon}/scripts/post_image_script.sh
|
||||
|
||||
# Destination directory for the image path (MANDATORY)
|
||||
%env destination_image_directory: ${SABAYON_MOLECULE_HOME:-/sabayon}/images
|
||||
%env destination_image_directory: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso
|
||||
|
||||
# Specify an alternative image file name (image file name will be automatically
|
||||
# produced otherwise)
|
||||
|
||||
Reference in New Issue
Block a user