Opened 11 years ago
Closed 10 years ago
#10736 closed enhancement (fixed)
Add a 'current' url for the nightly images
Reported by: | kallisti5 | Owned by: | haiku-web |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Website | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
A current url for the night images would be super handy. I've needed one a few times in the past.
An example use case is an automated way to spawn a virtual machine with the latest nightly image.
Change History (3)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Temporary(?) workaround:
echo "Getting latest Haiku version..." wget -q http://www.haiku-files.org/unsupported-builds/x86-gcc4hybrid/ -O latest-haiku.html HAIKU_TAR_XZ=`perl -ne 'print if /VMDK/../raw\.tar\.xz/' ~/latest-haiku.html | perl -ne '/\.\/(.*raw\.tar\.xz)/;print $1'` rm latest-haiku.html echo $HAIKU_TAR_XZ
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Example: