Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2012-05-10 09:12:25 +0000
committerMarkus Knauer2012-05-10 09:12:25 +0000
commit1fdfce9cc916ae04ed9c2230c46754446944e53b (patch)
tree8632057563330add008ec2c834a760bc611af6b1
parent6699fa9259d779533d790b5077dde2a605ec295b (diff)
downloadorg.eclipse.epp.packages-1fdfce9cc916ae04ed9c2230c46754446944e53b.tar.gz
org.eclipse.epp.packages-1fdfce9cc916ae04ed9c2230c46754446944e53b.tar.xz
org.eclipse.epp.packages-1fdfce9cc916ae04ed9c2230c46754446944e53b.zip
parallel: workaround bug 375095 with additional local (temporary) repo
-rwxr-xr-xreleng/org.eclipse.epp.config/startEPPJuno.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/releng/org.eclipse.epp.config/startEPPJuno.sh b/releng/org.eclipse.epp.config/startEPPJuno.sh
index f092b1fd..67001a31 100755
--- a/releng/org.eclipse.epp.config/startEPPJuno.sh
+++ b/releng/org.eclipse.epp.config/startEPPJuno.sh
@@ -58,8 +58,8 @@ REPO_STAGING_URL="${BASE_URL}/releases/staging/"
REPO_EPP_WORKINGCOPY_URL="file://${EPPREPO_WORKINGCOPY_DIR}"
# repositories used in the build
-METADATAREPOSITORIES="${REPO_STAGING_URL},${REPO_EPP_WORKINGCOPY_URL}"
-ARTIFACTREPOSITORIES="${REPO_STAGING_URL},${REPO_EPP_WORKINGCOPY_URL}"
+METADATAREPOSITORIES="${REPO_STAGING_URL},${REPO_EPP_WORKINGCOPY_URL},file:///shared/technology/epp/ptp"
+ARTIFACTREPOSITORIES="${REPO_STAGING_URL},${REPO_EPP_WORKINGCOPY_URL},file:///shared/technology/epp/ptp"
# 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