Skip to content

Commit

Permalink
bootstrap shallow clone
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrks committed Aug 27, 2019
1 parent 3ccd1a9 commit 109a41e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap.sh
Expand Up @@ -144,10 +144,10 @@ repoInit () {

case $EDITION in
ce)
repo init --no-clone-bundle -u "$TARGET_REPO" -m manifest/default.xml
repo init --no-tags --depth=1 --no-clone-bundle -u "$TARGET_REPO" -m manifest/default.xml
;;
ee)
repo init --no-clone-bundle -u "$TARGET_REPO" -m manifest/default.xml -g all
repo init --no-tags --depth=1 --no-clone-bundle -u "$TARGET_REPO" -m manifest/default.xml -g all
;;
*)
echo "Unknown edition: $EDITION (Aborting)"
Expand Down

0 comments on commit 109a41e

Please sign in to comment.