[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] explicitly also install gnupg
Holger Levsen
gitlab at salsa.debian.org
Tue Nov 20 16:37:40 GMT 2018
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
ae7d81a1 by Holger Levsen at 2018-11-20T16:37:33Z
explicitly also install gnupg
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- bin/reproducible_archlinux_scheduler.sh
- update_jdn.sh
Changes:
=====================================
bin/reproducible_archlinux_scheduler.sh
=====================================
@@ -188,6 +188,8 @@ update_archlinux_repositories() {
local CURRENT=$(query_db "SELECT count(*) FROM sources AS s JOIN schedule AS sch ON s.id=sch.package_id WHERE s.architecture='x86_64' AND sch.date_build_started IS NULL;")
if [ $CURRENT -le $THRESHOLD ] ; then
echo "$(date -u ) - scheduling $MAX old packages."
+ # this query schedules blacklisted packages as they dont have status blacklisted in db...
+ # FIXME: remove bash string blacklisting NOW
QUERY="SELECT s.id, s.name, max(r.build_date) max_date
FROM sources AS s JOIN results AS r ON s.id = r.package_id
WHERE s.architecture='x86_64'
=====================================
update_jdn.sh
=====================================
@@ -251,6 +251,7 @@ if [ -f /etc/debian_version ] ; then
etckeeper
figlet
git
+ gnupg
haveged
htop
less
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/ae7d81a178daa376e717823c1d4d9580f66011ea
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/ae7d81a178daa376e717823c1d4d9580f66011ea
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/20181120/16a33103/attachment.html>
More information about the Qa-jenkins-scm
mailing list