Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-04-29 19:45:11 +0000
committerDavid Williams2015-04-29 19:45:11 +0000
commit9324033f73a478929102d83f87818019addce2ab (patch)
tree39fbf17aa055d60485f018fc2d832a80f8a296c2 /eclipse-platform-parent/pom.xml
parentcad227002c50d2dbfc929862eb351df3dcb8e57b (diff)
downloadeclipse.platform.releng.aggregator-9324033f73a478929102d83f87818019addce2ab.tar.gz
eclipse.platform.releng.aggregator-9324033f73a478929102d83f87818019addce2ab.tar.xz
eclipse.platform.releng.aggregator-9324033f73a478929102d83f87818019addce2ab.zip
Bug 465853 - Gerrit jobs for platform builds should run against I-builds
(not N-builds) during RC cycle
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 0412a179f..1c6fcd6f7 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -128,8 +128,12 @@
<eclipse-repo.url>https://repo.eclipse.org/content/repositories/releases/</eclipse-repo.url>
<cbi-snapshots-repo.url>https://repo.eclipse.org/content/repositories/cbi-snapshots/</cbi-snapshots-repo.url>
- <!-- this eclipse-p2-repo.url is specifically for the build individual bundles profile. -->
- <eclipse-p2-repo.url>http://download.eclipse.org/eclipse/updates/4.5-N-builds</eclipse-p2-repo.url>
+
+ <!-- this eclipse-p2-repo.url is specifically for the build individual bundles profile and Gerrit jobs.
+ Usually set to N-builds for main dev. cycle, but set to I-builds during RC time (since there are
+ no N-builds, but daily I-builds).
+ -->
+ <eclipse-p2-repo.url>http://download.eclipse.org/eclipse/updates/4.5-I-builds</eclipse-p2-repo.url>
<!--
If configuration is not specified at all, in signing plugin, the default

Back to the top