From fbb9fb72f498f9867f7e1dc80e6e71a89837ad2f Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sun, 17 Feb 2013 19:08:57 +0000 Subject: [PATCH] [molecules] rename CoreCDX iso file name, move "CoreCDX" at the end --- molecules/sabayon-amd64-corecdx.spec | 2 +- molecules/sabayon-x86-corecdx.spec | 2 +- scripts/iso_build.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/molecules/sabayon-amd64-corecdx.spec b/molecules/sabayon-amd64-corecdx.spec index 861c975..af83078 100644 --- a/molecules/sabayon-amd64-corecdx.spec +++ b/molecules/sabayon-amd64-corecdx.spec @@ -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 diff --git a/molecules/sabayon-x86-corecdx.spec b/molecules/sabayon-x86-corecdx.spec index 4883628..726b458 100644 --- a/molecules/sabayon-x86-corecdx.spec +++ b/molecules/sabayon-x86-corecdx.spec @@ -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 diff --git a/scripts/iso_build.sh b/scripts/iso_build.sh index 3977b41..0bfb62a 100755 --- a/scripts/iso_build.sh +++ b/scripts/iso_build.sh @@ -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"