[molecules] bump release to 9
This commit is contained in:
parent
1904bc45f0
commit
caf7ae0bac
@ -33,7 +33,7 @@ error_script: /sabayon/scripts/remaster_error_script.sh
|
|||||||
extra_mkisofs_parameters: -b isolinux/isolinux.bin -c isolinux/boot.cat
|
extra_mkisofs_parameters: -b isolinux/isolinux.bin -c isolinux/boot.cat
|
||||||
|
|
||||||
# Pre-ISO building script. Hook to be able to copy kernel images in place, for example
|
# Pre-ISO building script. Hook to be able to copy kernel images in place, for example
|
||||||
pre_iso_script: /sabayon/scripts/amd64_x86_pre_iso_script.sh GNOME 64 32 /sabayon/iso/Sabayon_Linux_8_x86_G.iso
|
pre_iso_script: /sabayon/scripts/amd64_x86_pre_iso_script.sh GNOME 64 32 /sabayon/iso/Sabayon_Linux_9_x86_G.iso
|
||||||
|
|
||||||
# Post-ISO building script, called after ISO image generation.
|
# Post-ISO building script, called after ISO image generation.
|
||||||
post_iso_script: /sabayon/scripts/generic_post_iso_script.sh
|
post_iso_script: /sabayon/scripts/generic_post_iso_script.sh
|
||||||
@ -64,13 +64,13 @@ execute_repositories_update: no
|
|||||||
# paths_to_empty:
|
# paths_to_empty:
|
||||||
|
|
||||||
# Release Version
|
# Release Version
|
||||||
release_version: 8
|
release_version: 9
|
||||||
|
|
||||||
# Release Version string description
|
# Release Version string description
|
||||||
release_desc: amd64+x86 GNOME
|
release_desc: amd64+x86 GNOME
|
||||||
|
|
||||||
# Path to source ISO file (MANDATORY)
|
# Path to source ISO file (MANDATORY)
|
||||||
source_iso: /sabayon/iso/Sabayon_Linux_8_amd64_G.iso
|
source_iso: /sabayon/iso/Sabayon_Linux_9_amd64_G.iso
|
||||||
|
|
||||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||||
destination_iso_image_name: Sabayon_Linux_8_amd64+x86_G.iso
|
destination_iso_image_name: Sabayon_Linux_9_amd64+x86_G.iso
|
||||||
|
@ -33,7 +33,7 @@ error_script: /sabayon/scripts/remaster_error_script.sh
|
|||||||
extra_mkisofs_parameters: -b isolinux/isolinux.bin -c isolinux/boot.cat
|
extra_mkisofs_parameters: -b isolinux/isolinux.bin -c isolinux/boot.cat
|
||||||
|
|
||||||
# Pre-ISO building script. Hook to be able to copy kernel images in place, for example
|
# Pre-ISO building script. Hook to be able to copy kernel images in place, for example
|
||||||
pre_iso_script: /sabayon/scripts/amd64_x86_pre_iso_script.sh KDE 64 32 /sabayon/iso/Sabayon_Linux_8_x86_K.iso
|
pre_iso_script: /sabayon/scripts/amd64_x86_pre_iso_script.sh KDE 64 32 /sabayon/iso/Sabayon_Linux_9_x86_K.iso
|
||||||
|
|
||||||
# Post-ISO building script, called after ISO image generation.
|
# Post-ISO building script, called after ISO image generation.
|
||||||
post_iso_script: /sabayon/scripts/generic_post_iso_script.sh
|
post_iso_script: /sabayon/scripts/generic_post_iso_script.sh
|
||||||
@ -64,13 +64,13 @@ execute_repositories_update: no
|
|||||||
# paths_to_empty:
|
# paths_to_empty:
|
||||||
|
|
||||||
# Release Version
|
# Release Version
|
||||||
release_version: 8
|
release_version: 9
|
||||||
|
|
||||||
# Release Version string description
|
# Release Version string description
|
||||||
release_desc: amd64+x86 KDE
|
release_desc: amd64+x86 KDE
|
||||||
|
|
||||||
# Path to source ISO file (MANDATORY)
|
# Path to source ISO file (MANDATORY)
|
||||||
source_iso: /sabayon/iso/Sabayon_Linux_8_amd64_K.iso
|
source_iso: /sabayon/iso/Sabayon_Linux_9_amd64_K.iso
|
||||||
|
|
||||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||||
destination_iso_image_name: Sabayon_Linux_8_amd64+x86_K.iso
|
destination_iso_image_name: Sabayon_Linux_9_amd64+x86_K.iso
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%import /sabayon/molecules/awesome.common
|
%import /sabayon/molecules/awesome.common
|
||||||
|
|
||||||
# Release Version
|
# Release Version
|
||||||
release_version: 8
|
release_version: 9
|
||||||
|
|
||||||
# Release Version string description
|
# Release Version string description
|
||||||
release_desc: amd64 Awesome
|
release_desc: amd64 Awesome
|
||||||
@ -11,4 +11,4 @@ release_desc: amd64 Awesome
|
|||||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||||
|
|
||||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||||
destination_iso_image_name: Sabayon_Linux_8_amd64_Awesome.iso
|
destination_iso_image_name: Sabayon_Linux_9_amd64_Awesome.iso
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# Use abs path, otherwise daily iso build won't work
|
# Use abs path, otherwise daily iso build won't work
|
||||||
%import /sabayon/molecules/corecdx.common
|
%import /sabayon/molecules/corecdx.common
|
||||||
|
|
||||||
release_version: 8
|
release_version: 9
|
||||||
release_desc: amd64 CoreCDX
|
release_desc: amd64 CoreCDX
|
||||||
|
|
||||||
# Path to source ISO file (MANDATORY)
|
# Path to source ISO file (MANDATORY)
|
||||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||||
|
|
||||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||||
destination_iso_image_name: Sabayon_Linux_CoreCDX_8_amd64.iso
|
destination_iso_image_name: Sabayon_Linux_CoreCDX_9_amd64.iso
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%import /sabayon/molecules/e17.common
|
%import /sabayon/molecules/e17.common
|
||||||
|
|
||||||
# Release Version
|
# Release Version
|
||||||
release_version: 8
|
release_version: 9
|
||||||
|
|
||||||
# Release Version string description
|
# Release Version string description
|
||||||
release_desc: amd64 E17
|
release_desc: amd64 E17
|
||||||
@ -11,4 +11,4 @@ release_desc: amd64 E17
|
|||||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||||
|
|
||||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||||
destination_iso_image_name: Sabayon_Linux_8_amd64_E17.iso
|
destination_iso_image_name: Sabayon_Linux_9_amd64_E17.iso
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%import /sabayon/molecules/gaming.common
|
%import /sabayon/molecules/gaming.common
|
||||||
|
|
||||||
# Release Version
|
# Release Version
|
||||||
release_version: 8
|
release_version: 9
|
||||||
|
|
||||||
# Release Version string description
|
# Release Version string description
|
||||||
release_desc: amd64 Gaming Edition
|
release_desc: amd64 Gaming Edition
|
||||||
@ -11,4 +11,4 @@ release_desc: amd64 Gaming Edition
|
|||||||
source_iso: /sabayon/iso/Sabayon_Linux_DAILY_amd64_G.iso
|
source_iso: /sabayon/iso/Sabayon_Linux_DAILY_amd64_G.iso
|
||||||
|
|
||||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||||
destination_iso_image_name: Sabayon_Linux_8_amd64_Gaming.iso
|
destination_iso_image_name: Sabayon_Linux_9_amd64_Gaming.iso
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%import /sabayon/molecules/gnome.common
|
%import /sabayon/molecules/gnome.common
|
||||||
|
|
||||||
# Release Version
|
# Release Version
|
||||||
release_version: 8
|
release_version: 9
|
||||||
|
|
||||||
# Release Version string description
|
# Release Version string description
|
||||||
release_desc: amd64 GNOME
|
release_desc: amd64 GNOME
|
||||||
@ -11,4 +11,4 @@ release_desc: amd64 GNOME
|
|||||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||||
|
|
||||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||||
destination_iso_image_name: Sabayon_Linux_8_amd64_G.iso
|
destination_iso_image_name: Sabayon_Linux_9_amd64_G.iso
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%import /sabayon/molecules/kde.common
|
%import /sabayon/molecules/kde.common
|
||||||
|
|
||||||
# Release Version
|
# Release Version
|
||||||
release_version: 8
|
release_version: 9
|
||||||
|
|
||||||
# Release Version string description
|
# Release Version string description
|
||||||
release_desc: amd64 KDE
|
release_desc: amd64 KDE
|
||||||
@ -11,4 +11,4 @@ release_desc: amd64 KDE
|
|||||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||||
|
|
||||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||||
destination_iso_image_name: Sabayon_Linux_8_amd64_K.iso
|
destination_iso_image_name: Sabayon_Linux_9_amd64_K.iso
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%import /sabayon/molecules/lxde.common
|
%import /sabayon/molecules/lxde.common
|
||||||
|
|
||||||
# Release Version
|
# Release Version
|
||||||
release_version: 8
|
release_version: 9
|
||||||
|
|
||||||
# Release Version string description
|
# Release Version string description
|
||||||
release_desc: amd64 LXDE
|
release_desc: amd64 LXDE
|
||||||
@ -11,4 +11,4 @@ release_desc: amd64 LXDE
|
|||||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||||
|
|
||||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||||
destination_iso_image_name: Sabayon_Linux_8_amd64_LXDE.iso
|
destination_iso_image_name: Sabayon_Linux_9_amd64_LXDE.iso
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# Use abs path, otherwise daily iso build won't work
|
# Use abs path, otherwise daily iso build won't work
|
||||||
%import /sabayon/molecules/serverbase.common
|
%import /sabayon/molecules/serverbase.common
|
||||||
|
|
||||||
release_version: 8
|
release_version: 9
|
||||||
release_desc: amd64 ServerBase
|
release_desc: amd64 ServerBase
|
||||||
|
|
||||||
# Path to source ISO file (MANDATORY)
|
# Path to source ISO file (MANDATORY)
|
||||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||||
|
|
||||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||||
destination_iso_image_name: Sabayon_Linux_ServerBase_8_amd64.iso
|
destination_iso_image_name: Sabayon_Linux_ServerBase_9_amd64.iso
|
||||||
|
@ -9,5 +9,5 @@
|
|||||||
# Path to source ISO file (MANDATORY)
|
# Path to source ISO file (MANDATORY)
|
||||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||||
|
|
||||||
release_version: 8
|
release_version: 9
|
||||||
image_name: Sabayon_Linux_SpinBase_8_amd64_ami.img
|
image_name: Sabayon_Linux_SpinBase_9_amd64_ami.img
|
||||||
|
@ -8,5 +8,5 @@
|
|||||||
# Path to source ISO file (MANDATORY)
|
# Path to source ISO file (MANDATORY)
|
||||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||||
|
|
||||||
release_version: 8
|
release_version: 9
|
||||||
tar_name: Sabayon_Linux_SpinBase_8_amd64_openvz.tar.gz
|
tar_name: Sabayon_Linux_SpinBase_9_amd64_openvz.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
# Release Version
|
# Release Version
|
||||||
# Keep this here, otherwise daily builds automagic won't work
|
# Keep this here, otherwise daily builds automagic won't work
|
||||||
release_version: 8
|
release_version: 9
|
||||||
|
|
||||||
# Release Version string description
|
# Release Version string description
|
||||||
release_desc: amd64 SpinBase
|
release_desc: amd64 SpinBase
|
||||||
@ -13,4 +13,4 @@ source_chroot: /sabayon/sources/amd64_core-2010
|
|||||||
|
|
||||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||||
# Keep this here and set, otherwise daily builds automagic won't work
|
# Keep this here and set, otherwise daily builds automagic won't work
|
||||||
destination_iso_image_name: Sabayon_Linux_SpinBase_8_amd64.iso
|
destination_iso_image_name: Sabayon_Linux_SpinBase_9_amd64.iso
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%import /sabayon/molecules/xfce.common
|
%import /sabayon/molecules/xfce.common
|
||||||
|
|
||||||
# Release Version
|
# Release Version
|
||||||
release_version: 8
|
release_version: 9
|
||||||
|
|
||||||
# Release Version string description
|
# Release Version string description
|
||||||
release_desc: amd64 Xfce
|
release_desc: amd64 Xfce
|
||||||
@ -11,4 +11,4 @@ release_desc: amd64 Xfce
|
|||||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_amd64.iso
|
||||||
|
|
||||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||||
destination_iso_image_name: Sabayon_Linux_8_amd64_Xfce.iso
|
destination_iso_image_name: Sabayon_Linux_9_amd64_Xfce.iso
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%import /sabayon/molecules/forensicxfce.common
|
%import /sabayon/molecules/forensicxfce.common
|
||||||
|
|
||||||
# Release Version
|
# Release Version
|
||||||
release_version: 8
|
release_version: 9
|
||||||
|
|
||||||
# Release Version string description
|
# Release Version string description
|
||||||
release_desc: amd64 ForensicsXfce
|
release_desc: amd64 ForensicsXfce
|
||||||
|
@ -5,11 +5,11 @@
|
|||||||
release_desc: armv7a BeagleBoard xM
|
release_desc: armv7a BeagleBoard xM
|
||||||
|
|
||||||
# Release Version (used to generate release_file)
|
# Release Version (used to generate release_file)
|
||||||
release_version: 8
|
release_version: 9
|
||||||
|
|
||||||
# Specify image file name (image file name will be automatically
|
# Specify image file name (image file name will be automatically
|
||||||
# produced otherwise)
|
# produced otherwise)
|
||||||
image_name: Sabayon_Linux_8_armv7a_BeagleBoard_xM_4GB.img
|
image_name: Sabayon_Linux_9_armv7a_BeagleBoard_xM_4GB.img
|
||||||
|
|
||||||
# Specify the image file size in Megabytes. This is mandatory.
|
# Specify the image file size in Megabytes. This is mandatory.
|
||||||
# To avoid runtime failure, make sure the image is large enough to fit your
|
# To avoid runtime failure, make sure the image is large enough to fit your
|
||||||
|
@ -5,11 +5,11 @@
|
|||||||
release_desc: armv7a BeagleBoard xM
|
release_desc: armv7a BeagleBoard xM
|
||||||
|
|
||||||
# Release Version (used to generate release_file)
|
# Release Version (used to generate release_file)
|
||||||
release_version: 8
|
release_version: 9
|
||||||
|
|
||||||
# Specify image file name (image file name will be automatically
|
# Specify image file name (image file name will be automatically
|
||||||
# produced otherwise)
|
# produced otherwise)
|
||||||
image_name: Sabayon_Linux_8_armv7a_BeagleBoard_xM_8GB.img
|
image_name: Sabayon_Linux_9_armv7a_BeagleBoard_xM_8GB.img
|
||||||
|
|
||||||
# Specify the image file size in Megabytes. This is mandatory.
|
# Specify the image file size in Megabytes. This is mandatory.
|
||||||
# To avoid runtime failure, make sure the image is large enough to fit your
|
# To avoid runtime failure, make sure the image is large enough to fit your
|
||||||
|
@ -5,11 +5,11 @@
|
|||||||
release_desc: armv7a BeagleBone
|
release_desc: armv7a BeagleBone
|
||||||
|
|
||||||
# Release Version (used to generate release_file)
|
# Release Version (used to generate release_file)
|
||||||
release_version: 8
|
release_version: 9
|
||||||
|
|
||||||
# Specify image file name (image file name will be automatically
|
# Specify image file name (image file name will be automatically
|
||||||
# produced otherwise)
|
# produced otherwise)
|
||||||
image_name: Sabayon_Linux_8_armv7a_BeagleBone_Base_2GB.img
|
image_name: Sabayon_Linux_9_armv7a_BeagleBone_Base_2GB.img
|
||||||
|
|
||||||
# Specify the image file size in Megabytes. This is mandatory.
|
# Specify the image file size in Megabytes. This is mandatory.
|
||||||
# To avoid runtime failure, make sure the image is large enough to fit your
|
# To avoid runtime failure, make sure the image is large enough to fit your
|
||||||
|
@ -5,11 +5,11 @@
|
|||||||
release_desc: armv7a BeagleBone
|
release_desc: armv7a BeagleBone
|
||||||
|
|
||||||
# Release Version (used to generate release_file)
|
# Release Version (used to generate release_file)
|
||||||
release_version: 8
|
release_version: 9
|
||||||
|
|
||||||
# Specify image file name (image file name will be automatically
|
# Specify image file name (image file name will be automatically
|
||||||
# produced otherwise)
|
# produced otherwise)
|
||||||
image_name: Sabayon_Linux_8_armv7a_BeagleBone_Base_4GB.img
|
image_name: Sabayon_Linux_9_armv7a_BeagleBone_Base_4GB.img
|
||||||
|
|
||||||
# Specify the image file size in Megabytes. This is mandatory.
|
# Specify the image file size in Megabytes. This is mandatory.
|
||||||
# To avoid runtime failure, make sure the image is large enough to fit your
|
# To avoid runtime failure, make sure the image is large enough to fit your
|
||||||
|
@ -5,11 +5,11 @@
|
|||||||
release_desc: armv7a Efika MX
|
release_desc: armv7a Efika MX
|
||||||
|
|
||||||
# Release Version (used to generate release_file)
|
# Release Version (used to generate release_file)
|
||||||
release_version: 8
|
release_version: 9
|
||||||
|
|
||||||
# Specify image file name (image file name will be automatically
|
# Specify image file name (image file name will be automatically
|
||||||
# produced otherwise)
|
# produced otherwise)
|
||||||
image_name: Sabayon_Linux_8_armv7a_EfikaMX_4GB.img
|
image_name: Sabayon_Linux_9_armv7a_EfikaMX_4GB.img
|
||||||
|
|
||||||
# Specify the image file size in Megabytes. This is mandatory.
|
# Specify the image file size in Megabytes. This is mandatory.
|
||||||
# To avoid runtime failure, make sure the image is large enough to fit your
|
# To avoid runtime failure, make sure the image is large enough to fit your
|
||||||
|
@ -5,11 +5,11 @@
|
|||||||
release_desc: armv7a Efika MX
|
release_desc: armv7a Efika MX
|
||||||
|
|
||||||
# Release Version (used to generate release_file)
|
# Release Version (used to generate release_file)
|
||||||
release_version: 8
|
release_version: 9
|
||||||
|
|
||||||
# Specify image file name (image file name will be automatically
|
# Specify image file name (image file name will be automatically
|
||||||
# produced otherwise)
|
# produced otherwise)
|
||||||
image_name: Sabayon_Linux_8_armv7a_EfikaMX_Base_4GB.img
|
image_name: Sabayon_Linux_9_armv7a_EfikaMX_Base_4GB.img
|
||||||
|
|
||||||
# Specify the image file size in Megabytes. This is mandatory.
|
# Specify the image file size in Megabytes. This is mandatory.
|
||||||
# To avoid runtime failure, make sure the image is large enough to fit your
|
# To avoid runtime failure, make sure the image is large enough to fit your
|
||||||
|
@ -5,11 +5,11 @@
|
|||||||
release_desc: armv7a PandaBoard
|
release_desc: armv7a PandaBoard
|
||||||
|
|
||||||
# Release Version (used to generate release_file)
|
# Release Version (used to generate release_file)
|
||||||
release_version: 8
|
release_version: 9
|
||||||
|
|
||||||
# Specify image file name (image file name will be automatically
|
# Specify image file name (image file name will be automatically
|
||||||
# produced otherwise)
|
# produced otherwise)
|
||||||
image_name: Sabayon_Linux_8_armv7a_PandaBoard_4GB.img
|
image_name: Sabayon_Linux_9_armv7a_PandaBoard_4GB.img
|
||||||
|
|
||||||
# Specify the image file size in Megabytes. This is mandatory.
|
# Specify the image file size in Megabytes. This is mandatory.
|
||||||
# To avoid runtime failure, make sure the image is large enough to fit your
|
# To avoid runtime failure, make sure the image is large enough to fit your
|
||||||
|
@ -5,11 +5,11 @@
|
|||||||
release_desc: armv7a PandaBoard
|
release_desc: armv7a PandaBoard
|
||||||
|
|
||||||
# Release Version (used to generate release_file)
|
# Release Version (used to generate release_file)
|
||||||
release_version: 8
|
release_version: 9
|
||||||
|
|
||||||
# Specify image file name (image file name will be automatically
|
# Specify image file name (image file name will be automatically
|
||||||
# produced otherwise)
|
# produced otherwise)
|
||||||
image_name: Sabayon_Linux_8_armv7a_PandaBoard_8GB.img
|
image_name: Sabayon_Linux_9_armv7a_PandaBoard_8GB.img
|
||||||
|
|
||||||
# Specify the image file size in Megabytes. This is mandatory.
|
# Specify the image file size in Megabytes. This is mandatory.
|
||||||
# To avoid runtime failure, make sure the image is large enough to fit your
|
# To avoid runtime failure, make sure the image is large enough to fit your
|
||||||
|
@ -5,11 +5,11 @@
|
|||||||
release_desc: armelv7a BeagleBoard xM
|
release_desc: armelv7a BeagleBoard xM
|
||||||
|
|
||||||
# Release Version (used to generate release_file)
|
# Release Version (used to generate release_file)
|
||||||
release_version: 8
|
release_version: 9
|
||||||
|
|
||||||
# Specify image file name (image file name will be automatically
|
# Specify image file name (image file name will be automatically
|
||||||
# produced otherwise)
|
# produced otherwise)
|
||||||
image_name: Sabayon_Linux_8_armelv7a_BeagleBoard_xM_4GB.img
|
image_name: Sabayon_Linux_9_armelv7a_BeagleBoard_xM_4GB.img
|
||||||
|
|
||||||
# Specify the image file size in Megabytes. This is mandatory.
|
# Specify the image file size in Megabytes. This is mandatory.
|
||||||
# To avoid runtime failure, make sure the image is large enough to fit your
|
# To avoid runtime failure, make sure the image is large enough to fit your
|
||||||
|
@ -5,11 +5,11 @@
|
|||||||
release_desc: armelv7a BeagleBoard xM
|
release_desc: armelv7a BeagleBoard xM
|
||||||
|
|
||||||
# Release Version (used to generate release_file)
|
# Release Version (used to generate release_file)
|
||||||
release_version: 8
|
release_version: 9
|
||||||
|
|
||||||
# Specify image file name (image file name will be automatically
|
# Specify image file name (image file name will be automatically
|
||||||
# produced otherwise)
|
# produced otherwise)
|
||||||
image_name: Sabayon_Linux_8_armelv7a_BeagleBoard_xM_8GB.img
|
image_name: Sabayon_Linux_9_armelv7a_BeagleBoard_xM_8GB.img
|
||||||
|
|
||||||
# Specify the image file size in Megabytes. This is mandatory.
|
# Specify the image file size in Megabytes. This is mandatory.
|
||||||
# To avoid runtime failure, make sure the image is large enough to fit your
|
# To avoid runtime failure, make sure the image is large enough to fit your
|
||||||
|
@ -5,11 +5,11 @@
|
|||||||
release_desc: armelv7a BeagleBone
|
release_desc: armelv7a BeagleBone
|
||||||
|
|
||||||
# Release Version (used to generate release_file)
|
# Release Version (used to generate release_file)
|
||||||
release_version: 8
|
release_version: 9
|
||||||
|
|
||||||
# Specify image file name (image file name will be automatically
|
# Specify image file name (image file name will be automatically
|
||||||
# produced otherwise)
|
# produced otherwise)
|
||||||
image_name: Sabayon_Linux_8_armelv7a_BeagleBone_Base_2GB.img
|
image_name: Sabayon_Linux_9_armelv7a_BeagleBone_Base_2GB.img
|
||||||
|
|
||||||
# Specify the image file size in Megabytes. This is mandatory.
|
# Specify the image file size in Megabytes. This is mandatory.
|
||||||
# To avoid runtime failure, make sure the image is large enough to fit your
|
# To avoid runtime failure, make sure the image is large enough to fit your
|
||||||
|
@ -5,11 +5,11 @@
|
|||||||
release_desc: armelv7a BeagleBone
|
release_desc: armelv7a BeagleBone
|
||||||
|
|
||||||
# Release Version (used to generate release_file)
|
# Release Version (used to generate release_file)
|
||||||
release_version: 8
|
release_version: 9
|
||||||
|
|
||||||
# Specify image file name (image file name will be automatically
|
# Specify image file name (image file name will be automatically
|
||||||
# produced otherwise)
|
# produced otherwise)
|
||||||
image_name: Sabayon_Linux_8_armelv7a_BeagleBone_Base_4GB.img
|
image_name: Sabayon_Linux_9_armelv7a_BeagleBone_Base_4GB.img
|
||||||
|
|
||||||
# Specify the image file size in Megabytes. This is mandatory.
|
# Specify the image file size in Megabytes. This is mandatory.
|
||||||
# To avoid runtime failure, make sure the image is large enough to fit your
|
# To avoid runtime failure, make sure the image is large enough to fit your
|
||||||
|
@ -5,11 +5,11 @@
|
|||||||
release_desc: armelv7a PandaBoard
|
release_desc: armelv7a PandaBoard
|
||||||
|
|
||||||
# Release Version (used to generate release_file)
|
# Release Version (used to generate release_file)
|
||||||
release_version: 8
|
release_version: 9
|
||||||
|
|
||||||
# Specify image file name (image file name will be automatically
|
# Specify image file name (image file name will be automatically
|
||||||
# produced otherwise)
|
# produced otherwise)
|
||||||
image_name: Sabayon_Linux_8_armelv7a_PandaBoard_4GB.img
|
image_name: Sabayon_Linux_9_armelv7a_PandaBoard_4GB.img
|
||||||
|
|
||||||
# Specify the image file size in Megabytes. This is mandatory.
|
# Specify the image file size in Megabytes. This is mandatory.
|
||||||
# To avoid runtime failure, make sure the image is large enough to fit your
|
# To avoid runtime failure, make sure the image is large enough to fit your
|
||||||
|
@ -5,11 +5,11 @@
|
|||||||
release_desc: armelv7a PandaBoard
|
release_desc: armelv7a PandaBoard
|
||||||
|
|
||||||
# Release Version (used to generate release_file)
|
# Release Version (used to generate release_file)
|
||||||
release_version: 8
|
release_version: 9
|
||||||
|
|
||||||
# Specify image file name (image file name will be automatically
|
# Specify image file name (image file name will be automatically
|
||||||
# produced otherwise)
|
# produced otherwise)
|
||||||
image_name: Sabayon_Linux_8_armelv7a_PandaBoard_8GB.img
|
image_name: Sabayon_Linux_9_armelv7a_PandaBoard_8GB.img
|
||||||
|
|
||||||
# Specify the image file size in Megabytes. This is mandatory.
|
# Specify the image file size in Megabytes. This is mandatory.
|
||||||
# To avoid runtime failure, make sure the image is large enough to fit your
|
# To avoid runtime failure, make sure the image is large enough to fit your
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
prechroot: linux32
|
prechroot: linux32
|
||||||
|
|
||||||
# Release Version
|
# Release Version
|
||||||
release_version: 8
|
release_version: 9
|
||||||
|
|
||||||
# Release Version string description
|
# Release Version string description
|
||||||
release_desc: x86 Awesome
|
release_desc: x86 Awesome
|
||||||
@ -13,4 +13,4 @@ release_desc: x86 Awesome
|
|||||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||||
|
|
||||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||||
destination_iso_image_name: Sabayon_Linux_8_x86_Awesome.iso
|
destination_iso_image_name: Sabayon_Linux_9_x86_Awesome.iso
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# use abs path, otherwise daily iso build automagic won't work
|
# use abs path, otherwise daily iso build automagic won't work
|
||||||
%import /sabayon/molecules/corecdx.common
|
%import /sabayon/molecules/corecdx.common
|
||||||
|
|
||||||
release_version: 8
|
release_version: 9
|
||||||
release_desc: x86 CoreCDX
|
release_desc: x86 CoreCDX
|
||||||
|
|
||||||
# pre chroot command, example, for 32bit chroots on 64bit system, you always
|
# pre chroot command, example, for 32bit chroots on 64bit system, you always
|
||||||
@ -12,4 +12,4 @@ prechroot: linux32
|
|||||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||||
|
|
||||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||||
destination_iso_image_name: Sabayon_Linux_CoreCDX_8_x86.iso
|
destination_iso_image_name: Sabayon_Linux_CoreCDX_9_x86.iso
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%import /sabayon/molecules/e17.common
|
%import /sabayon/molecules/e17.common
|
||||||
|
|
||||||
# Release Version
|
# Release Version
|
||||||
release_version: 8
|
release_version: 9
|
||||||
|
|
||||||
# Release Version string description
|
# Release Version string description
|
||||||
release_desc: x86 E17
|
release_desc: x86 E17
|
||||||
@ -14,4 +14,4 @@ prechroot: linux32
|
|||||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||||
|
|
||||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||||
destination_iso_image_name: Sabayon_Linux_8_x86_E17.iso
|
destination_iso_image_name: Sabayon_Linux_9_x86_E17.iso
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
prechroot: linux32
|
prechroot: linux32
|
||||||
|
|
||||||
# Release Version
|
# Release Version
|
||||||
release_version: 8
|
release_version: 9
|
||||||
|
|
||||||
# Release Version string description
|
# Release Version string description
|
||||||
release_desc: x86 Gaming Edition
|
release_desc: x86 Gaming Edition
|
||||||
@ -14,4 +14,4 @@ release_desc: x86 Gaming Edition
|
|||||||
source_iso: /sabayon/iso/Sabayon_Linux_DAILY_x86_G.iso
|
source_iso: /sabayon/iso/Sabayon_Linux_DAILY_x86_G.iso
|
||||||
|
|
||||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||||
destination_iso_image_name: Sabayon_Linux_8_x86_Gaming.iso
|
destination_iso_image_name: Sabayon_Linux_9_x86_Gaming.iso
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
prechroot: linux32
|
prechroot: linux32
|
||||||
|
|
||||||
# Release Version
|
# Release Version
|
||||||
release_version: 8
|
release_version: 9
|
||||||
|
|
||||||
# Release Version string description
|
# Release Version string description
|
||||||
release_desc: x86 GNOME
|
release_desc: x86 GNOME
|
||||||
@ -13,4 +13,4 @@ release_desc: x86 GNOME
|
|||||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||||
|
|
||||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||||
destination_iso_image_name: Sabayon_Linux_8_x86_G.iso
|
destination_iso_image_name: Sabayon_Linux_9_x86_G.iso
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
prechroot: linux32
|
prechroot: linux32
|
||||||
|
|
||||||
# Release Version
|
# Release Version
|
||||||
release_version: 8
|
release_version: 9
|
||||||
|
|
||||||
# Release Version string description
|
# Release Version string description
|
||||||
release_desc: x86 KDE
|
release_desc: x86 KDE
|
||||||
@ -13,4 +13,4 @@ release_desc: x86 KDE
|
|||||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||||
|
|
||||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||||
destination_iso_image_name: Sabayon_Linux_8_x86_K.iso
|
destination_iso_image_name: Sabayon_Linux_9_x86_K.iso
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%import /sabayon/molecules/lxde.common
|
%import /sabayon/molecules/lxde.common
|
||||||
|
|
||||||
# Release Version
|
# Release Version
|
||||||
release_version: 8
|
release_version: 9
|
||||||
|
|
||||||
# Release Version string description
|
# Release Version string description
|
||||||
release_desc: x86 LXDE
|
release_desc: x86 LXDE
|
||||||
@ -14,4 +14,4 @@ prechroot: linux32
|
|||||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||||
|
|
||||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||||
destination_iso_image_name: Sabayon_Linux_8_x86_LXDE.iso
|
destination_iso_image_name: Sabayon_Linux_9_x86_LXDE.iso
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# use abs path, otherwise daily iso build automagic won't work
|
# use abs path, otherwise daily iso build automagic won't work
|
||||||
%import /sabayon/molecules/serverbase.common
|
%import /sabayon/molecules/serverbase.common
|
||||||
|
|
||||||
release_version: 8
|
release_version: 9
|
||||||
release_desc: x86 ServerBase
|
release_desc: x86 ServerBase
|
||||||
|
|
||||||
# pre chroot command, example, for 32bit chroots on 64bit system, you always
|
# pre chroot command, example, for 32bit chroots on 64bit system, you always
|
||||||
@ -12,4 +12,4 @@ prechroot: linux32
|
|||||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||||
|
|
||||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||||
destination_iso_image_name: Sabayon_Linux_ServerBase_8_x86.iso
|
destination_iso_image_name: Sabayon_Linux_ServerBase_9_x86.iso
|
||||||
|
@ -9,5 +9,5 @@ prechroot: linux32
|
|||||||
# Path to source ISO file (MANDATORY)
|
# Path to source ISO file (MANDATORY)
|
||||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||||
|
|
||||||
release_version: 8
|
release_version: 9
|
||||||
image_name: Sabayon_Linux_SpinBase_8_x86_ami.img
|
image_name: Sabayon_Linux_SpinBase_9_x86_ami.img
|
||||||
|
@ -8,5 +8,5 @@ prechroot: linux32
|
|||||||
# Path to source ISO file (MANDATORY)
|
# Path to source ISO file (MANDATORY)
|
||||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||||
|
|
||||||
release_version: 8
|
release_version: 9
|
||||||
tar_name: Sabayon_Linux_SpinBase_8_x86_openvz.tar.gz
|
tar_name: Sabayon_Linux_SpinBase_9_x86_openvz.tar.gz
|
||||||
|
@ -6,7 +6,7 @@ prechroot: linux32
|
|||||||
|
|
||||||
# Release Version
|
# Release Version
|
||||||
# Keep this here, otherwise daily builds automagic won't work
|
# Keep this here, otherwise daily builds automagic won't work
|
||||||
release_version: 8
|
release_version: 9
|
||||||
|
|
||||||
# Release Version string description
|
# Release Version string description
|
||||||
release_desc: x86 SpinBase
|
release_desc: x86 SpinBase
|
||||||
@ -16,4 +16,4 @@ source_chroot: /sabayon/sources/x86_core-2010
|
|||||||
|
|
||||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||||
# Keep this here and set, otherwise daily builds automagic won't work
|
# Keep this here and set, otherwise daily builds automagic won't work
|
||||||
destination_iso_image_name: Sabayon_Linux_SpinBase_8_x86.iso
|
destination_iso_image_name: Sabayon_Linux_SpinBase_9_x86.iso
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%import /sabayon/molecules/xfce.common
|
%import /sabayon/molecules/xfce.common
|
||||||
|
|
||||||
# Release Version
|
# Release Version
|
||||||
release_version: 8
|
release_version: 9
|
||||||
|
|
||||||
# Release Version string description
|
# Release Version string description
|
||||||
release_desc: x86 Xfce
|
release_desc: x86 Xfce
|
||||||
@ -14,4 +14,4 @@ prechroot: linux32
|
|||||||
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
source_iso: /sabayon/iso/Sabayon_Linux_SpinBase_DAILY_x86.iso
|
||||||
|
|
||||||
# Destination ISO image name, call whatever you want.iso, not mandatory
|
# Destination ISO image name, call whatever you want.iso, not mandatory
|
||||||
destination_iso_image_name: Sabayon_Linux_8_x86_Xfce.iso
|
destination_iso_image_name: Sabayon_Linux_9_x86_Xfce.iso
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
prechroot: linux32
|
prechroot: linux32
|
||||||
|
|
||||||
# Release Version
|
# Release Version
|
||||||
release_version: 8
|
release_version: 9
|
||||||
|
|
||||||
# Release Version string description
|
# Release Version string description
|
||||||
release_desc: x86 ForensicsXfce
|
release_desc: x86 ForensicsXfce
|
||||||
|
@ -80,9 +80,9 @@ arm_images_dir="/sabayon/images"
|
|||||||
arm_dir="${CDROOT_DIR}/ARM"
|
arm_dir="${CDROOT_DIR}/ARM"
|
||||||
mkdir -p "${arm_dir}" || exit 1
|
mkdir -p "${arm_dir}" || exit 1
|
||||||
|
|
||||||
beaglebone_image="Sabayon_Linux_8_armv7a_BeagleBone_Base_2GB.img.xz"
|
beaglebone_image="Sabayon_Linux_9_armv7a_BeagleBone_Base_2GB.img.xz"
|
||||||
beagleboard_xm_image="Sabayon_Linux_8_armv7a_BeagleBoard_xM_4GB.img.xz"
|
beagleboard_xm_image="Sabayon_Linux_9_armv7a_BeagleBoard_xM_4GB.img.xz"
|
||||||
pandaboard_image="Sabayon_Linux_8_armv7a_PandaBoard_4GB.img.xz"
|
pandaboard_image="Sabayon_Linux_9_armv7a_PandaBoard_4GB.img.xz"
|
||||||
|
|
||||||
# BeagleBone
|
# BeagleBone
|
||||||
arm_card_dir="${arm_dir}/BeagleBone"
|
arm_card_dir="${arm_dir}/BeagleBone"
|
||||||
|
Loading…
Reference in New Issue
Block a user