[squid-users] daily releases

L.P.H. van Belle belle at bazuin.nl
Wed Jan 30 14:22:41 UTC 2019


Hai, 
 
I use this for the latest 4.xx release
mkdir squid && curl -q -L $(lynx -listonly -nonumbers -dump http://www.squid-cache.org/Versions/v4/  | grep squid-4.5 | grep ".tar.gz") | tar -xz -C squid  --strip-components 1 -f -  
 
and this one for the daily
mkdir squid-$(date +%F) && curl -q -L $(lynx -listonly -nonumbers -dump http://www.squid-cache.org/Versions/v4/  | grep "squid-4.5-" | grep ".tar.gz") | tar -xz -C squid-$(date +%F)  --strip-components 1 -f -
 
maybe is possible in another way but this works for me. 
 
greetz, 
 
Louis
 

Van: squid-users [mailto:squid-users-bounces at lists.squid-cache.org] Namens Vieri
Verzonden: woensdag 30 januari 2019 15:11
Aan: squid-users at lists.squid-cache.org
Onderwerp: [squid-users] daily releases



Hi,

Does anyone know of a convenient one-liner to get the latest daily release tarball, eg. http://www.squid-cache.org/Versions/v4/squid-4.5-20190128-r568e66b7c.tar.gz, without having to search for it manually on the web?

Either that or a symlink that would always point to the "latest daily".

Thanks,

Vieri










-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squid-cache.org/pipermail/squid-users/attachments/20190130/dc3ddc00/attachment-0001.html>


More information about the squid-users mailing list