summaryrefslogtreecommitdiff
path: root/baserock-bootstrap
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-09 18:15:52 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-09 18:15:52 +0000
commit6bc782d8231de22de4491d21fd61d2323ec200ea (patch)
tree8d31d1e944b4edc2de43b91f06dcf34b3e06c1c3 /baserock-bootstrap
parent7516ac07e29cb6c2f2da445ea08aae176669e92e (diff)
downloadmorph-6bc782d8231de22de4491d21fd61d2323ec200ea.tar.gz
Make bootstrap use the new --ignore-submodules option
In pass2 we do not want to use submodules (at least not yet).
Diffstat (limited to 'baserock-bootstrap')
-rwxr-xr-xbaserock-bootstrap2
1 files changed, 2 insertions, 0 deletions
diff --git a/baserock-bootstrap b/baserock-bootstrap
index 87cba72c..d3cf08a6 100755
--- a/baserock-bootstrap
+++ b/baserock-bootstrap
@@ -795,6 +795,7 @@ while ! python ./morph --verbose update-gits \
morphs master devel.morph \
morphs master linux-stratum.morph \
--bootstrap \
+ --ignore-submodules \
--cachedir=/baserock/cache \
--log=/baserock/morph.log \
--dump-memory-profile=none \
@@ -810,6 +811,7 @@ python ./morph --verbose build \
morphs master devel.morph \
morphs master linux-stratum.morph \
--bootstrap \
+ --ignore-submodules \
--cachedir=/baserock/cache \
--log=/baserock/morph.log \
--dump-memory-profile=none \