[scripts] make torrents for both monthly and release targets

This commit is contained in:
Fabio Erculiani
2013-02-09 23:29:21 +01:00
parent 939e67cd01
commit 73260a60af
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -3,5 +3,6 @@
# Path to molecules.git dir
SABAYON_MOLECULE_HOME="${SABAYON_MOLECULE_HOME:-/sabayon}"
export SABAYON_MOLECULE_HOME
export MAKE_TORRENTS="1"
exec "${SABAYON_MOLECULE_HOME}"/scripts/iso_build.sh "monthly" "$@"
+1
View File
@@ -3,6 +3,7 @@
# Path to molecules.git dir
SABAYON_MOLECULE_HOME="${SABAYON_MOLECULE_HOME:-/sabayon}"
export SABAYON_MOLECULE_HOME
export MAKE_TORRENTS="1"
SABAYON_RELEASE="${1}"
if [ -z "${SABAYON_RELEASE}" ]; then