diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-09-06 14:40:32 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-09-06 14:40:32 +0200 |
commit | 68f41865892c0758fd630991a79fde74617e87b9 (patch) | |
tree | 6234b1f81ec68bf09f471ebe5a2ce2cd33873f7d /bin | |
parent | c6af2138ed362d439891eca6e4c9ccfb82bdfcac (diff) | |
download | jenkins.debian.net-68f41865892c0758fd630991a79fde74617e87b9.tar.xz |
reproducible Debian: let's not update the stretch pkg sets anymore
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_create_meta_pkg_sets.sh | 3 |
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." |