From 2d8c687cfea3310b55c8fe7cf543760ad4564b7d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 6 Jun 2017 23:51:39 +0200 Subject: Revert "reproducible Debian: add niceness variation (Closes: #863440)" This reverts commit c43b4f3e2d537a1e9c2ff510f071d233f202bc50. --- bin/reproducible_build.sh | 2 +- bin/reproducible_common.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 928580f6..bce93b2b 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 -n 11 \ + sudo timeout -k 24.1h 24h /usr/bin/ionice -c 3 /usr/bin/nice \ /usr/bin/unshare --uts -- \ /usr/sbin/pbuilder --build \ --configfile $TMPCFG \ diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 7f0f4445..2405aafa 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -404,7 +404,6 @@ write_variation_table() { write_page "env BUILDUSERNAMEBUILDUSERNAME=\"pbuilder1\"BUILDUSERNAME=\"pbuilder2\"" write_page "env USERUSER=\"pbuilder1\"USER=\"pbuilder2\"" write_page "env HOMEHOME=\"/nonexistent/first-build\"HOME=\"/nonexistent/second-build\"" - write_page "niceness1011" write_page "uiduid=1111uid=2222" write_page "gidgid=1111gid=2222" write_page "/bin/sh/bin/dash/bin/bash" -- cgit v1.2.3-54-g00ecf