Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 354404

Summary: Adopt support for per repo fetchTag overrides
Product: [Eclipse Project] Platform Reporter: Andrew Niefer <aniefer>
Component: RelengAssignee: Kim Moir <kim.moir>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: kim.moir, pwebster, remy.suen
Version: 3.7   
Target Milestone: 3.8 M2   
Hardware: PC   
OS: Linux   
Whiteboard:
Attachments:
Description Flags
patch none

Description Andrew Niefer CLA 2011-08-10 11:58:21 EDT
bug 351740 and bug 353340 introduce support for per repo/project settings for
fetch tag overrides.

We should update the basebuilder with this so that we can let platform ui use
R3_development for nightly builds instead of having to keep master in sync with
the dev branch.

This would mean a fetchTag property like
fetchTag=CVS=HEAD,GIT=master;git://git.eclipse.org/gitroot/platform/eclipse.platform.ui.git=R3_development



This would deserve a test build.
Comment 1 Andrew Niefer CLA 2011-08-12 09:55:22 EDT
A new build of the egit fetch factory is available at
http://download.eclipse.org/egit/pde/updates-nightly
as a p2 repo, or directly
http://download.eclipse.org/egit/pde/updates-nightly/plugins/org.eclipse.egit.fetchfactory_0.12.0.201108111757.jar
Comment 2 Kim Moir CLA 2011-08-15 15:19:28 EDT
I'll try the bundles from this week's integration build for this fix.
Comment 3 Kim Moir CLA 2011-08-16 12:03:24 EDT
Created attachment 201590 [details]
patch
Comment 4 Kim Moir CLA 2011-08-16 13:30:58 EDT
Fixed.  The test build looks good and the fetch scripts indicate the R3_development tag for the bundles from the platform.ui repo.  Thanks Andrew!