summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_netbsd.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-07-06 16:00:43 +0200
committerHolger Levsen <holger@layer-acht.org>2015-07-06 16:00:43 +0200
commit644456527aff084cb0456b44eab25409d86995a9 (patch)
tree819df2996dd7d68aca1a258629b25a13dadb830d /bin/reproducible_netbsd.sh
parentc1655a0c13362192fb29fbe9f4902cf1f35cbf66 (diff)
downloadjenkins.debian.net-644456527aff084cb0456b44eab25409d86995a9.tar.xz
reproducible netbsd: properly clean between those two builds
Diffstat (limited to 'bin/reproducible_netbsd.sh')
-rwxr-xr-xbin/reproducible_netbsd.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh
index ed46c20a..9766b671 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"