]> git.decadent.org.uk Git - dak.git/blobdiff - scripts/nfu/get-w-b-db
Use more https://
[dak.git] / scripts / nfu / get-w-b-db
index ae8fb1b990a64b22d527c8c60e183dce0d562057..eabbdc516ec0256734e30b7356629c779a512937 100755 (executable)
@@ -31,10 +31,8 @@ export SCRIPTVARS=/srv/ftp-master.debian.org/dak/config/debian/vars
 
 # For debugging, you can override the path using
 # the WB_DB_DIR enviroment variable
-if [ -z "$WB_DB_DIR" ]; then
-       WB_DB_DIR=${scriptdir}/nfu
-fi
+WB_DB_DIR=${WB_DB_DIR:-${scriptdir}/nfu}
 
 for arch in $(dak admin s-a list-arch unstable); do
-    wget -q http://buildd.debian.org/stats/$arch-all.txt -O ${WB_DB_DIR}/${arch}-all.txt
+    wget -q https://buildd.debian.org/stats/$arch-all.txt -O ${WB_DB_DIR}/${arch}-all.txt || echo "No w-b dump for ${arch}"
 done