[pca] some readmes are sometimes not fetched correctly

dpecka dpecka at techniservit.cz
Mon Jul 20 13:43:23 CEST 2009


hi, i happily use a pca script following way (maximally last 9 days):

pca -l total --format="%a %p-%c" | sort -n |\
perl -ne 's/^\s*//; last if /^\d{2}/; next if /^\D/; s/^\d+\s*//; print'
|\
while read line;
    do echo $line $(PAGER=cat pca -r $line --user=mysunaccount
--passwd=mysunpasswd 2>/dev/null | grep Keywords:);
done

because i need to check every 1-2 days if were released some patches
which match in their Keywords: some $RE.
it works fine, but sometimes it downloads *nothing as readme due ?some
server/client side timeout.
can be inside pca script added some test if for example readme was
successfully downloaded or some optimizations
for downloader ?

these particular readmes can be re-downloaded again if needed.

thanks very much and regards


-- 
Best Regards

Daniel Pecka

-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.univie.ac.at/mailman/private/pca/attachments/20090720/e22ca255/attachment.html 


More information about the pca mailing list