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

Bug 368218

Summary: eclipsebuilder has git ssh url hardcoded
Product: [Eclipse Project] Platform Reporter: Krzysztof Daniel <krzysztof.daniel>
Component: RelengAssignee: Kim Moir <kim.moir>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: kim.moir, pwebster, remy.suen
Version: 3.8   
Target Milestone: 3.8 M5   
Hardware: PC   
OS: Linux   
Whiteboard:
Bug Depends on:    
Bug Blocks: 368148    
Attachments:
Description Flags
Fix proposition
none
patch none

Description Krzysztof Daniel CLA 2012-01-10 02:53:06 EST
Created attachment 209246 [details]
Fix proposition

and therefore cannot be run by non-commiters (clone requires password).
Comment 1 Kim Moir CLA 2012-01-10 10:08:56 EST
The reason we do this is that we invoke some tagging on the repo during the build.  We can't tag the build as a non-commmitter.  Thanks for your patch :-)
Here is releng land I rarely get patches so I really appreciate it.  
However, the patch needs be set via a property, I'll attach a new suggestion.
Comment 2 Kim Moir CLA 2012-01-10 10:09:14 EST
Created attachment 209264 [details]
patch
Comment 3 Kim Moir CLA 2012-01-12 10:29:10 EST
Actually it should be more like

<or>
   <equals arg1="${hudson}" arg2="true" />
      <not>
	<equals arg1="${tagMaps}" arg2="true" />
      </not>
</or>

Fixed in HEAD and R3_7_maintenance.