summaryrefslogtreecommitdiff
path: root/baserock-bootstrap
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-04-24 09:17:33 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-04-24 09:17:33 +0000
commit600218313a655815d902afad40c1eff5c45a20fd (patch)
tree24242435037f3ea4901a96f88fa1f8a6d2fe09c2 /baserock-bootstrap
parenta6c42e3a18f514d92fbc5326566b15c9aed1226e (diff)
downloadmorph-600218313a655815d902afad40c1eff5c45a20fd.tar.gz
bootstrap: disable dumping of build times
The required metadata is not written to the cache any more. This should be re-implemented.
Diffstat (limited to 'baserock-bootstrap')
-rwxr-xr-xbaserock-bootstrap6
1 files changed, 3 insertions, 3 deletions
diff --git a/baserock-bootstrap b/baserock-bootstrap
index 820a78e9..297df717 100755
--- a/baserock-bootstrap
+++ b/baserock-bootstrap
@@ -471,7 +471,7 @@ case "$buildwhat" in
;;
pass1b)
time pass1_build_with_morph
- time pass1_dump_build_times
+# time pass1_dump_build_times
;;
pass2a)
time pass2_get_morph
@@ -481,7 +481,7 @@ case "$buildwhat" in
;;
pass2b)
time pass2_build_with_morph_in_chroot
- time pass2_dump_build_times
+# time pass2_dump_build_times
time pass2b_cleanup_at_end
;;
pass3a)
@@ -490,7 +490,7 @@ case "$buildwhat" in
;;
pass3b)
time pass3_build_with_morph_in_chroot
- time pass3_dump_build_times
+# time pass3_dump_build_times
;;
*) echo "Usage! (sorry, I'm unhelpful)" 1>&2
exit 1