summaryrefslogtreecommitdiff
path: root/baserock-bootstrap
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-05-10 09:18:31 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-05-10 09:18:31 +0000
commit2c505b32a8664ca2f9b557a51a73cbdcf9974d45 (patch)
treea44b14fbb9e6b7935f83d2504bf26222e7925000 /baserock-bootstrap
parent769548ec1fed4cdc631f9324cb1c8cb17a94e207 (diff)
downloadmorph-2c505b32a8664ca2f9b557a51a73cbdcf9974d45.tar.gz
Use the artifacts/ subdirectory of the cache for dumping build times.
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 84992e84..b18e2875 100755
--- a/baserock-bootstrap
+++ b/baserock-bootstrap
@@ -96,7 +96,7 @@ pass1_dump_build_times()
{
echo "Dumping pass 1 build times"
cd $LFS/baserock/gits/morph
- python ./dump-build-times $LFS/baserock/cache
+ python ./dump-build-times $LFS/baserock/cache/artifacts
}
pass2_get_morph()
@@ -267,7 +267,7 @@ set -e
set -x
cd /baserock/gits/morph
-python ./dump-build-times /baserock/cache
+python ./dump-build-times /baserock/cache/artifacts
EOF
$HOST_CHMOD +x "$LFS/baserock/dump-pass2-build-times.sh"
local do_chroot="$BASEDIR/do-chroot.bash"
@@ -430,7 +430,7 @@ set -x
export PATH="/usr/bin:/bin"
cd /baserock/gits/morph
-python ./dump-build-times /baserock/cache
+python ./dump-build-times /baserock/cache/artifacts
EOF
$HOST_CHMOD +x "$LFS/baserock/dump-pass3-build-times.sh"
local do_chroot="$BASEDIR/do-chroot.bash"