X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=cron.d%2F100syncarchive_installer;h=6e07052cbd38b211e1e01c16d4a4feec8e11b9ee;hb=a6146cf5473f4b13172414851b63894024394cb3;hp=61e6932434ad4774ee50383787f782e04c720a1f;hpb=4d9c4df8447b2d218d939dc1ac33187d7f36589a;p=deb%2Fpackages.git diff --git a/cron.d/100syncarchive_installer b/cron.d/100syncarchive_installer index 61e6932..6e07052 100755 --- a/cron.d/100syncarchive_installer +++ b/cron.d/100syncarchive_installer @@ -13,7 +13,7 @@ then for dist in ${dists} do - if [ $dist = oldstable -o $dist = experimental ]; then + if [ $dist = experimental ]; then continue fi @@ -25,7 +25,7 @@ then echo retrieve Packages $dist/$part/$arch test -d us/${dist}/${part}/binary-${arch} || mkdir -p us/${dist}/${part}/binary-${arch} (cd us/${dist}/${part}/binary-${arch} && - wget -q -N ${ftpsite}/dists/${dist}/${part}/binary-${arch}/Packages.gz) + $wget_cmd -N ${ftpsite}/dists/${dist}/${part}/binary-${arch}/Packages.gz) done done done @@ -34,7 +34,7 @@ else for dist in ${dists} do - if [ $dist = oldstable -o $dist = experimental ]; then + if [ $dist = experimental ]; then continue fi