[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible openwrt: clean up also after second build

Holger Levsen holger at moszumanska.debian.org
Mon Jun 15 12:14:58 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 fa84ad0ea13d80dcce563545d187244e36ae0203
Author: Reiner Herrmann <reiner at reiner-h.de>
Date:   Mon Jun 15 13:49:12 2015 +0200

    reproducible openwrt: clean up also after second build
---
 bin/reproducible_openwrt.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index de0627f..0df8797 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -140,8 +140,6 @@ build_two_times() {
 	# FIRST BUILD
 	export TZ="/usr/share/zoneinfo/Etc/GMT+12"
 	MAKE=make
-
-	# first build
 	openwrt_build "first" "$TARGET"
 
 	# save results in b1
@@ -171,6 +169,9 @@ build_two_times() {
 	export TZ="/usr/share/zoneinfo/UTC"
 	export PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:"
 	umask 0022
+
+	# clean up again
+	openwrt_cleanup
 }
 
 #

-- 
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