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 - Make latest nightly bundle URI consistent
Summary: Make latest nightly bundle URI consistent
Status: RESOLVED WONTFIX
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: nbre
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-04 23:27 UTC by mvyver
Modified: 2015-07-28 11:30 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.