From d24e3ebaaeb35fd408b6420bb187e74984ecdef0 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sun, 17 Feb 2013 19:10:44 +0000 Subject: [PATCH] [molecules] rename ServerBase iso file name, move "ServerBase" at the end --- molecules/sabayon-amd64-serverbase.spec | 2 +- molecules/sabayon-x86-serverbase.spec | 2 +- scripts/iso_build.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/molecules/sabayon-amd64-serverbase.spec b/molecules/sabayon-amd64-serverbase.spec index 2d719ce..608471a 100644 --- a/molecules/sabayon-amd64-serverbase.spec +++ b/molecules/sabayon-amd64-serverbase.spec @@ -8,4 +8,4 @@ release_desc: amd64 ServerBase %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_ServerBase_${SABAYON_RELEASE:-11}_amd64.iso +%env destination_iso_image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_amd64_ServerBase.iso diff --git a/molecules/sabayon-x86-serverbase.spec b/molecules/sabayon-x86-serverbase.spec index ae7c931..480d4ad 100644 --- a/molecules/sabayon-x86-serverbase.spec +++ b/molecules/sabayon-x86-serverbase.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_ServerBase_${SABAYON_RELEASE:-11}_x86.iso +%env destination_iso_image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_x86_ServerBase.iso diff --git a/scripts/iso_build.sh b/scripts/iso_build.sh index 0bfb62a..9cbbae5 100755 --- a/scripts/iso_build.sh +++ b/scripts/iso_build.sh @@ -113,8 +113,8 @@ if [ "${ACTION}" = "weekly" ] || [ "${ACTION}" = "daily" ]; then "${DISTRO_NAME}_${ISO_TAG}_x86_E17.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}_${ISO_TAG}_amd64_ServerBase.iso" + "${DISTRO_NAME}_${ISO_TAG}_x86_ServerBase.iso" "${DISTRO_NAME}_HardenedServer_${ISO_TAG}_amd64.iso" "${DISTRO_NAME}_HardenedServer_${ISO_TAG}_x86.iso" )