[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible armhf: fix bug which preventing meta_pkg_stats to be updated

Holger Levsen holger at moszumanska.debian.org
Wed Dec 23 12:17:05 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 34785998ef51891288ad32779605240d282049f0
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Dec 23 13:16:38 2015 +0100

    reproducible armhf: fix bug which preventing meta_pkg_stats to be updated
---
 bin/reproducible_html_pkg_sets.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_html_pkg_sets.sh b/bin/reproducible_html_pkg_sets.sh
index ba4346f..ec79f73 100755
--- a/bin/reproducible_html_pkg_sets.sh
+++ b/bin/reproducible_html_pkg_sets.sh
@@ -71,7 +71,7 @@ gather_meta_stats() {
 #
 update_meta_pkg_stats() {
 	for i in $(seq 1 ${#META_PKGSET[@]}) ; do
-		RESULT=$(sqlite3 -init ${INIT} ${PACKAGES_DB} "SELECT datum,meta_pkg,suite from ${TABLE[6]} WHERE datum = \"$DATE\" AND suite = \"$SUITE\" AND meta_pkg = \"${META_PKGSET[$i]}\"")
+		RESULT=$(sqlite3 -init ${INIT} ${PACKAGES_DB} "SELECT datum,meta_pkg,suite from ${TABLE[6]} WHERE datum = \"$DATE\" AND suite = \"$SUITE\" AND architecture = \"$ARCH\" AND meta_pkg = \"${META_PKGSET[$i]}\"")
 		if [ -z $RESULT ] ; then
 			META_RESULT=true
 			gather_meta_stats $i

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