[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Archlinux: temp. workaround
Holger Levsen
gitlab at salsa.debian.org
Fri Sep 21 22:07:06 BST 2018
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
9087204c by Holger Levsen at 2018-09-21T21:06:55Z
reproducible Archlinux: temp. workaround
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_archlinux_scheduler.sh
Changes:
=====================================
bin/reproducible_archlinux_scheduler.sh
=====================================
@@ -86,8 +86,8 @@ update_archlinux_repositories() {
if [ -z "$VERSION" ] ; then
# new package, add to db and schedule
echo "INSERT into sources (name, version, suite, architecture) VALUES ('$PKG', '$VERSION', '$SUITE', '$ARCH');"
- query_db "INSERT into sources (name, version, suite, architecture) VALUES ('$PKG', '$VERSION', '$SUITE', '$ARCH');"
- PKGID=$(query_db "SELECT id FROM sources WHERE name='$PKG' AND suite='$SUITE' AND architecture='$ARCH';")
+ #query_db "INSERT into sources (name, version, suite, architecture) VALUES ('$PKG', '$VERSION', '$SUITE', '$ARCH');"
+ #PKGID=$(query_db "SELECT id FROM sources WHERE name='$PKG' AND suite='$SUITE' AND architecture='$ARCH';")
#FIXME: enable next line once the db has been initially populated
# query_db "INSERT INTO schedule (package_id, date_scheduled) VALUES ('$PKGID', '$DATE');"
elif [ "$VERSION" != "$version" ] ; then
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/9087204c77cf0552064baeed079bcf24ce8c36d7
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/9087204c77cf0552064baeed079bcf24ce8c36d7
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/20180921/e21120f4/attachment.html>
More information about the Qa-jenkins-scm
mailing list