Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2009-03-22 15:17:47 +0000
committerMarkus Knauer2009-03-22 15:17:47 +0000
commitf07c7eb9e934151f4adbf47c6089bf4671a8ade7 (patch)
tree1ca51e40c93d09e553db906ff5dbf2d5c404e95c /releng/org.eclipse.epp.config/startEPP35.sh
parentc0f15568f794bfd6a63c7b7bb6756c76a837f49d (diff)
downloadorg.eclipse.epp.packages-f07c7eb9e934151f4adbf47c6089bf4671a8ade7.tar.gz
org.eclipse.epp.packages-f07c7eb9e934151f4adbf47c6089bf4671a8ade7.tar.xz
org.eclipse.epp.packages-f07c7eb9e934151f4adbf47c6089bf4671a8ade7.zip
removed all 'other' repos, added galileo + galileo staging
Diffstat (limited to 'releng/org.eclipse.epp.config/startEPP35.sh')
-rw-r--r--releng/org.eclipse.epp.config/startEPP35.sh11
1 files changed, 6 insertions, 5 deletions
diff --git a/releng/org.eclipse.epp.config/startEPP35.sh b/releng/org.eclipse.epp.config/startEPP35.sh
index 77d88d49..1bb48bde 100644
--- a/releng/org.eclipse.epp.config/startEPP35.sh
+++ b/releng/org.eclipse.epp.config/startEPP35.sh
@@ -18,20 +18,21 @@ fi
# Galileo Repositories
REPO_ECLIPSE35="${BASE_URL}/eclipse/updates/3.5milestones"
-#REPO_GALILEO="${BASE_URL}/releases/galileo/"
+REPO_GALILEO="${BASE_URL}/releases/galileo/"
+#REPO_GALILEO_STAGING="${BASE_URL}/releases/galileo/"
if [ ${BUILDLOCATION} = "server" ]
then
- REPO_GALILEO="file:///opt/users/hudsonbuild/downloads/galileo/"
+ REPO_GALILEO_STAGING="file:///opt/users/hudsonbuild/downloads/galileo/"
else
- REPO_GALILEO="http://build.eclipse.org/galileo/staging/"
+ REPO_GALILEO_STAGING="http://build.eclipse.org/galileo/staging/"
fi
REPO_EPP_GALILEO="${BASE_URL}/technology/epp/packages/galileo/milestones"
ALL_REPOS="${BASE_URL}/birt/update-site/2.5-interim,${BASE_URL}/datatools/downloads/drops/N_updates_1.7,${BASE_URL}/dsdp/dd/updates,${BASE_URL}/dsdp/mtj/updates/1.0/stable,${BASE_URL}/dsdp/nab/updates,${BASE_URL}/dsdp/tml/updates/0.3M6,${BASE_URL}/modeling/emft/updates/milestones,${BASE_URL}/modeling/emf/updates/milestones,${BASE_URL}/modeling/gmf/updates/milestones,${BASE_URL}/modeling/m2m/updates/milestones,${BASE_URL}/modeling/m2t/updates/milestones,${BASE_URL}/modeling/mdt/updates/milestones,${BASE_URL}/modeling/tmf/updates/milestones,${BASE_URL}/rt/rap/1.2/update,${BASE_URL}/rt/riena/1.1.0.M5/update,${BASE_URL}/stp/updates/galileo,${BASE_URL}/technology/actf/0.7/milestones,${BASE_URL}/technology/dltk/updates-dev/1.0-stable,${BASE_URL}/technology/epp/updates/1.0milestones,${BASE_URL}/technology/jwt/stable-update-site,${BASE_URL}/technology/jwt/update-site,${BASE_URL}/technology/mat/0.7/update-site,${BASE_URL}/technology/subversive/0.7/update-site,${BASE_URL}/tools/buckminster/updates-ganymede,${BASE_URL}/tools/cdt/releases/galileo,${BASE_URL}/tools/cdt/updates/galileo,${BASE_URL}/tools/gef/updates/milestones,${BASE_URL}/tools/mylyn/update/galileo,${BASE_URL}/tools/pdt/updates/milestones,${BASE_URL}/tptp/updates/galileo,${BASE_URL}/webtools/milestones,http://www.eclipse.org/external/rt/ecf/3.0/3.5/updateSite"
# Repositories (Galileo)
-METADATAREPOSITORIES="${REPO_ECLIPSE35},${REPO_GALILEO},${REPO_EPP_GALILEO},${ALL_REPOS}"
-ARTIFACTREPOSITORIES="${REPO_ECLIPSE35},${REPO_GALILEO},${ALL_REPOS}"
+METADATAREPOSITORIES="${REPO_ECLIPSE35},${REPO_GALILEO},${REPO_GALILEO_STAGING},${REPO_EPP_GALILEO}"
+ARTIFACTREPOSITORIES="${REPO_ECLIPSE35},${REPO_GALILEO},${REPO_GALILEO_STAGING}"
# Eclipse installation, Java, etc.
if [ ${BUILDLOCATION} = "server" ]

Back to the top