summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_netbsd.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-14 02:37:22 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-14 02:37:22 +0100
commit8c44156c6d602e6fa607284328d268db0af65345 (patch)
treea4d21477d7fddcfaeda09cc525534de03de245c7 /bin/reproducible_netbsd.sh
parent0e808e56083b0415642d2e291867e43cbc9d6764 (diff)
downloadjenkins.debian.net-8c44156c6d602e6fa607284328d268db0af65345.tar.xz
reproducible coreboot/openwrt/netbsd: stop being too nice (as these jobs only run rarely on nodes which are constantly busy with rpms and archlinux)
Diffstat (limited to 'bin/reproducible_netbsd.sh')
-rwxr-xr-xbin/reproducible_netbsd.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh
index 4b9c2583..4b5da468 100755
--- a/bin/reproducible_netbsd.sh
+++ b/bin/reproducible_netbsd.sh
@@ -67,7 +67,7 @@ echo "==========================================================================
export TZ="/usr/share/zoneinfo/Etc/GMT+12"
# actually build everything
for MACHINE in $MACHINES ; do
- ionice -c 3 nice \
+ ionice -c 3 \
./build.sh -j $NUM_CPU -U -u -m ${MACHINE} release
# save results in b1
save_netbsd_results b1 ${MACHINE}
@@ -96,7 +96,7 @@ umask 0002
# use allmost all cores for second build
NEW_NUM_CPU=$(echo $NUM_CPU-1|bc)
for MACHINE in $MACHINES ; do
- ionice -c 3 nice \
+ ionice -c 3 \
linux64 --uname-2.6 \
./build.sh -j $NEW_NUM_CPU -U -u -m ${MACHINE} release
# save results in b2