diff options
| author | David Williams | 2013-06-19 16:41:28 +0000 |
|---|---|---|
| committer | David Williams | 2013-06-19 16:41:28 +0000 |
| commit | a46df0bef0b1bf6d44beaf944a935bfb669944d0 (patch) | |
| tree | a5a836020b7e3f123c6049679d2ae7049a6564ab | |
| parent | 4c4c9123b0c52789b6a6f399a1977d86d000a5ba (diff) | |
| download | eclipse.platform.releng.aggregator-a46df0bef0b1bf6d44beaf944a935bfb669944d0.tar.gz eclipse.platform.releng.aggregator-a46df0bef0b1bf6d44beaf944a935bfb669944d0.tar.xz eclipse.platform.releng.aggregator-a46df0bef0b1bf6d44beaf944a935bfb669944d0.zip | |
Bug 410961 - Prep for 4.4 builds and 4.3 maintenance builds
use 4.4-I-build for comparator
4 files changed, 7 insertions, 5 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml index e074fc31a..0effea837 100644 --- a/eclipse-platform-parent/pom.xml +++ b/eclipse-platform-parent/pom.xml @@ -21,7 +21,7 @@ <buildTimestamp>${maven.build.timestamp}</buildTimestamp> <buildType>I</buildType> <buildId>${buildType}${buildTimestamp}</buildId> - <comparator.repo>http://download.eclipse.org/eclipse/updates/4.3-I-builds</comparator.repo> + <comparator.repo>http://download.eclipse.org/eclipse/updates/4.4-I-builds</comparator.repo> <tycho.version>0.18.0</tycho.version> <tycho-extras.version>0.18.0</tycho-extras.version> <cbi-plugins.version>1.0.3</cbi-plugins.version> @@ -39,7 +39,7 @@ <cbi-jdt-repo.url>https://repo.eclipse.org/content/repositories/eclipse-staging/</cbi-jdt-repo.url> <cbi-jdt-version>3.9.0.v20130604-1421</cbi-jdt-version> <eclipse-repo.url>https://repo.eclipse.org/content/repositories/releases/</eclipse-repo.url> - <eclipse-p2-repo.url>http://download.eclipse.org/eclipse/updates/4.3-I-builds</eclipse-p2-repo.url> + <eclipse-p2-repo.url>http://download.eclipse.org/eclipse/updates/4.4-I-builds</eclipse-p2-repo.url> </properties> <repositories> <repository> diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticRepoSiteFiles/Ibuilds/composite/index.html b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticRepoSiteFiles/Ibuilds/composite/index.html index b2bb822db..6f717a624 100644 --- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticRepoSiteFiles/Ibuilds/composite/index.html +++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticRepoSiteFiles/Ibuilds/composite/index.html @@ -21,7 +21,7 @@ <div id="midcolumn"> <p> This software repository URL, - <code>http://download.eclipse.org/eclipse/updates/4.3-I-builds/</code> + <code>http://download.eclipse.org/eclipse/updates/4.4-I-builds/</code> , provides access to the software repository for the <a href="https://www.eclipse.org/eclipse/">Eclipse Project</a>. diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticRepoSiteFiles/Ibuilds/simple/index.html b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticRepoSiteFiles/Ibuilds/simple/index.html index b2bb822db..6f717a624 100644 --- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticRepoSiteFiles/Ibuilds/simple/index.html +++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticRepoSiteFiles/Ibuilds/simple/index.html @@ -21,7 +21,7 @@ <div id="midcolumn"> <p> This software repository URL, - <code>http://download.eclipse.org/eclipse/updates/4.3-I-builds/</code> + <code>http://download.eclipse.org/eclipse/updates/4.4-I-builds/</code> , provides access to the software repository for the <a href="https://www.eclipse.org/eclipse/">Eclipse Project</a>. diff --git a/production/master-build.sh b/production/master-build.sh index e6d3bf688..663573cab 100644 --- a/production/master-build.sh +++ b/production/master-build.sh @@ -92,7 +92,9 @@ fi # We can either compute here, # or just make sure it matches that is in parent pom for various streams (e.g. 4.3 vs 4.4) # and build types, (e.g. M vs. I). For N builds, we still use "I". -comparatorRepository=http://download.eclipse.org/eclipse/updates/4.3-I-builds +# 5/31013. We no longer do the post build comparator, but leaving it, just +# in case we want an occasionally double check ... but, should never be routine. +comparatorRepository=http://download.eclipse.org/eclipse/updates/4.4-I-builds GET_AGGREGATOR_BUILD_LOG="${logsDirectory}/mb010_get-aggregator_output.txt" TAG_BUILD_INPUT_LOG="${logsDirectory}/mb030_tag_build_input_output.txt" |
