Bug 280292

Summary: need "archive" script to update URLs in "get http" maps.
Product: [Tools] Orbit Reporter: David Williams <david_williams>
Component: relengAssignee: David Williams <david_williams>
Status: RESOLVED FIXED QA Contact: Project Inbox <orbit.releng-inbox>
Severity: normal    
Priority: P1    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description David Williams CLA 2009-06-15 11:51:08 EDT
Now that we have "archived" builds, we'll need a script to update the (full) http: URLs we have in the http format map files. 

Such as 

http://archive.eclipse.org/tools/orbit/downloads/drops/R20080807152315/

http://archive.eclipse.org/tools/orbit/downloads/drops/R20080807152315/orbitBundles-R20080807152315.map
Comment 1 David Williams CLA 2009-06-15 16:09:23 EDT
I've fixed current archive map files. 

The script to do it, archiveBuild.sh, is in 
org.eclipse.orbit.releng.dropsite/WebContent/orbit/committers 

(just because there's where we have some other utility scripts). 

Some tweaks may be needed when actually used to do an archive ... 
currently that part is commented out, since I used only to change URLs in files. 


Note: I was surprised to see we do not have a mirror URL in the orbit repo's artifact.xml/jar file ... ok with me that we don't, since presumably very low traffic, but if we ever do, this script (and the 'declare' script) will need to be update to handle that.