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

This commit is contained in:
Fabio Erculiani
2013-02-17 19:10:44 +00:00
parent fbb9fb72f4
commit d24e3ebaae
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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
+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_ServerBase_${SABAYON_RELEASE:-11}_x86.iso
%env destination_iso_image_name: Sabayon_Linux_${SABAYON_RELEASE:-11}_x86_ServerBase.iso
+2 -2
View File
@@ -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"
)