[molecules] rename _G.iso into _GNOME.iso

This commit is contained in:
Fabio Erculiani
2013-02-15 19:59:32 +00:00
parent 958ad6c1a2
commit aa8e08f19c
4 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -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_${SABAYON_RELEASE:-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_GNOME.iso
# Post-ISO building script, called after ISO image generation.
%env post_iso_script: ${SABAYON_MOLECULE_HOME:-/sabayon}/scripts/generic_post_iso_script.sh
@@ -70,7 +70,7 @@ execute_repositories_update: no
release_desc: amd64+x86 GNOME
# Path to source ISO file (MANDATORY)
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_${SABAYON_RELEASE:-11}_amd64_G.iso
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_${SABAYON_RELEASE:-11}_amd64_GNOME.iso
# Destination ISO image name, call whatever you want.iso, not mandatory
%env destination_iso_image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_amd64+x86_G.iso
%env destination_iso_image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_amd64+x86_GNOME.iso
+1 -1
View File
@@ -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
%env destination_iso_image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_amd64_G.iso
%env destination_iso_image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_amd64_GNOME.iso
+1 -1
View File
@@ -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
%env destination_iso_image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_x86_G.iso
%env destination_iso_image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_x86_GNOME.iso
+4 -4
View File
@@ -99,8 +99,8 @@ if [ "${ACTION}" = "weekly" ] || [ "${ACTION}" = "daily" ]; then
"sabayon-x86-hardenedserver.spec"
)
REMASTER_SPECS_ISO+=(
"${DISTRO_NAME}_${ISO_TAG}_amd64_G.iso"
"${DISTRO_NAME}_${ISO_TAG}_x86_G.iso"
"${DISTRO_NAME}_${ISO_TAG}_amd64_GNOME.iso"
"${DISTRO_NAME}_${ISO_TAG}_x86_GNOME.iso"
"${DISTRO_NAME}_${ISO_TAG}_amd64_K.iso"
"${DISTRO_NAME}_${ISO_TAG}_x86_K.iso"
"${DISTRO_NAME}_${ISO_TAG}_amd64_MATE.iso"
@@ -212,8 +212,8 @@ elif [ "${ACTION}" = "monthly" ] || [ "${ACTION}" = "release" ]; then
"sabayon-x86-hardenedserver.spec"
)
REMASTER_SPECS_ISO+=(
"${DISTRO_NAME}_${ISO_TAG}_amd64_G.iso"
"${DISTRO_NAME}_${ISO_TAG}_x86_G.iso"
"${DISTRO_NAME}_${ISO_TAG}_amd64_GNOME.iso"
"${DISTRO_NAME}_${ISO_TAG}_x86_GNOME.iso"
"${DISTRO_NAME}_${ISO_TAG}_amd64_K.iso"
"${DISTRO_NAME}_${ISO_TAG}_x86_K.iso"
"${DISTRO_NAME}_${ISO_TAG}_amd64_MATE.iso"