5 # list of architectures taken from
6 # http://buildd.debian.org/stats/
8 # For debugging, you can override the path using
9 # the WB_DB_DIR enviroment variable
10 if [ -z "$WB_DB_DIR" ]
12 WB_DB_DIR=/srv/ftp-master.debian.org/scripts/nfu
15 cd $WB_DB_DIR || { echo "Failed to cd to $WB_DB_DIR" ; exit 1 ;}
17 for arch in alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 sparc
20 echo "Getting $arch-all.txt"
21 wget -q http://buildd.debian.org/stats/$arch-all.txt