[Qa-jenkins-scm] [jenkins.debian.net] 01/01: fixup typo in a75bf50a: reproducible Arch Linux: schedule 250 old ones if nothing else to do
Holger Levsen
holger at layer-acht.org
Fri Dec 8 10:42:14 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 394c29bc875777739163943f7400c875b23ec35a
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Dec 8 10:42:11 2017 +0000
fixup typo in a75bf50a: reproducible Arch Linux: schedule 250 old ones if nothing else to do
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 e63a89d..59358bd 100755
--- a/bin/reproducible_archlinux_scheduler.sh
+++ b/bin/reproducible_archlinux_scheduler.sh
@@ -71,7 +71,7 @@ update_archlinux_repositories() {
old=""
if [ $(find $BASE/archlinux/ -name pkg.needs_build | wc -l ) -le 300 ] ; then
# reschedule
- find $BASE/archlinux/ -name build1.log -type f -printf '%T+ %p\n' | sort | head -n 250|cut -d " " -f2 | sed -s 's#build1.log$#pkg.needs_build#g' | args -r touch
+ find $BASE/archlinux/ -name build1.log -type f -printf '%T+ %p\n' | sort | head -n 250|cut -d " " -f2 | sed -s 's#build1.log$#pkg.needs_build#g' | xargs -r touch
# explain, for debugging…
find $BASE/archlinux/ -name build1.log -type f -printf '%T+ %p\n' | sort | head -n 250|cut -d "/" -f8-9 | sort | xargs echo "Old packages rescheduled: "
old=", plus 250 old ones"
--
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