[Qa-jenkins-scm] [jenkins.debian.net] 02/03: reproducible: fix typo
Holger Levsen
holger at moszumanska.debian.org
Wed Oct 7 02:16:57 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 b2201ed25893d9e4dcc866df30c2ae95d3befb60
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Oct 7 04:15:09 2015 +0200
reproducible: fix typo
---
bin/reproducible_common.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index ef1572f..5e19156 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -574,10 +574,10 @@ create_png_from_table() {
elif [ $1 -eq 7 ] ; then
sqlite3 -init ${INIT} -csv ${PACKAGES_DB} "SELECT datum, $SUM_DONE, $SUM_OPEN from ${TABLE[3]} ORDER BY datum" >> ${TABLE[$1]}.csv
elif [ $1 -eq 8 ] ; then
- if [ "$ARCH" = "amd64" ] && [ "SUITE" = "testing" ] ; then
+ if [ "$ARCH" = "amd64" ] && [ "$SUITE" = "testing" ] ; then
# testing/amd64 was only build since...
WHERE2_EXTRA="WHERE s.datum >= '2015-03-08'"
- elif [ "$ARCH" = "amd64" ] && [ "SUITE" = "experimental" ] ; then
+ elif [ "$ARCH" = "amd64" ] && [ "$SUITE" = "experimental" ] ; then
# experimental/amd64 was only build since...
WHERE2_EXTRA="WHERE s.datum >= '2015-02-28'"
fi
--
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