curl-library
Re: release and daily-snapshot tarballs
Date: Sun, 26 Oct 2014 21:54:01 -0400 (EDT)
Unrelated, but sort of related.
My nightly build log shows that something has been broken for a while :
node000$ tail -40 /usr/local/build/curl_autobuild/log
INFO : Tue Oct 21 03:00:02 GMT 2014
FAIL : download failed
: HTTP request sent, awaiting response... 404 Not Found
-----------------------------------------------------------------------
-----------------------------------------------------------------------
INFO : Wed Oct 22 03:00:02 GMT 2014
FAIL : download failed
: HTTP request sent, awaiting response... 404 Not Found
-----------------------------------------------------------------------
-----------------------------------------------------------------------
INFO : Thu Oct 23 03:00:03 GMT 2014
FAIL : download failed
: HTTP request sent, awaiting response... 404 Not Found
-----------------------------------------------------------------------
-----------------------------------------------------------------------
INFO : Fri Oct 24 03:00:03 GMT 2014
FAIL : download failed
: HTTP request sent, awaiting response... 404 Not Found
-----------------------------------------------------------------------
-----------------------------------------------------------------------
INFO : Sat Oct 25 03:00:02 GMT 2014
FAIL : download failed
: HTTP request sent, awaiting response... 404 Not Found
-----------------------------------------------------------------------
-----------------------------------------------------------------------
INFO : Sun Oct 26 03:00:03 GMT 2014
FAIL : download failed
: HTTP request sent, awaiting response... 404 Not Found
-----------------------------------------------------------------------
node000$
I go take a look here to see what release I *should* be fetching :
node000$ cd /usr/local/build/curl_autobuild/tarballs
node000$ /usr/local/bin/wget --output-file=/dev/null -q \
> -O -
> https://raw.githubusercontent.com/bagder/curl/master/RELEASE-NOTES | \
> /usr/bin/head -1 | /usr/xpg4/bin/sed 's/^Curl\ and\ libcurl\ //' >
> current_version.dat
node000$ cat current_version.dat
7.39.0
OKay, that is the version to fetch.
The timestamp :
node000$ /usr/xpg4/bin/date -u '+%Y%m%d' > timestamp.dat
Do I have that already ?
node000$ ls -l curl-`( /bin/cat current_version.dat )`-`( /bin/cat
timestamp.dat )`.tar.gz
curl-7.39.0-20141027.tar.gz: No such file or directory
Let's fetch it :
node000$ /usr/local/bin/wget --output-file=fetch.log \
> http://curl.haxx.se/snapshots/curl-`( /bin/cat current_version.dat
> )`-`( /bin/cat timestamp.dat )`.tar.gz
Nope.
The version to fetch looks to be 7.38.1 and not 7.39.0 as the latest
is :
http://curl.haxx.se/snapshots/curl-7.38.1-20141026.tar.gz
Is there a problem in
https://raw.githubusercontent.com/bagder/curl/master/RELEASE-NOTES ?
Dennis
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2014-10-27