From 68f41865892c0758fd630991a79fde74617e87b9 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 6 Sep 2017 14:40:32 +0200 Subject: reproducible Debian: let's not update the stretch pkg sets anymore Signed-off-by: Holger Levsen --- bin/reproducible_create_meta_pkg_sets.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/reproducible_create_meta_pkg_sets.sh') 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." -- cgit v1.2.3-54-g00ecf