aboutsummaryrefslogtreecommitdiff
path: root/build-scripts/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'build-scripts/helpers')
-rw-r--r--build-scripts/helpers14
1 files changed, 6 insertions, 8 deletions
diff --git a/build-scripts/helpers b/build-scripts/helpers
index 9a762e4..2c67f98 100644
--- a/build-scripts/helpers
+++ b/build-scripts/helpers
@@ -41,10 +41,9 @@ repo-sync-from-mirror () {
mkdir -p out
cp .repo/manifest.xml out/source-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 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
@@ -75,10 +74,9 @@ repo-sync-from-seed () {
mkdir -p out
cp .repo/manifest.xml out/source-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 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