[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Archlinux: whitespace fixes
Holger Levsen
gitlab at salsa.debian.org
Sat Sep 22 20:23:54 BST 2018
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
f1da7705 by Holger Levsen at 2018-09-22T19:23:39Z
reproducible Archlinux: whitespace fixes
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_archlinux_scheduler.sh
Changes:
=====================================
bin/reproducible_archlinux_scheduler.sh
=====================================
@@ -13,7 +13,7 @@ common_init "$@"
set -e
update_archlinux_repositories() {
- local total= $(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;")
+ local total=$(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;")
echo "$(date -u) - Updating Arch Linux repositories, currently $total packages scheduled."
#
# init
@@ -142,7 +142,7 @@ update_archlinux_repositories() {
#
# output stats
#
- total= $(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;")
+ total=$(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;")
rm "$ARCHLINUX_PKGS"_full_pkgbase_list
new=$(cat $NEW | wc -l 2>/dev/null|| true)
updated=$(cat $UPDATED 2>/dev/null| wc -l || true)
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/f1da7705a2f3fedad32a420efb4227d1715be8b8
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/f1da7705a2f3fedad32a420efb4227d1715be8b8
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/20180922/699ae840/attachment.html>
More information about the Qa-jenkins-scm
mailing list