[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: first armhf builds actually started on 2015-08-30
Holger Levsen
holger at moszumanska.debian.org
Fri Sep 18 08:36:02 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 b6596dbac671d27dab4e05c40709d71aa5a359ac
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Sep 18 10:35:53 2015 +0200
reproducible: first armhf builds actually started on 2015-08-30
---
bin/reproducible_common.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 08c44a2..d3fd2a2 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -512,8 +512,8 @@ create_png_from_table() {
# TABLE[0+2] have a architecture column:
WHERE_EXTRA="$WHERE_EXTRA AND architecture = \"$ARCH\""
if [ $1 -eq 2 ] && [ "$ARCH" = "armhf" ] ; then
- # armhf was only build since 2015-08-31
- WHERE_EXTRA="$WHERE_EXTRA AND datum >= '2015-08-31'"
+ # armhf was only build since 2015-08-30
+ WHERE_EXTRA="$WHERE_EXTRA AND datum >= '2015-08-30'"
fi
fi
# run query
@@ -521,8 +521,8 @@ create_png_from_table() {
# not sure if it's worth to generate the following query...
WHERE_EXTRA="AND architecture='$ARCH'"
if [ "$ARCH" = "armhf" ] ; then
- # armhf was only build since 2015-08-31
- WHERE2_EXTRA="WHERE s.datum >= '2015-08-31'"
+ # armhf was only build since 2015-08-30
+ WHERE2_EXTRA="WHERE s.datum >= '2015-08-30'"
fi
sqlite3 -init ${INIT} --nullvalue 0 -csv ${PACKAGES_DB} "SELECT s.datum,
COALESCE((SELECT e.reproducible FROM stats_builds_per_day AS e WHERE s.datum=e.datum AND suite='testing' $WHERE_EXTRA),0) AS 'reproducible_testing',
--
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