Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorMarkus Knauer2011-05-24 07:45:14 +0000
committerMarkus Knauer2011-05-24 07:45:14 +0000
commitea205a4df5f18069f57fdd78b58f13642a65d143 (patch)
tree4f154d868fdfd90b3747224701da7f32e652f220 /releng
parent80ed27c515b4fea0aa9bb42741fea313a5f7ce4c (diff)
downloadorg.eclipse.epp.packages-ea205a4df5f18069f57fdd78b58f13642a65d143.tar.gz
org.eclipse.epp.packages-ea205a4df5f18069f57fdd78b58f13642a65d143.tar.xz
org.eclipse.epp.packages-ea205a4df5f18069f57fdd78b58f13642a65d143.zip
* build: remove repositories other than staging (and epp workingcopy)
Diffstat (limited to 'releng')
-rwxr-xr-xreleng/org.eclipse.epp.config/startEPPIndigo.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/releng/org.eclipse.epp.config/startEPPIndigo.sh b/releng/org.eclipse.epp.config/startEPPIndigo.sh
index 4e434632..2c3d1762 100755
--- a/releng/org.eclipse.epp.config/startEPPIndigo.sh
+++ b/releng/org.eclipse.epp.config/startEPPIndigo.sh
@@ -57,8 +57,8 @@ REPO_EPP_URL="file://${EPPREPO_INPUT_DIR}"
REPO_EPP_WORKINGCOPY_URL="file://${EPPREPO_WORKINGCOPY_DIR}"
# repositories used in the build
-METADATAREPOSITORIES="${REPO_ECLIPSE_URL},${REPO_STAGING_URL},${REPO_EPP_WORKINGCOPY_URL},${BASE_URL}/tools/ptp/updates/indigo"
-ARTIFACTREPOSITORIES="${REPO_ECLIPSE_URL},${REPO_STAGING_URL},${REPO_EPP_WORKINGCOPY_URL},${BASE_URL}/tools/ptp/updates/indigo"
+METADATAREPOSITORIES="${REPO_STAGING_URL},${REPO_EPP_WORKINGCOPY_URL}"
+ARTIFACTREPOSITORIES="${REPO_STAGING_URL},${REPO_EPP_WORKINGCOPY_URL}"
# definition of OS, WS, ARCH, FORMAT combinations - DO NOT FORGET to adjust the for loop
OSes=( win32 win32 linux linux macosx macosx )

Back to the top