This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 157947

Summary: Make latest nightly bundle URI consistent
Product: www Reporter: mvyver <mvyver>
Component: Builds & RepositoriesAssignee: nbre <nbre>
Status: RESOLVED WONTFIX    
Severity: blocker CC: issues
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description mvyver 2009-02-04 23:27:34 UTC
The latest nightly URI is usefully named generically:
http://bits.netbeans.org/download/trunk/nightly/latest/bundles/

However the filenames break this:
netbeans-trunk-nightly-200902040232-linux.sh    

could these names be changed to 
netbeans-trunk-nightly-latest-linux.sh 

with some link/redirect to:
netbeans-trunk-nightly-yyyymmddhhMM-linux.sh

The the following will just work:

curl -C - -LO http://bits.netbeans.org/download/trunk/nightly/latest/bundles/netbeans-trunk-nightly-latest-linux.sh
Comment 1 dlipin 2009-02-13 10:37:03 UTC
I`d say that this is valid also for zips so likely be fixed on the overall build level.
Comment 2 rnovak 2009-03-02 13:35:28 UTC
This wasn't requirement for the current build system, but sound like a good idea to implement. But this is certainly not
the P1.