summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-05-26 23:27:53 +0200
committerHolger Levsen <holger@layer-acht.org>2017-05-26 23:27:53 +0200
commita3b0ba495360ac94ef72482e971bfa5c704825a7 (patch)
treeef1ab1ee71f5c0a2ec3198048e02740f03e15f6b /bin/reproducible_build.sh
parenta4ac24518916db99a7344b2be0b2d80a5490a208 (diff)
downloadjenkins.debian.net-a3b0ba495360ac94ef72482e971bfa5c704825a7.tar.xz
reproducible Debian: add niceness variation (Closes: #863440)
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 3442cd02..9018ceb6 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -701,7 +701,7 @@ EOF
# remember to change the sudoers setting if you change the following command
# (the 2nd build gets a longer timeout trying to make sure the first build
# aint wasted when then 2nd happens on a highly loaded node)
- sudo timeout -k 24.1h 24h /usr/bin/ionice -c 3 /usr/bin/nice \
+ sudo timeout -k 24.1h 24h /usr/bin/ionice -c 3 /usr/bin/nice -n 12 \
/usr/bin/unshare --uts -- \
/usr/sbin/pbuilder --build \
--configfile $TMPCFG \