summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_create_meta_pkg_sets.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh
index a1365404..918a3396 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -481,6 +481,9 @@ for SUITE in $SUITES ; do
if [ "$SUITE" = "experimental" ] ; then
# no pkg sets in experimental
continue
+ elif [ "$SUITE" = "stretch" ] ; then
+ # let's not update the stretch pkg sets anymore
+ continue
fi
echo "============================================================================="
echo "$(date -u) - Creating meta package sets for $SUITE now."