aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2014-01-26 00:57:15 +0200
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2014-01-26 01:20:16 +0200
commit425fe151cd6be2c0e9914924a14d320620bbc5bb (patch)
tree249e7422ec5f6166c2b8edc7c04a2bdbca51fd7e
parent34893704efaaa7eea0410e336cacdf8a44b4aa12 (diff)
Disable manifest rewriting for testing.
Change-Id: I39a5cbc93281ed2e898b34faa42a24b5f96aa4cd
-rw-r--r--build-scripts/helpers14
1 files changed, 8 insertions, 6 deletions
diff --git a/build-scripts/helpers b/build-scripts/helpers
index 507b9cb..5165e00 100644
--- a/build-scripts/helpers
+++ b/build-scripts/helpers
@@ -41,9 +41,10 @@ repo-sync-from-mirror () {
mkdir -p out
cp .repo/manifest.xml out/source-manifest.xml
- echo Replace Linaro git URLs with lightweight http git URLs.
- ${BUILD_SCRIPT_ROOT}/rewrite-manifest.py .repo/manifest.xml > processed-manifest.xml
- cp processed-manifest.xml .repo/manifest.xml
+# Disabled as a test - pfalcon 2014-01-25
+# echo Replace Linaro git URLs with lightweight http git URLs.
+# ${BUILD_SCRIPT_ROOT}/rewrite-manifest.py .repo/manifest.xml > processed-manifest.xml
+# cp processed-manifest.xml .repo/manifest.xml
echo ----------------------------
repo-sync-stubborn
@@ -74,9 +75,10 @@ repo-sync-from-seed () {
mkdir -p out
cp .repo/manifest.xml out/source-manifest.xml
- echo Replace Linaro git URLs with lightweight http git URLs.
- ${BUILD_SCRIPT_ROOT}/rewrite-manifest.py .repo/manifest.xml > processed-manifest.xml
- cp processed-manifest.xml .repo/manifest.xml
+# Disabled as a test - pfalcon 2014-01-25
+# echo Replace Linaro git URLs with lightweight http git URLs.
+# ${BUILD_SCRIPT_ROOT}/rewrite-manifest.py .repo/manifest.xml > processed-manifest.xml
+# cp processed-manifest.xml .repo/manifest.xml
export TIMEFORMAT="TIME: Repo sync (using seed as reference): %lR"
repo-sync-stubborn