From 73260a60affdbf20116de77888245a2ddfbb8b80 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sat, 9 Feb 2013 23:29:21 +0100 Subject: [PATCH] [scripts] make torrents for both monthly and release targets --- scripts/monthly_iso_build.sh | 1 + scripts/release_iso_build.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/monthly_iso_build.sh b/scripts/monthly_iso_build.sh index 4bbb122..3cc3f5d 100755 --- a/scripts/monthly_iso_build.sh +++ b/scripts/monthly_iso_build.sh @@ -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" "$@" diff --git a/scripts/release_iso_build.sh b/scripts/release_iso_build.sh index a9b04a2..a246089 100755 --- a/scripts/release_iso_build.sh +++ b/scripts/release_iso_build.sh @@ -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