aboutsummaryrefslogtreecommitdiff
path: root/build-scripts/helpers
diff options
context:
space:
mode:
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 7387505..9b3ff7a 100644
--- a/build-scripts/helpers
+++ b/build-scripts/helpers
@@ -29,7 +29,7 @@ repo-sync-from-mirror () {
cp .repo/manifest.xml out/source-manifest.xml
echo Replace Linaro git URLs with lightweight http git URLs.
- ${BUILD_SCRIPT_ROOT}/sanitize-manifest.py .repo/manifest.xml > out/processed-manifest.xml
+ ${BUILD_SCRIPT_ROOT}/rewrite-manifest.py .repo/manifest.xml > out/processed-manifest.xml
cp out/processed-manifest.xml .repo/manifest.xml
echo ----------------------------
@@ -61,7 +61,7 @@ repo-sync-from-seed () {
cp .repo/manifest.xml out/source-manifest.xml
echo Replace Linaro git URLs with lightweight http git URLs.
- ${BUILD_SCRIPT_ROOT}/sanitize-manifest.py .repo/manifest.xml > out/processed-manifest.xml
+ ${BUILD_SCRIPT_ROOT}/rewrite-manifest.py .repo/manifest.xml > out/processed-manifest.xml
cp out/processed-manifest.xml .repo/manifest.xml
export TIMEFORMAT="TIME: Repo sync (using seed as reference): %lR"