From f07c7eb9e934151f4adbf47c6089bf4671a8ade7 Mon Sep 17 00:00:00 2001 From: Markus Knauer Date: Sun, 22 Mar 2009 15:17:47 +0000 Subject: removed all 'other' repos, added galileo + galileo staging --- releng/org.eclipse.epp.config/startEPP35.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'releng/org.eclipse.epp.config/startEPP35.sh') 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" ] -- cgit v1.2.3