[molecules] rename CoreCDX iso file name, move "CoreCDX" at the end

This commit is contained in:
Fabio Erculiani
2013-02-17 19:08:57 +00:00
parent e0a561dc7b
commit fbb9fb72f4
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -8,4 +8,4 @@ release_desc: amd64 CoreCDX
%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_CoreCDX_${SABAYON_RELEASE:-11}_amd64.iso
%env destination_iso_image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_amd64_CoreCDX.iso
+1 -1
View File
@@ -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
%env destination_iso_image_name: Sabayon_Linux_CoreCDX_${SABAYON_RELEASE:-11}_x86.iso
%env destination_iso_image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_x86_CoreCDX.iso
+2 -2
View File
@@ -111,8 +111,8 @@ if [ "${ACTION}" = "weekly" ] || [ "${ACTION}" = "daily" ]; then
"${DISTRO_NAME}_${ISO_TAG}_x86_Xfce.iso"
"${DISTRO_NAME}_${ISO_TAG}_amd64_E17.iso"
"${DISTRO_NAME}_${ISO_TAG}_x86_E17.iso"
"${DISTRO_NAME}_CoreCDX_${ISO_TAG}_amd64.iso"
"${DISTRO_NAME}_CoreCDX_${ISO_TAG}_x86.iso"
"${DISTRO_NAME}_${ISO_TAG}_amd64_CoreCDX.iso"
"${DISTRO_NAME}_${ISO_TAG}_x86_CoreCDX.iso"
"${DISTRO_NAME}_ServerBase_${ISO_TAG}_amd64.iso"
"${DISTRO_NAME}_ServerBase_${ISO_TAG}_x86.iso"
"${DISTRO_NAME}_HardenedServer_${ISO_TAG}_amd64.iso"