[molecules] rename +dev to -dev, avoid potential idiotic fs issues

This commit is contained in:
Fabio Erculiani
2014-11-30 15:25:44 +00:00
parent b8d03c6b1c
commit 1c1c79983b
3 changed files with 9 additions and 9 deletions
@@ -5,5 +5,5 @@
%env release_version: ${SABAYON_RELEASE:-LATEST}
release_desc: amd64 Minimal Development
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_${ISO_TAG:-DAILY}_amd64_SpinBase+dev.iso
%env destination_iso_image_name: Sabayon_Linux_${SABAYON_RELEASE:-LATEST}_amd64_Minimal+dev.iso
%env source_iso: ${SABAYON_MOLECULE_HOME:-/sabayon}/iso/Sabayon_Linux_${ISO_TAG:-DAILY}_amd64_SpinBase-dev.iso
%env destination_iso_image_name: Sabayon_Linux_${SABAYON_RELEASE:-LATEST}_amd64_Minimal-dev.iso
@@ -18,4 +18,4 @@ release_desc: amd64 SpinBase
# Destination ISO image name, call whatever you want.iso, not mandatory
# Keep this here and set, otherwise daily builds automagic won't work
%env destination_iso_image_name: Sabayon_Linux_${SABAYON_RELEASE:-LATEST}_amd64_SpinBase+dev.iso
%env destination_iso_image_name: Sabayon_Linux_${SABAYON_RELEASE:-LATEST}_amd64_SpinBase-dev.iso
+6 -6
View File
@@ -71,11 +71,11 @@ if [ "${ACTION}" = "weekly" ] || [ "${ACTION}" = "daily" ]; then
# Daily molecules
SOURCE_SPECS+=(
"sabayon-amd64-spinbase.spec"
"sabayon-amd64-spinbase+dev.spec"
"sabayon-amd64-spinbase-dev.spec"
)
SOURCE_SPECS_ISO+=(
"${DISTRO_NAME}_${ISO_TAG}_amd64_SpinBase.iso"
"${DISTRO_NAME}_${ISO_TAG}_amd64_SpinBase+dev.iso"
"${DISTRO_NAME}_${ISO_TAG}_amd64_SpinBase-dev.iso"
)
REMASTER_SPECS+=(
"sabayon-amd64-gnome.spec"
@@ -114,11 +114,11 @@ elif [ "${ACTION}" = "dailybase" ]; then
SOURCE_SPECS+=(
"sabayon-amd64-spinbase.spec"
"sabayon-amd64-spinbase+dev.spec"
"sabayon-amd64-spinbase-dev.spec"
)
SOURCE_SPECS_ISO+=(
"${DISTRO_NAME}_${ISO_TAG}_amd64_SpinBase.iso"
"${DISTRO_NAME}_${ISO_TAG}_amd64_SpinBase+dev.iso"
"${DISTRO_NAME}_${ISO_TAG}_amd64_SpinBase-dev.iso"
)
elif [ "${ACTION}" = "monthly" ] || [ "${ACTION}" = "release" ]; then
@@ -147,11 +147,11 @@ elif [ "${ACTION}" = "monthly" ] || [ "${ACTION}" = "release" ]; then
SOURCE_SPECS+=(
"sabayon-amd64-spinbase.spec"
"sabayon-amd64-spinbase+dev.spec"
"sabayon-amd64-spinbase-dev.spec"
)
SOURCE_SPECS_ISO+=(
"${DISTRO_NAME}_${ISO_TAG}_amd64_SpinBase.iso"
"${DISTRO_NAME}_${ISO_TAG}_amd64_SpinBase+dev.iso"
"${DISTRO_NAME}_${ISO_TAG}_amd64_SpinBase-dev.iso"
)
REMASTER_SPECS+=(
"sabayon-amd64-gnome.spec"