aboutsummaryrefslogtreecommitdiff
path: root/build-scripts/helpers
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2011-12-15 21:46:43 +0200
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2011-12-15 21:46:43 +0200
commit0ba848d0b1e4515ac5020baf991237da85c9ddf4 (patch)
treeac7237157c0df2db1222b9a836c2d8bed4fc4ca2 /build-scripts/helpers
parentef8b8056a674f4acab642f8fc896e665d25408dd (diff)
Prepare source-manifest.xml before repo sync, so it's available on sync failure.
Diffstat (limited to 'build-scripts/helpers')
-rw-r--r--build-scripts/helpers2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-scripts/helpers b/build-scripts/helpers
index f160239..62c6a3b 100644
--- a/build-scripts/helpers
+++ b/build-scripts/helpers
@@ -38,8 +38,8 @@ repo-sync-from-seed () {
setup-repo-vars
time curl --silent --show-error "$REPO_SEED_URL" | gzip -d -c | tar x
repo init $REPO_QUIET -u "${MANIFEST_REPO}" -b "${MANIFEST_BRANCH}" -m "${MANIFEST_FILENAME}" $REPO_MIRROR --reference=$PWD/pandaboard.mirror
- time repo sync $REPO_QUIET -j$SYNC_JOBS
cp .repo/manifest.xml out/source-manifest.xml
+ time repo sync $REPO_QUIET -j$SYNC_JOBS
repo manifest -r -o out/pinned-manifest.xml
}