diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-09 18:34:53 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-09 18:34:53 +0200 |
commit | 1659748550c4efc445c95e5b70b455ea4666d39d (patch) | |
tree | dc521a038805bbd54de34b1b66976b72f3a7d2d7 | |
parent | 360573765d5280b3ec794f6e51c2cd64ecc752ae (diff) | |
download | jenkins.debian.net-1659748550c4efc445c95e5b70b455ea4666d39d.tar.xz |
rebootstrap: be nice, even if we are the only user
-rwxr-xr-x | bin/rebootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rebootstrap.sh b/bin/rebootstrap.sh index 49e808de..30e20ef5 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 |