diff options
| author | Samuli Piippo <samuli.piippo@qt.io> | 2016-08-29 12:39:11 +0300 |
|---|---|---|
| committer | Samuli Piippo <samuli.piippo@qt.io> | 2016-09-12 12:04:54 +0000 |
| commit | 5ca24e86886763cd8878490c3375abb570856209 (patch) | |
| tree | 42fc605700e7ed2c62712e390582fbe90010fc4e /b2qt-init-build-env | |
| parent | fc564883ff56a8094ed3757a5ad097065b40f33e (diff) | |
| download | meta-boot2qt-5ca24e86886763cd8878490c3375abb570856209.tar.gz | |
Fetch only external repos for repo mirror
Change-Id: I55a8aa3d69a3df5337a8a61268bde91adb091ab0
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'b2qt-init-build-env')
| -rwxr-xr-x | b2qt-init-build-env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/b2qt-init-build-env b/b2qt-init-build-env index 87d05f4..20b3d78 100755 --- a/b2qt-init-build-env +++ b/b2qt-init-build-env | |||
| @@ -165,7 +165,7 @@ mirror() { | |||
| 165 | mkdir -p .repo/manifests | 165 | mkdir -p .repo/manifests |
| 166 | cp ${DIR}/scripts/manifest.xml .repo/manifests/ | 166 | cp ${DIR}/scripts/manifest.xml .repo/manifests/ |
| 167 | MANIFEST="manifest.xml" | 167 | MANIFEST="manifest.xml" |
| 168 | ${REPO} init ${REPO_URL} -u ${PWD}/.repo/repo -b default -m ${MANIFEST} -g all --mirror | 168 | ${REPO} init ${REPO_URL} -u ${PWD}/.repo/repo -b default -m ${MANIFEST} -g external --mirror |
| 169 | ${REPO} sync | 169 | ${REPO} sync |
| 170 | } | 170 | } |
| 171 | 171 | ||
