summaryrefslogtreecommitdiff
path: root/baserock-bootstrap
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-16 13:32:54 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-16 20:30:16 +0000
commit17eebcf41549c694230116d9122f5302e724a7cf (patch)
tree847d831af314c798543277b97fbe01d148b15baf /baserock-bootstrap
parente288d36e28182e8d39da159a141f699b40a162ce (diff)
downloadmorph-17eebcf41549c694230116d9122f5302e724a7cf.tar.gz
Remove pointless re-freshing of cached git repos from pass3 build
Diffstat (limited to 'baserock-bootstrap')
-rwxr-xr-xbaserock-bootstrap15
1 files changed, 0 insertions, 15 deletions
diff --git a/baserock-bootstrap b/baserock-bootstrap
index 816ccb6b..cfd7a070 100755
--- a/baserock-bootstrap
+++ b/baserock-bootstrap
@@ -949,21 +949,6 @@ set -x
cd /baserock/gits/morph
mkdir -p /baserock/cache
export PATH="/usr/bin:/bin"
-while ! python ./morph --verbose update-gits \
- morphs master foundation.morph \
- morphs master devel.morph \
- morphs master linux-stratum.morph \
- --bootstrap \
- --cachedir=/baserock/cache \
- --log=/baserock/morph.log \
- --dump-memory-profile=none \
- --keep-path \
- --bundle-server="$GIT_BUNDLES" \
- --git-base-url=git://gitorious.org/baserock-morphs/ \
- --git-base-url=git://gitorious.org/baserock/
-do
- echo eeekk try again
-done
python ./morph --verbose build \
morphs master foundation.morph \
morphs master devel.morph \