[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Arch Linux: correctly output pkg name
Holger Levsen
holger at layer-acht.org
Mon Dec 11 19:37:20 UTC 2017
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 30aa899eb0c29b2de9bf548e7b355c7897f9351b
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Dec 11 19:37:01 2017 +0000
reproducible Arch Linux: correctly output pkg name
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_archlinux_scheduler.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_archlinux_scheduler.sh b/bin/reproducible_archlinux_scheduler.sh
index 86588c2..8eaf468 100755
--- a/bin/reproducible_archlinux_scheduler.sh
+++ b/bin/reproducible_archlinux_scheduler.sh
@@ -47,7 +47,7 @@ update_archlinux_repositories() {
if [ -f $BASE/archlinux/$REPO/$pkgbase/pkg.version ] ; then
VERSION=$(cat $BASE/archlinux/$REPO/$pkgbase/pkg.version 2>/dev/null)
if [ "$VERSION" != "$version" ] ; then
- echo "We know about $PKG $VERSION, but repo has $version."
+ echo "We know about $pkgbase $VERSION, but repo has $version."
if [ "$(schroot --run-session -c $SESSION --directory /var/tmp -- vercmp $version $VERSION)" = "1" ] ; then
# schedule packages where an updated version is availble
echo $REPO/$pkgbase >> $UPDATED
--
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