[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible openwrt: build everything in one go

Holger Levsen holger at moszumanska.debian.org
Fri Jun 12 14:07:56 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 21e964629e8513c25108d158e4cd5099eebc0858
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Jun 12 16:07:25 2015 +0200

    reproducible openwrt: build everything in one go
---
 bin/reproducible_openwrt.sh | 59 ++++++++++++++++++++++++---------------------
 1 file changed, 32 insertions(+), 27 deletions(-)

diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index d400d64..b5d847f 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -99,17 +99,19 @@ echo "==========================================================================
 export TZ="/usr/share/zoneinfo/Etc/GMT+12"
 # actually build everything
 nice ionice -c 3 \
-	make -j1 V=s target/compile
-nice ionice -c 3 \
-	make -j $NUM_CPU package/cleanup
-nice ionice -c 3 \
-	make -j $NUM_CPU package/compile
-nice ionice -c 3 \
-	make -j $NUM_CPU package/install
-nice ionice -c 3 \
-	make -j $NUM_CPU target/install
-nice ionice -c 3 \
-	make -j $NUM_CPU package/index
+	make
+#nice ionice -c 3 \
+#	make target/compile
+#nice ionice -c 3 \
+#	make -j $NUM_CPU package/cleanup
+#nice ionice -c 3 \
+#	make -j $NUM_CPU package/compile
+#nice ionice -c 3 \
+#	make -j $NUM_CPU package/install
+#nice ionice -c 3 \
+#	make -j $NUM_CPU target/install
+#nice ionice -c 3 \
+#	make -j $NUM_CPU package/index
 
 cd bin
 for i in * ; do
@@ -142,22 +144,25 @@ umask 0002
 NEW_NUM_CPU=$(echo $NUM_CPU-1|bc)
 nice ionice -c 3 \
 	linux64 --uname-2.6 \
-		make -j1 V=s target/compile
-nice ionice -c 3 \
-	linux64 --uname-2.6 \
-		make -j $NEW_NUM_CPU package/cleanup
-nice ionice -c 3 \
-	linux64 --uname-2.6 \
-		make -j $NEW_NUM_CPU package/compile
-nice ionice -c 3 \
-	linux64 --uname-2.6 \
-		make -j $NEW_NUM_CPU package/install
-nice ionice -c 3 \
-	linux64 --uname-2.6 \
-		make -j $NEW_NUM_CPU target/install
-nice ionice -c 3 \
-	linux64 --uname-2.6 \
-		make -j $NEW_NUM_CPU package/index
+		make
+#nice ionice -c 3 \
+#	linux64 --uname-2.6 \
+#		make target/compile
+#nice ionice -c 3 \
+#	linux64 --uname-2.6 \
+#		make -j $NEW_NUM_CPU package/cleanup
+#nice ionice -c 3 \
+#	linux64 --uname-2.6 \
+#		make -j $NEW_NUM_CPU package/compile
+#nice ionice -c 3 \
+#	linux64 --uname-2.6 \
+#		make -j $NEW_NUM_CPU package/install
+#nice ionice -c 3 \
+#	linux64 --uname-2.6 \
+#		make -j $NEW_NUM_CPU target/install
+#nice ionice -c 3 \
+#	linux64 --uname-2.6 \
+#		make -j $NEW_NUM_CPU package/index
 
 # reset environment to default values again
 export LANG="en_GB.UTF-8"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list