summaryrefslogtreecommitdiffstats
path: root/bin/rebootstrap.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-09 18:34:53 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-09 18:34:53 +0200
commit1659748550c4efc445c95e5b70b455ea4666d39d (patch)
treedc521a038805bbd54de34b1b66976b72f3a7d2d7 /bin/rebootstrap.sh
parent360573765d5280b3ec794f6e51c2cd64ecc752ae (diff)
downloadjenkins.debian.net-1659748550c4efc445c95e5b70b455ea4666d39d.tar.xz
rebootstrap: be nice, even if we are the only user
Diffstat (limited to 'bin/rebootstrap.sh')
-rwxr-xr-xbin/rebootstrap.sh2
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