[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: enable pkg sets for stretch/armhf

Holger Levsen holger at moszumanska.debian.org
Sat Feb 13 08:59:49 UTC 2016


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 71545dfe152689fb10b36b74f42034015e174499
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Feb 13 09:59:44 2016 +0100

    reproducible debian: enable pkg sets for stretch/armhf
---
 bin/reproducible_common.sh        | 6 +-----
 bin/reproducible_html_pkg_sets.sh | 9 +++------
 2 files changed, 4 insertions(+), 11 deletions(-)

diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index d947e12..85430d1 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -237,10 +237,6 @@ write_page_header() {
 			# no pkg_sets are tested in experimental
 			continue
 		fi
-		if [ "$TARGET" = "pkg_sets" ] && [ "$ARCH" = "armhf" ] && [ "$SUITE" = "testing" ] ; then
-			# no pkg_sets for testing/amd64 yet…
-			continue
-		fi
 		SPOKEN_TARGET=${SPOKENTARGET[$TARGET]}
 		BASEURL="/$SUITE/$ARCH"
 		local i
@@ -647,7 +643,7 @@ create_png_from_table() {
 				# unstable/armhf was only build since 2015-08-30 (and experimental/armhf since 2015-12-19 and testing/armhf since 2016-01-01)
 				WHERE_EXTRA="$WHERE_EXTRA AND datum >= '2015-08-30'"
 			elif [ $1 -eq 6 ] ; then
-				# armhf only has pkg sets since its complete (and only for unstable), aka 2015-12-22
+				# armhf only has pkg sets for unstable since 2015-12-22 and since 2016-02-13 for testing
 				WHERE_EXTRA="$WHERE_EXTRA AND datum >= '2015-12-22'"
 			fi
 		fi
diff --git a/bin/reproducible_html_pkg_sets.sh b/bin/reproducible_html_pkg_sets.sh
index 9bf6307..4f5da82 100755
--- a/bin/reproducible_html_pkg_sets.sh
+++ b/bin/reproducible_html_pkg_sets.sh
@@ -148,10 +148,7 @@ create_pkg_sets_pages() {
 			else
 				local LINKED_ARCH=amd64
 			fi
-			# no pkg sets for armhf on testing yet:
-			if [ "$SUITE" != "testing" ] ; then
-				write_page "      (this set on <a href=\"/$SUITE/$LINKED_ARCH/pkg_set_${META_PKGSET[$i]}.html\">$LINKED_ARCH</a>)"
-			fi
+			write_page "      (this set on <a href=\"/$SUITE/$LINKED_ARCH/pkg_set_${META_PKGSET[$i]}.html\">$LINKED_ARCH</a>)"
 			write_page "<br /> <br />"
 			set_icon unreproducible
 			write_icon
@@ -195,8 +192,8 @@ create_pkg_sets_pages() {
 #
 for ARCH in $ARCHS ; do
 	for SUITE in $SUITES ; do
-		if [ "$SUITE" = "experimental" ] || ( [ "$SUITE" = "testing" ] && [ "$ARCH" = "armhf" ] ) ; then
-			# no pkg sets in experimental and not yet for testing on armhf
+		if [ "$SUITE" = "experimental" ] ; then
+			# no pkg sets in experimental
 			continue
 		fi
 		update_meta_pkg_stats

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