[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Archlinux: decrease likelyness of race conditions
Holger Levsen
gitlab at salsa.debian.org
Wed Oct 3 10:50:12 BST 2018
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
3d88820d by Holger Levsen at 2018-10-03T09:49:58Z
reproducible Archlinux: decrease likelyness of race conditions
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_build_archlinux_pkg.sh
Changes:
=====================================
bin/reproducible_build_archlinux_pkg.sh
=====================================
@@ -265,7 +265,7 @@ choose_package() {
FROM schedule AS sch JOIN sources AS s ON sch.package_id=s.id
WHERE sch.date_build_started is NULL
AND s.architecture='$ARCH'
- ORDER BY date_scheduled LIMIT 5"|sort -R|head -1)
+ ORDER BY date_scheduled LIMIT 10"|sort -R|head -1)
if [ -z "$RESULT" ] ; then
echo "No packages scheduled, sleeping 30m."
sleep 30m
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/3d88820d9588bd9dc89fa57e6b7b3e9374a48f20
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/3d88820d9588bd9dc89fa57e6b7b3e9374a48f20
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/20181003/51de6352/attachment.html>
More information about the Qa-jenkins-scm
mailing list