aboutsummaryrefslogtreecommitdiff
path: root/build-scripts/helpers
diff options
context:
space:
mode:
authorDanilo Šegan <danilo.segan@linaro.org>2012-10-26 20:29:30 +0200
committerDanilo Šegan <danilo.segan@linaro.org>2012-10-26 20:29:30 +0200
commitd188154b6b179f504eb360ffd69cfc29175de729 (patch)
tree7cb776d617c9da690f7accee3e282e5466152d24 /build-scripts/helpers
parent17aab8f464812714bae600a0cbbeda4e246d52b6 (diff)
Fix typo.
Diffstat (limited to 'build-scripts/helpers')
-rw-r--r--build-scripts/helpers4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-scripts/helpers b/build-scripts/helpers
index 22ba269..fa3083e 100644
--- a/build-scripts/helpers
+++ b/build-scripts/helpers
@@ -31,7 +31,7 @@ repo-sync-from-mirror () {
echo Replace Linaro git URLs with lightweight http git URLs.
${BUILD_SCRIPT_ROOT}/sanitize-manifest.py .repo/manifest.xml > out/processed-manifest.xml
- cp out/processed_manifest.xml .repo/manifest.xml
+ cp out/processed-manifest.xml .repo/manifest.xml
echo ----------------------------
time repo sync $REPO_QUIET -j$SYNC_JOBS
@@ -62,7 +62,7 @@ repo-sync-from-seed () {
echo Replace Linaro git URLs with lightweight http git URLs.
${BUILD_SCRIPT_ROOT}/sanitize-manifest.py .repo/manifest.xml > out/processed-manifest.xml
- cp out/processed_manifest.xml .repo/manifest.xml
+ cp out/processed-manifest.xml .repo/manifest.xml
export TIMEFORMAT="TIME: Repo sync (using seed as reference): %lR"
time repo sync $REPO_QUIET -j$SYNC_JOBS