Skip to content

Commit

Permalink
Fetch only external repos for repo mirror
Browse files Browse the repository at this point in the history
Change-Id: I55a8aa3d69a3df5337a8a61268bde91adb091ab0
Reviewed-by: Teemu Holappa <[email protected]>
  • Loading branch information
sapiippo committed Sep 12, 2016
1 parent fc56488 commit 5ca24e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion b2qt-init-build-env
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ mirror() {
mkdir -p .repo/manifests
cp ${DIR}/scripts/manifest.xml .repo/manifests/
MANIFEST="manifest.xml"
${REPO} init ${REPO_URL} -u ${PWD}/.repo/repo -b default -m ${MANIFEST} -g all --mirror
${REPO} init ${REPO_URL} -u ${PWD}/.repo/repo -b default -m ${MANIFEST} -g external --mirror
${REPO} sync
}

Expand Down

0 comments on commit 5ca24e8

Please sign in to comment.