[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: let's not update the stretch pkg sets anymore

Holger Levsen holger at layer-acht.org
Wed Sep 6 12:40:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 68f41865892c0758fd630991a79fde74617e87b9
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Sep 6 14:40:32 2017 +0200

    reproducible Debian: let's not update the stretch pkg sets anymore
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_create_meta_pkg_sets.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh
index a136540..918a339 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."

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list