aboutsummaryrefslogtreecommitdiff
path: root/build-scripts/helpers
diff options
context:
space:
mode:
authorDanilo Šegan <danilo.segan@linaro.org>2012-11-22 10:22:58 +0100
committerDanilo Šegan <danilo.segan@linaro.org>2012-11-22 10:22:58 +0100
commiteb45c6a5c2c138a6b2dedbe8070ad4862afae48b (patch)
tree04b883053b547c85f121ba31ad98c47578a618ea /build-scripts/helpers
parent168d23517d1d7fc187b8a8e39e7ebcad34b9fc9e (diff)
Rename sanitize-manifest to rewrite-manifest.
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"