[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Arch Linux: remove trigger marker if needed
Holger Levsen
holger at layer-acht.org
Thu Nov 30 21:16:26 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 79397b943103f974067496d52fdc45245b4b8beb
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Nov 30 21:15:02 2017 +0000
reproducible Arch Linux: remove trigger marker if needed
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_build_archlinux_pkg.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/bin/reproducible_build_archlinux_pkg.sh b/bin/reproducible_build_archlinux_pkg.sh
index 385be03..8923ca3 100755
--- a/bin/reproducible_build_archlinux_pkg.sh
+++ b/bin/reproducible_build_archlinux_pkg.sh
@@ -98,6 +98,7 @@ choose_package() {
# very simple locking…
mkdir -p $BASE/archlinux/$REPOSITORY/$PKG
touch $BASE/archlinux/$REPOSITORY/$PKG
+ [ ! -f $BASE/archlinux/$REPO/$PKG/pkg.needs_build ] || rm $BASE/archlinux/$REPO/$PKG/pkg.needs_build
# break out of the loop (and then out of the next loop too...)
break
fi
--
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