[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: fix sql for creating graphs about existing .buildinfo files
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Jul 7 11:43:57 BST 2022
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
b55b7d35 by Holger Levsen at 2022-07-07T12:43:50+02:00
reproducible Debian: fix sql for creating graphs about existing .buildinfo files
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_common.sh
Changes:
=====================================
bin/reproducible_common.sh
=====================================
@@ -853,6 +853,9 @@ create_debian_png_from_table() {
# WHERE2_EXTRA="WHERE s.datum >= '2015-03-08'"
# experimental/amd64 was only build since...
# WHERE2_EXTRA="WHERE s.datum >= '2015-02-28'"
+ elif [ $1 -eq 10 ] ; then
+ # TABLE[10] has a architecture column and data since 2022-07-06
+ WHERE_EXTRA="$WHERE_EXTRA AND architecture = '$ARCH' AND datum >= '2015-08-30'"
fi
# run query
if [ $1 -eq 1 ] ; then
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b55b7d354f35e45b1944debf1a8e50cc7796332b
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/b55b7d354f35e45b1944debf1a8e50cc7796332b
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20220707/c99132de/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list