1
0
mirror of https://github.com/danog/gigaclone.git synced 2025-01-22 05:31:28 +01:00

Update .gigaclone-urllist

This commit is contained in:
Daniil Gentili 2015-11-27 13:03:48 +01:00
parent 039fefdb39
commit 3897f3904a

View File

@ -21,7 +21,7 @@ awk '!seen[$0]++' $f>>$tmp/tmp
};done
cd $tmp
md5sum $tmp/logs.tgz >$dir/.md5sum
rdupes $tmp/tmp
travis_wait 500 rdupes $tmp/tmp
}
rdupes() {
@ -44,7 +44,7 @@ url=$(echo "$file" | sed '/http/d;/\.bin/!d')
for e in $url;do echo "$baseurl$e">>$tmp/tmp;done
}; done
rdupes $tmp/tmp
travis_wait 500 rdupes $tmp/tmp
}
checkurl() {
@ -60,7 +60,7 @@ cat $dir/.cur >> $dir/.url2check
travis_wait travis_wait travis_wait travis_wait travis_wait bash -c 'for dl in $(cat $dir/.url2check); do {
travis_wait 500 bash -c 'for dl in $(cat $dir/.url2check); do {
curl -w "%{url_effective}\n" -L -f -s -I -S "$dl" -o /dev/null
echo $dl>$dir/.cur
[ "$dl" = "$last" ] && rm $dir/.cur $dir/.url2check $dir/.docheck