/[qa]/trunk/pts/www/bin/update_incoming.sh
ViewVC logotype

Diff of /trunk/pts/www/bin/update_incoming.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 691 by hertzog, Fri Apr 25 13:49:25 2003 UTC revision 692 by hertzog, Thu Jan 22 19:17:04 2004 UTC
# Line 4  Line 4 
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
# Line 77  nice_wget http://qa.debian.org/~weasel/d Line 80  nice_wget http://qa.debian.org/~weasel/d
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"

Legend:
Removed from v.691  
changed lines
  Added in v.692

  ViewVC Help
Powered by ViewVC 1.1.5