Bug 376000 - make repo links vanilla
Summary: make repo links vanilla
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Releng (show other bugs)
Version: 4.2   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 4.2 M7   Edit
Assignee: David Williams CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 375807 376460
  Show dependency tree
 
Reported: 2012-04-03 15:10 EDT by David Williams CLA
Modified: 2012-04-25 16:00 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Williams CLA 2012-04-03 15:10:54 EDT
There's several places, such as "repositories.txt" where we have "hard coded" 
ssh://committerid type links for git repos. 

These should be made more the "public" vanilla version, such as git:// 

BUT, this change will have to be coordinated with changed in build scripts, since we do (always) massage those links anyway (for example, on build.eclipse.org often use file:///gitroot/... 

and those parts of the code (sed commands) currently have assumptions that the lines start with ssh:// 

So, not huge priority, just making a note so we don't forget (and, don't forget to coordinate the changes).
Comment 1 David Williams CLA 2012-04-09 13:54:47 EDT
Trying now (in R4_HEAD branch of maps). 

I did make "generic" to key match, in the sed script, 
^.*git.eclipse.org
so ... as long as we never have a repository with "git.eclipse.org" in its actual name, we should be good for any protocol (ssh://, git://, file://) (though, I think git://git.eclipse.org is always right form for repositories.txt.