[molecules] migrate hardcoded release version to SABAYON_RELEASE env var
This commit is contained in:
@@ -33,7 +33,7 @@ iso_title: Sabayon GNOME
|
||||
extra_mkisofs_parameters: -b isolinux/isolinux.bin -c isolinux/boot.cat -eltorito-alt-boot -no-emul-boot -eltorito-platform efi -eltorito-boot boot/grub/efi.img
|
||||
|
||||
# Pre-ISO building script. Hook to be able to copy kernel images in place, for example
|
||||
%env pre_iso_script: ${SABAYON_MOLECULE_HOME:-/sabayon}/scripts/amd64_x86_pre_iso_script.sh GNOME 64 32 ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_11_x86_G.iso
|
||||
%env pre_iso_script: ${SABAYON_MOLECULE_HOME:-/sabayon}/scripts/amd64_x86_pre_iso_script.sh GNOME 64 32 ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_${SABAYON_RELEASE:-11}_x86_G.iso
|
||||
|
||||
# Post-ISO building script, called after ISO image generation.
|
||||
%env post_iso_script: ${SABAYON_MOLECULE_HOME:-/sabayon}/scripts/generic_post_iso_script.sh
|
||||
@@ -64,13 +64,13 @@ execute_repositories_update: no
|
||||
# paths_to_empty:
|
||||
|
||||
# Release Version
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Release Version string description
|
||||
release_desc: amd64+x86 GNOME
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_11_amd64_G.iso
|
||||
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_${SABAYON_RELEASE:-11}_amd64_G.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_11_amd64+x86_G.iso
|
||||
%env destination_iso_image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_amd64+x86_G.iso
|
||||
|
||||
@@ -64,13 +64,13 @@ execute_repositories_update: no
|
||||
# paths_to_empty:
|
||||
|
||||
# Release Version
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Release Version string description
|
||||
release_desc: amd64+x86 KDE
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_11_amd64_K.iso
|
||||
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_${SABAYON_RELEASE:-11}_amd64_K.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_11_amd64+x86_K.iso
|
||||
%env destination_iso_image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_amd64+x86_K.iso
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%env %import ${SABAYON_MOLECULE_HOME:-/sabayon}/molecules/awesome.common
|
||||
|
||||
# Release Version
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Release Version string description
|
||||
release_desc: amd64 Awesome
|
||||
@@ -11,4 +11,4 @@ release_desc: amd64 Awesome
|
||||
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_11_amd64_Awesome.iso
|
||||
%env destination_iso_image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_amd64_Awesome.iso
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
# Use abs path, otherwise daily iso build won't work
|
||||
%env %import ${SABAYON_MOLECULE_HOME:-/sabayon}/molecules/corecdx.common
|
||||
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
release_desc: amd64 CoreCDX
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_CoreCDX_11_amd64.iso
|
||||
%env destination_iso_image_name: Sabayon_Linux_CoreCDX_${SABAYON_RELEASE:-11}_amd64.iso
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%env %import ${SABAYON_MOLECULE_HOME:-/sabayon}/molecules/e17.common
|
||||
|
||||
# Release Version
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Release Version string description
|
||||
release_desc: amd64 E17
|
||||
@@ -11,4 +11,4 @@ release_desc: amd64 E17
|
||||
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_11_amd64_E17.iso
|
||||
%env destination_iso_image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_amd64_E17.iso
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%env %import ${SABAYON_MOLECULE_HOME:-/sabayon}/molecules/gaming.common
|
||||
|
||||
# Release Version
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Release Version string description
|
||||
release_desc: amd64 Gaming Edition
|
||||
@@ -11,4 +11,4 @@ release_desc: amd64 Gaming Edition
|
||||
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_DAILY_amd64_G.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_11_amd64_Gaming.iso
|
||||
%env destination_iso_image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_amd64_Gaming.iso
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%env %import ${SABAYON_MOLECULE_HOME:-/sabayon}/molecules/gnome.common
|
||||
|
||||
# Release Version
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Release Version string description
|
||||
release_desc: amd64 GNOME
|
||||
@@ -11,4 +11,4 @@ release_desc: amd64 GNOME
|
||||
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_11_amd64_G.iso
|
||||
%env destination_iso_image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_amd64_G.iso
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
# Use abs path, otherwise daily iso build won't work
|
||||
%env %import ${SABAYON_MOLECULE_HOME:-/sabayon}/molecules/hardenedserver.common
|
||||
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
release_desc: amd64 Hardened Server
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_HardenedServer_11_amd64.iso
|
||||
%env destination_iso_image_name: Sabayon_Linux_HardenedServer_${SABAYON_RELEASE:-11}_amd64.iso
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%env %import ${SABAYON_MOLECULE_HOME:-/sabayon}/molecules/kde.common
|
||||
|
||||
# Release Version
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Release Version string description
|
||||
release_desc: amd64 KDE
|
||||
@@ -11,4 +11,4 @@ release_desc: amd64 KDE
|
||||
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_11_amd64_K.iso
|
||||
%env destination_iso_image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_amd64_K.iso
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%env %import ${SABAYON_MOLECULE_HOME:-/sabayon}/molecules/lxde.common
|
||||
|
||||
# Release Version
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Release Version string description
|
||||
release_desc: amd64 LXDE
|
||||
@@ -11,4 +11,4 @@ release_desc: amd64 LXDE
|
||||
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_11_amd64_LXDE.iso
|
||||
%env destination_iso_image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_amd64_LXDE.iso
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%env %import ${SABAYON_MOLECULE_HOME:-/sabayon}/molecules/mate.common
|
||||
|
||||
# Release Version
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Release Version string description
|
||||
release_desc: amd64 MATE
|
||||
@@ -11,4 +11,4 @@ release_desc: amd64 MATE
|
||||
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_11_amd64_MATE.iso
|
||||
%env destination_iso_image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_amd64_MATE.iso
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
# Use abs path, otherwise daily iso build won't work
|
||||
%env %import ${SABAYON_MOLECULE_HOME:-/sabayon}/molecules/serverbase.common
|
||||
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
release_desc: amd64 ServerBase
|
||||
|
||||
# Path to source ISO file (MANDATORY)
|
||||
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_ServerBase_11_amd64.iso
|
||||
%env destination_iso_image_name: Sabayon_Linux_ServerBase_${SABAYON_RELEASE:-11}_amd64.iso
|
||||
|
||||
@@ -9,5 +9,5 @@
|
||||
# Path to source ISO file (MANDATORY)
|
||||
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||
|
||||
release_version: 10
|
||||
image_name: Sabayon_Linux_SpinBase_11_amd64_ami.img
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
%env image_name: Sabayon_Linux_SpinBase_${SABAYON_RELEASE:-11}_amd64_ami.img
|
||||
|
||||
@@ -8,5 +8,5 @@
|
||||
# Path to source ISO file (MANDATORY)
|
||||
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||
|
||||
release_version: 10
|
||||
tar_name: Sabayon_Linux_SpinBase_11_amd64_Amazon_EBS_ext4_filesystem_image.tar.gz
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
%env tar_name: Sabayon_Linux_SpinBase_${SABAYON_RELEASE:-11}_amd64_Amazon_EBS_ext4_filesystem_image.tar.gz
|
||||
|
||||
@@ -8,5 +8,5 @@
|
||||
# Path to source ISO file (MANDATORY)
|
||||
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||
|
||||
release_version: 10
|
||||
tar_name: Sabayon_Linux_SpinBase_11_amd64_openvz.tar.gz
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
%env tar_name: Sabayon_Linux_SpinBase_${SABAYON_RELEASE:-11}_amd64_openvz.tar.gz
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
# Release Version
|
||||
# Keep this here, otherwise daily builds automagic won't work
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Release Version string description
|
||||
release_desc: amd64 SpinBase
|
||||
@@ -13,4 +13,4 @@ release_desc: amd64 SpinBase
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
# Keep this here and set, otherwise daily builds automagic won't work
|
||||
destination_iso_image_name: Sabayon_Linux_SpinBase_11_amd64.iso
|
||||
%env destination_iso_image_name: Sabayon_Linux_SpinBase_${SABAYON_RELEASE:-11}_amd64.iso
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%env %import ${SABAYON_MOLECULE_HOME:-/sabayon}/molecules/xfce.common
|
||||
|
||||
# Release Version
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Release Version string description
|
||||
release_desc: amd64 Xfce
|
||||
@@ -11,4 +11,4 @@ release_desc: amd64 Xfce
|
||||
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_11_amd64_Xfce.iso
|
||||
%env destination_iso_image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_amd64_Xfce.iso
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%env %import ${SABAYON_MOLECULE_HOME:-/sabayon}/molecules/forensicxfce.common
|
||||
|
||||
# Release Version
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Release Version string description
|
||||
release_desc: amd64 ForensicsXfce
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
release_desc: armv7a BeagleBoard xM
|
||||
|
||||
# Release Version (used to generate release_file)
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Specify image file name (image file name will be automatically
|
||||
# produced otherwise)
|
||||
image_name: Sabayon_Linux_11_armv7a_BeagleBoard_xM_4GB.img
|
||||
%env image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_armv7a_BeagleBoard_xM_4GB.img
|
||||
|
||||
# Specify the image file size in Megabytes. This is mandatory.
|
||||
# To avoid runtime failure, make sure the image is large enough to fit your
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
release_desc: armv7a BeagleBoard xM
|
||||
|
||||
# Release Version (used to generate release_file)
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Specify image file name (image file name will be automatically
|
||||
# produced otherwise)
|
||||
image_name: Sabayon_Linux_11_armv7a_BeagleBoard_xM_8GB.img
|
||||
%env image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_armv7a_BeagleBoard_xM_8GB.img
|
||||
|
||||
# Specify the image file size in Megabytes. This is mandatory.
|
||||
# To avoid runtime failure, make sure the image is large enough to fit your
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
release_desc: armv7a BeagleBone
|
||||
|
||||
# Release Version (used to generate release_file)
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Specify image file name (image file name will be automatically
|
||||
# produced otherwise)
|
||||
image_name: Sabayon_Linux_11_armv7a_BeagleBone_Base_2GB.img
|
||||
%env image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_armv7a_BeagleBone_Base_2GB.img
|
||||
|
||||
# Specify the image file size in Megabytes. This is mandatory.
|
||||
# To avoid runtime failure, make sure the image is large enough to fit your
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
release_desc: armv7a BeagleBone
|
||||
|
||||
# Release Version (used to generate release_file)
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Specify image file name (image file name will be automatically
|
||||
# produced otherwise)
|
||||
image_name: Sabayon_Linux_11_armv7a_BeagleBone_Base_4GB.img
|
||||
%env image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_armv7a_BeagleBone_Base_4GB.img
|
||||
|
||||
# Specify the image file size in Megabytes. This is mandatory.
|
||||
# To avoid runtime failure, make sure the image is large enough to fit your
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
release_desc: armv7a Efika MX
|
||||
|
||||
# Release Version (used to generate release_file)
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Specify image file name (image file name will be automatically
|
||||
# produced otherwise)
|
||||
image_name: Sabayon_Linux_11_armv7a_EfikaMX_4GB.img
|
||||
%env image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_armv7a_EfikaMX_4GB.img
|
||||
|
||||
# Specify the image file size in Megabytes. This is mandatory.
|
||||
# To avoid runtime failure, make sure the image is large enough to fit your
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
release_desc: armv7a Efika MX
|
||||
|
||||
# Release Version (used to generate release_file)
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Specify image file name (image file name will be automatically
|
||||
# produced otherwise)
|
||||
image_name: Sabayon_Linux_11_armv7a_EfikaMX_Base_4GB.img
|
||||
%env image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_armv7a_EfikaMX_Base_4GB.img
|
||||
|
||||
# Specify the image file size in Megabytes. This is mandatory.
|
||||
# To avoid runtime failure, make sure the image is large enough to fit your
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
release_desc: armv7a PandaBoard
|
||||
|
||||
# Release Version (used to generate release_file)
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Specify image file name (image file name will be automatically
|
||||
# produced otherwise)
|
||||
image_name: Sabayon_Linux_11_armv7a_PandaBoard_4GB.img
|
||||
%env image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_armv7a_PandaBoard_4GB.img
|
||||
|
||||
# Specify the image file size in Megabytes. This is mandatory.
|
||||
# To avoid runtime failure, make sure the image is large enough to fit your
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
release_desc: armv7a PandaBoard
|
||||
|
||||
# Release Version (used to generate release_file)
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Specify image file name (image file name will be automatically
|
||||
# produced otherwise)
|
||||
image_name: Sabayon_Linux_11_armv7a_PandaBoard_8GB.img
|
||||
%env image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_armv7a_PandaBoard_8GB.img
|
||||
|
||||
# Specify the image file size in Megabytes. This is mandatory.
|
||||
# To avoid runtime failure, make sure the image is large enough to fit your
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
release_desc: armelv7a BeagleBoard xM
|
||||
|
||||
# Release Version (used to generate release_file)
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Specify image file name (image file name will be automatically
|
||||
# produced otherwise)
|
||||
image_name: Sabayon_Linux_11_armelv7a_BeagleBoard_xM_4GB.img
|
||||
%env image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_armelv7a_BeagleBoard_xM_4GB.img
|
||||
|
||||
# Specify the image file size in Megabytes. This is mandatory.
|
||||
# To avoid runtime failure, make sure the image is large enough to fit your
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
release_desc: armelv7a BeagleBoard xM
|
||||
|
||||
# Release Version (used to generate release_file)
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Specify image file name (image file name will be automatically
|
||||
# produced otherwise)
|
||||
image_name: Sabayon_Linux_11_armelv7a_BeagleBoard_xM_8GB.img
|
||||
%env image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_armelv7a_BeagleBoard_xM_8GB.img
|
||||
|
||||
# Specify the image file size in Megabytes. This is mandatory.
|
||||
# To avoid runtime failure, make sure the image is large enough to fit your
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
release_desc: armelv7a BeagleBone
|
||||
|
||||
# Release Version (used to generate release_file)
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Specify image file name (image file name will be automatically
|
||||
# produced otherwise)
|
||||
image_name: Sabayon_Linux_11_armelv7a_BeagleBone_Base_2GB.img
|
||||
%env image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_armelv7a_BeagleBone_Base_2GB.img
|
||||
|
||||
# Specify the image file size in Megabytes. This is mandatory.
|
||||
# To avoid runtime failure, make sure the image is large enough to fit your
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
release_desc: armelv7a BeagleBone
|
||||
|
||||
# Release Version (used to generate release_file)
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Specify image file name (image file name will be automatically
|
||||
# produced otherwise)
|
||||
image_name: Sabayon_Linux_11_armelv7a_BeagleBone_Base_4GB.img
|
||||
%env image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_armelv7a_BeagleBone_Base_4GB.img
|
||||
|
||||
# Specify the image file size in Megabytes. This is mandatory.
|
||||
# To avoid runtime failure, make sure the image is large enough to fit your
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
release_desc: armelv7a PandaBoard
|
||||
|
||||
# Release Version (used to generate release_file)
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Specify image file name (image file name will be automatically
|
||||
# produced otherwise)
|
||||
image_name: Sabayon_Linux_11_armelv7a_PandaBoard_4GB.img
|
||||
%env image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_armelv7a_PandaBoard_4GB.img
|
||||
|
||||
# Specify the image file size in Megabytes. This is mandatory.
|
||||
# To avoid runtime failure, make sure the image is large enough to fit your
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
release_desc: armelv7a PandaBoard
|
||||
|
||||
# Release Version (used to generate release_file)
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Specify image file name (image file name will be automatically
|
||||
# produced otherwise)
|
||||
image_name: Sabayon_Linux_11_armelv7a_PandaBoard_8GB.img
|
||||
%env image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_armelv7a_PandaBoard_8GB.img
|
||||
|
||||
# Specify the image file size in Megabytes. This is mandatory.
|
||||
# To avoid runtime failure, make sure the image is large enough to fit your
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
prechroot: linux32
|
||||
|
||||
# Release Version
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Release Version string description
|
||||
release_desc: x86 Awesome
|
||||
@@ -13,4 +13,4 @@ release_desc: x86 Awesome
|
||||
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_11_x86_Awesome.iso
|
||||
%env destination_iso_image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_x86_Awesome.iso
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# use abs path, otherwise daily iso build automagic won't work
|
||||
%env %import ${SABAYON_MOLECULE_HOME:-/sabayon}/molecules/corecdx.common
|
||||
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
release_desc: x86 CoreCDX
|
||||
|
||||
# pre chroot command, example, for 32bit chroots on 64bit system, you always
|
||||
@@ -12,4 +12,4 @@ prechroot: linux32
|
||||
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_CoreCDX_11_x86.iso
|
||||
%env destination_iso_image_name: Sabayon_Linux_CoreCDX_${SABAYON_RELEASE:-11}_x86.iso
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%env %import ${SABAYON_MOLECULE_HOME:-/sabayon}/molecules/e17.common
|
||||
|
||||
# Release Version
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Release Version string description
|
||||
release_desc: x86 E17
|
||||
@@ -14,4 +14,4 @@ prechroot: linux32
|
||||
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_11_x86_E17.iso
|
||||
%env destination_iso_image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_x86_E17.iso
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
prechroot: linux32
|
||||
|
||||
# Release Version
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Release Version string description
|
||||
release_desc: x86 Gaming Edition
|
||||
@@ -14,4 +14,4 @@ release_desc: x86 Gaming Edition
|
||||
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_DAILY_x86_G.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_11_x86_Gaming.iso
|
||||
%env destination_iso_image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_x86_Gaming.iso
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
prechroot: linux32
|
||||
|
||||
# Release Version
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Release Version string description
|
||||
release_desc: x86 GNOME
|
||||
@@ -13,4 +13,4 @@ release_desc: x86 GNOME
|
||||
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_11_x86_G.iso
|
||||
%env destination_iso_image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_x86_G.iso
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# use abs path, otherwise daily iso build automagic won't work
|
||||
%env %import ${SABAYON_MOLECULE_HOME:-/sabayon}/molecules/hardenedserver.common
|
||||
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
release_desc: x86 Hardened Server
|
||||
|
||||
# pre chroot command, example, for 32bit chroots on 64bit system, you always
|
||||
@@ -12,4 +12,4 @@ prechroot: linux32
|
||||
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_HardenedServer_11_x86.iso
|
||||
%env destination_iso_image_name: Sabayon_Linux_HardenedServer_${SABAYON_RELEASE:-11}_x86.iso
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
prechroot: linux32
|
||||
|
||||
# Release Version
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Release Version string description
|
||||
release_desc: x86 KDE
|
||||
@@ -13,4 +13,4 @@ release_desc: x86 KDE
|
||||
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_11_x86_K.iso
|
||||
%env destination_iso_image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_x86_K.iso
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%env %import ${SABAYON_MOLECULE_HOME:-/sabayon}/molecules/lxde.common
|
||||
|
||||
# Release Version
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Release Version string description
|
||||
release_desc: x86 LXDE
|
||||
@@ -14,4 +14,4 @@ prechroot: linux32
|
||||
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_11_x86_LXDE.iso
|
||||
%env destination_iso_image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_x86_LXDE.iso
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
prechroot: linux32
|
||||
|
||||
# Release Version
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Release Version string description
|
||||
release_desc: amd64 MATE
|
||||
@@ -13,4 +13,4 @@ release_desc: amd64 MATE
|
||||
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_11_x86_MATE.iso
|
||||
%env destination_iso_image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_x86_MATE.iso
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# use abs path, otherwise daily iso build automagic won't work
|
||||
%env %import ${SABAYON_MOLECULE_HOME:-/sabayon}/molecules/serverbase.common
|
||||
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
release_desc: x86 ServerBase
|
||||
|
||||
# pre chroot command, example, for 32bit chroots on 64bit system, you always
|
||||
@@ -12,4 +12,4 @@ prechroot: linux32
|
||||
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_ServerBase_11_x86.iso
|
||||
%env destination_iso_image_name: Sabayon_Linux_ServerBase_${SABAYON_RELEASE:-11}_x86.iso
|
||||
|
||||
@@ -9,5 +9,5 @@ prechroot: linux32
|
||||
# Path to source ISO file (MANDATORY)
|
||||
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||
|
||||
release_version: 10
|
||||
image_name: Sabayon_Linux_SpinBase_11_x86_ami.img
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
%env image_name: Sabayon_Linux_SpinBase_${SABAYON_RELEASE:-11}_x86_ami.img
|
||||
|
||||
@@ -8,5 +8,5 @@ prechroot: linux32
|
||||
# Path to source ISO file (MANDATORY)
|
||||
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||
|
||||
release_version: 10
|
||||
tar_name: Sabayon_Linux_SpinBase_11_x86_Amazon_EBS_ext4_filesystem_image.tar.gz
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
%env tar_name: Sabayon_Linux_SpinBase_${SABAYON_RELEASE:-11}_x86_Amazon_EBS_ext4_filesystem_image.tar.gz
|
||||
|
||||
@@ -8,5 +8,5 @@ prechroot: linux32
|
||||
# Path to source ISO file (MANDATORY)
|
||||
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||
|
||||
release_version: 10
|
||||
tar_name: Sabayon_Linux_SpinBase_11_x86_openvz.tar.gz
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
%env tar_name: Sabayon_Linux_SpinBase_${SABAYON_RELEASE:-11}_x86_openvz.tar.gz
|
||||
|
||||
@@ -6,7 +6,7 @@ prechroot: linux32
|
||||
|
||||
# Release Version
|
||||
# Keep this here, otherwise daily builds automagic won't work
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Release Version string description
|
||||
release_desc: x86 SpinBase
|
||||
@@ -16,4 +16,4 @@ release_desc: x86 SpinBase
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
# Keep this here and set, otherwise daily builds automagic won't work
|
||||
destination_iso_image_name: Sabayon_Linux_SpinBase_11_x86.iso
|
||||
%env destination_iso_image_name: Sabayon_Linux_SpinBase_${SABAYON_RELEASE:-11}_x86.iso
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%env %import ${SABAYON_MOLECULE_HOME:-/sabayon}/molecules/xfce.common
|
||||
|
||||
# Release Version
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Release Version string description
|
||||
release_desc: x86 Xfce
|
||||
@@ -14,4 +14,4 @@ prechroot: linux32
|
||||
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||
|
||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||
destination_iso_image_name: Sabayon_Linux_11_x86_Xfce.iso
|
||||
%env destination_iso_image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_x86_Xfce.iso
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
prechroot: linux32
|
||||
|
||||
# Release Version
|
||||
release_version: 10
|
||||
%env release_version: ${SABAYON_RELEASE:-11}
|
||||
|
||||
# Release Version string description
|
||||
release_desc: x86 ForensicsXfce
|
||||
|
||||
@@ -43,7 +43,7 @@ cp "${grub_source}" "${grub_destination}" || exit 1
|
||||
"${SABAYON_MOLECULE_HOME}"/scripts/make_grub_efi.sh || exit 1
|
||||
|
||||
ver=${RELEASE_VERSION}
|
||||
[[ -z "${ver}" ]] && ver=${CUR_DATE}
|
||||
[[ -z "${ver}" ]] && ver=${SABAYON_RELEASE}
|
||||
[[ -z "${ver}" ]] && ver="6"
|
||||
|
||||
sed -i "s/__VERSION__/${ver}/g" "${isolinux_destination}" || exit 1
|
||||
|
||||
@@ -44,7 +44,7 @@ cp "${grub_source}" "${grub_destination}" || exit 1
|
||||
"${SABAYON_MOLECULE_HOME}"/scripts/make_grub_efi.sh || exit 1
|
||||
|
||||
ver=${RELEASE_VERSION}
|
||||
[[ -z "${ver}" ]] && ver=${CUR_DATE}
|
||||
[[ -z "${ver}" ]] && ver=${SABAYON_RELEASE}
|
||||
[[ -z "${ver}" ]] && ver="6"
|
||||
|
||||
sed -i "s/__VERSION__/${ver}/g" "${isolinux_destination}" || exit 1
|
||||
|
||||
+21
-39
@@ -53,7 +53,9 @@ REMASTER_TAR_SPECS_TAR=()
|
||||
# Default Sabayon release version to current date
|
||||
# composed by YYYYMMDD. This is overridden by the
|
||||
# monthly if branch below.
|
||||
CUR_DATE=$(date -u +%Y%m%d)
|
||||
if [ -z "${SABAYON_RELEASE}" ]; then # make possible to override it
|
||||
SABAYON_RELEASE=$(date -u +%Y%m%d)
|
||||
fi
|
||||
# ISO TAG is instead used as part of the images push
|
||||
# to our mirror. It is always "DAILY" but it gets a special
|
||||
# meaning for monthly releases.
|
||||
@@ -163,13 +165,13 @@ elif [ "${ACTION}" = "dailybase" ]; then
|
||||
"${DISTRO_NAME}_SpinBase_${ISO_TAG}_amd64.iso"
|
||||
)
|
||||
elif [ "${ACTION}" = "monthly" ]; then
|
||||
CUR_DATE=$(date -u +%g.%m)
|
||||
if [ -z "${CUR_DATE}" ]; then
|
||||
echo "Cannot set CUR_DATE, wtf?" >&2
|
||||
SABAYON_RELEASE=$(date -u +%g.%m)
|
||||
if [ -z "${SABAYON_RELEASE}" ]; then
|
||||
echo "Cannot set SABAYON_RELEASE, wtf?" >&2
|
||||
exit 1
|
||||
fi
|
||||
# Rewrite ISO_TAG to CUR_DATE
|
||||
ISO_TAG="${CUR_DATE}"
|
||||
# Rewrite ISO_TAG to SABAYON_RELEASE
|
||||
ISO_TAG="${SABAYON_RELEASE}"
|
||||
OLD_ISO_TAG=$(date -u --date="last month" +%g.%m)
|
||||
if [ -z "${OLD_ISO_TAG}" ]; then
|
||||
echo "Cannot set OLD_ISO_TAG, wtf?" >&2
|
||||
@@ -226,9 +228,10 @@ DAILY_TMPDIR=
|
||||
export ETP_NONINTERACTIVE=1
|
||||
export BUILDING_DAILY
|
||||
|
||||
LOG_FILE="/var/log/molecule/autobuild-${CUR_DATE}-${$}.log"
|
||||
# to make ISO remaster spec files working (pre_iso_script)
|
||||
export CUR_DATE
|
||||
LOG_FILE="/var/log/molecule/autobuild-${SABAYON_RELEASE}-${$}.log"
|
||||
# to make ISO remaster spec files working (pre_iso_script) and
|
||||
# make molecules grab a proper release version
|
||||
export SABAYON_RELEASE
|
||||
|
||||
echo "DO_PUSH=${DO_PUSH}"
|
||||
echo "DRY_RUN=${DRY_RUN}"
|
||||
@@ -335,17 +338,11 @@ build_sabayon() {
|
||||
echo "inner_source_chroot_script: ${inner_chroot}" >> "${dst}"
|
||||
|
||||
# tweak iso image name
|
||||
sed -i "s/^#.*destination_iso_image_name/destination_iso_image_name:/" \
|
||||
"${dst}" || return 1
|
||||
sed -i "s/destination_iso_image_name.*/destination_iso_image_name: ${SOURCE_SPECS_ISO[i]}/" \
|
||||
"${dst}" || return 1
|
||||
|
||||
# tweak release version
|
||||
sed -i "s/release_version.*/release_version: ${CUR_DATE}/" \
|
||||
sed -i "s/destination_iso_image_name:.*/destination_iso_image_name: ${SOURCE_SPECS_ISO[i]}/" \
|
||||
"${dst}" || return 1
|
||||
|
||||
echo -n "${dst}: iso: ${SOURCE_SPECS_ISO[i]} "
|
||||
echo "date: ${CUR_DATE}"
|
||||
echo "date: ${SABAYON_RELEASE}"
|
||||
source_specs+=( "${dst}" )
|
||||
done
|
||||
|
||||
@@ -358,16 +355,11 @@ build_sabayon() {
|
||||
echo "inner_source_chroot_script: ${inner_chroot}" >> "${dst}"
|
||||
|
||||
# tweak iso image name
|
||||
sed -i "s/^#.*image_name/image_name:/" "${dst}" || return 1
|
||||
sed -i "s/image_name.*/image_name: ${ARM_SOURCE_SPECS_IMG[i]}/" \
|
||||
"${dst}" || return 1
|
||||
|
||||
# tweak release version
|
||||
sed -i "s/release_version.*/release_version: ${CUR_DATE}/" \
|
||||
sed -i "s/image_name:.*/image_name: ${ARM_SOURCE_SPECS_IMG[i]}/" \
|
||||
"${dst}" || return 1
|
||||
|
||||
echo -n "${dst}: image: ${ARM_SOURCE_SPECS_IMG[i]} "
|
||||
echo "date: ${CUR_DATE}"
|
||||
echo "date: ${SABAYON_RELEASE}"
|
||||
arm_source_specs+=( "${dst}" )
|
||||
done
|
||||
|
||||
@@ -378,17 +370,11 @@ build_sabayon() {
|
||||
cp "${src}" "${dst}" -p || return 1
|
||||
|
||||
# tweak iso image name
|
||||
sed -i "s/^#.*destination_iso_image_name/destination_iso_image_name:/" "${dst}" \
|
||||
|| return 1
|
||||
sed -i "s/destination_iso_image_name.*/destination_iso_image_name: ${REMASTER_SPECS_ISO[i]}/" \
|
||||
"${dst}" || return 1
|
||||
|
||||
# tweak release version
|
||||
sed -i "s/release_version.*/release_version: ${CUR_DATE}/" \
|
||||
sed -i "s/destination_iso_image_name:.*/destination_iso_image_name: ${REMASTER_SPECS_ISO[i]}/" \
|
||||
"${dst}" || return 1
|
||||
|
||||
echo -n "${dst}: iso: ${REMASTER_SPECS_ISO[i]} "
|
||||
echo "date: ${CUR_DATE}"
|
||||
echo "date: ${SABAYON_RELEASE}"
|
||||
remaster_specs+=( "${dst}" )
|
||||
done
|
||||
|
||||
@@ -398,14 +384,10 @@ build_sabayon() {
|
||||
cp "${src}" "${dst}" -p || return 1
|
||||
|
||||
# tweak tar name
|
||||
sed -i "s/^#.*tar_name/tar_name:/" "${dst}" || return 1
|
||||
sed -i "s/tar_name.*/tar_name: ${REMASTER_TAR_SPECS_TAR[i]}/" "${dst}" || return 1
|
||||
|
||||
# tweak release version
|
||||
sed -i "s/release_version.*/release_version: ${CUR_DATE}/" "${dst}" || return 1
|
||||
sed -i "s/tar_name:.*/tar_name: ${REMASTER_TAR_SPECS_TAR[i]}/" "${dst}" || return 1
|
||||
|
||||
echo -n "${dst}: tar: ${REMASTER_TAR_SPECS_TAR[i]} "
|
||||
echo "date: ${CUR_DATE}"
|
||||
echo "date: ${SABAYON_RELEASE}"
|
||||
remaster_specs+=( "${dst}" )
|
||||
done
|
||||
|
||||
@@ -486,7 +468,7 @@ if [ -n "${DO_STDOUT}" ]; then
|
||||
out=${?}
|
||||
fi
|
||||
else
|
||||
log_file="/var/log/molecule/autobuild-${CUR_DATE}-${$}.log"
|
||||
log_file="/var/log/molecule/autobuild-${SABAYON_RELEASE}-${$}.log"
|
||||
build_sabayon &> "${log_file}"
|
||||
out=${?}
|
||||
if [ "${out}" = "0" ]; then
|
||||
|
||||
@@ -37,7 +37,7 @@ echo "Sabayon ISO image build information" > "${build_file}" || exit 1
|
||||
echo "Built on: ${build_date}" >> "${build_file}" || exit 1
|
||||
|
||||
ver=${RELEASE_VERSION}
|
||||
[[ -z "${ver}" ]] && ver=${CUR_DATE}
|
||||
[[ -z "${ver}" ]] && ver=${SABAYON_RELEASE}
|
||||
[[ -z "${ver}" ]] && ver="6"
|
||||
|
||||
isolinux_dest="${CDROOT_DIR}/isolinux/txt.cfg"
|
||||
|
||||
Reference in New Issue
Block a user