[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible netbsd: properly clean between those two builds
Holger Levsen
holger at moszumanska.debian.org
Mon Jul 6 14:00:59 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 644456527aff084cb0456b44eab25409d86995a9
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Jul 6 16:00:43 2015 +0200
reproducible netbsd: properly clean between those two builds
---
TODO | 1 -
bin/reproducible_netbsd.sh | 7 +++++++
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/TODO b/TODO
index a51acac..061b6b3 100644
--- a/TODO
+++ b/TODO
@@ -258,7 +258,6 @@ properties:
==== reproducible netbsd
-* properly clean between those two builds...
* announce on their list
* explain status in plain english
diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh
index ed46c20..9766b67 100755
--- a/bin/reproducible_netbsd.sh
+++ b/bin/reproducible_netbsd.sh
@@ -73,6 +73,13 @@ done
save_netbsd_results b1
echo "============================================================================="
+echo "$(date -u) - Building netbsd ${NETBSD_VERSION} - cleaning up between builds."
+echo "============================================================================="
+rm obj/releasedir -r
+rm obj/destdir.* -r
+# we keep the toolchain(s)
+
+echo "============================================================================="
echo "$(date -u) - Building netbsd - second build run."
echo "============================================================================="
export TZ="/usr/share/zoneinfo/Etc/GMT-14"
--
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