Bug 280292 - need "archive" script to update URLs in "get http" maps.
Summary: need "archive" script to update URLs in "get http" maps.
Status: RESOLVED FIXED
Alias: None
Product: Orbit
Classification: Tools
Component: releng (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: David Williams CLA
QA Contact: Project Inbox CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-15 11:51 EDT by David Williams CLA
Modified: 2009-06-15 16:09 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 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.