[Qa-jenkins-scm] [jenkins.debian.net] 01/01: rebootstrap: be nice, even if we are the only user

Holger Levsen holger at moszumanska.debian.org
Wed Sep 9 16:35:32 UTC 2015


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 1659748550c4efc445c95e5b70b455ea4666d39d
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Sep 9 18:34:53 2015 +0200

    rebootstrap: be nice, even if we are the only user
---
 bin/rebootstrap.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/rebootstrap.sh b/bin/rebootstrap.sh
index 49e808d..30e20ef 100755
--- a/bin/rebootstrap.sh
+++ b/bin/rebootstrap.sh
@@ -19,7 +19,7 @@ git checkout $1
 shift
 export LC_ALL=C
 echo "$(date -u) - Now running '/srv/jenkins/bin/chroot-run.sh sid minimal ./bootstrap.sh $@'"
-/srv/jenkins/bin/chroot-run.sh sid minimal ./bootstrap.sh $@
+ionice -c 3 nice /srv/jenkins/bin/chroot-run.sh sid minimal ./bootstrap.sh $@
 cd
 cleanup_all
 trap - INT TERM EXIT

-- 
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