Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-04-22 23:31:06 +0000
committerDavid Williams2013-04-22 23:31:06 +0000
commitb40e9ac142f48bba8ae47bebfad965698d27ace6 (patch)
treeed7013431e613139db00e8b3b206d9d63e13ad8d /production/publish-repo.sh
parent5cbdf6c34f11a225af881f5a3c678c736ab5c373 (diff)
downloadeclipse.platform.releng.aggregator-b40e9ac142f48bba8ae47bebfad965698d27ace6.tar.gz
eclipse.platform.releng.aggregator-b40e9ac142f48bba8ae47bebfad965698d27ace6.tar.xz
eclipse.platform.releng.aggregator-b40e9ac142f48bba8ae47bebfad965698d27ace6.zip
Bug 402448 - [CBI] Run traditional mirror/comparator to catch corner
cases (prep changes)
Diffstat (limited to 'production/publish-repo.sh')
-rw-r--r--production/publish-repo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/publish-repo.sh b/production/publish-repo.sh
index 28094992c..592864d33 100644
--- a/production/publish-repo.sh
+++ b/production/publish-repo.sh
@@ -81,7 +81,7 @@ echo "repositoryDir: ${repositoryDir}"
# leave both old and new methods for now, so true (1) ==> old straight copy.
# change to false (0) to test new method.
-if (( 1 ))
+if (( 0 ))
then
# for now, straight copy from what was produced to local build machine directory.
# This is partially done so that

Back to the top