| 4 |
# This file is distributed under the terms of the General Public License |
# This file is distributed under the terms of the General Public License |
| 5 |
# version 2 or (at your option) any later version. |
# version 2 or (at your option) any later version. |
| 6 |
|
|
| 7 |
mirror="http://gluck.debian.org/debian" |
#mirror="http://gluck.debian.org/debian" |
| 8 |
|
mirror="http://ftp.debian.org/debian" |
| 9 |
nonus="http://non-us.debian.org/debian-non-US" |
nonus="http://non-us.debian.org/debian-non-US" |
| 10 |
wgetopt="-t 5 -q -N" |
wgetopt="-t 5 -q -N" |
| 11 |
|
|
| 12 |
|
umask 002 |
| 13 |
|
|
| 14 |
if [ -d "../incoming" ]; then |
if [ -d "../incoming" ]; then |
| 15 |
root=$PWD/.. |
root=$PWD/.. |
| 16 |
elif [ -d "incoming" ]; then |
elif [ -d "incoming" ]; then |
| 80 |
debcheck-unstable |
debcheck-unstable |
| 81 |
|
|
| 82 |
# Download the list of packages with debconf templates |
# Download the list of packages with debconf templates |
| 83 |
nice_wget http://ddtp.debian.org/cgi-bin/debconf_list.cgi debconf-list |
# DISABLED until ddtp.debian.org is back up |
| 84 |
|
#nice_wget http://ddtp.debian.org/cgi-bin/debconf_list.cgi debconf-list |
| 85 |
|
|
| 86 |
# Get wnpp information (and parse it) [PvR] |
# Get wnpp information (and parse it) [PvR] |
| 87 |
wget $wgetopt -O wnpp.html "http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=pkg&data=wnpp&archive=no&pend-exc=done" |
wget $wgetopt -O wnpp.html "http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=pkg&data=wnpp&archive=no&pend-exc=done" |