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