[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: need to fix create_meta_pkg_sets to also create those for testing

Holger Levsen holger at moszumanska.debian.org
Wed Mar 11 22:19:47 UTC 2015


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 594430f8d7942d1a8b8d01af54b4d602e3ea03ec
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Mar 11 23:17:46 2015 +0100

    reproducible: need to fix create_meta_pkg_sets to also create those for testing
---
 bin/reproducible_html_graphs.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index 754bd42..d772de6 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -478,8 +478,8 @@ create_main_stats_page() {
 	write_page "</p><p>"
 	# write meta pkg graphs per suite
 	for SUITE in $SUITES ; do
-		if [ "$SUITE" = "experimental" ] ; then
-			# no pkg sets in experimental
+		if [ "$SUITE" != "sid" ] ; then
+			# FIXME: no pkg sets in experimental
 			continue
 		fi
 		for i in $(seq 1 ${#META_PKGSET[@]}) ; do

-- 
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