| 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" |
mirror="http://ftp.us.debian.org/debian" |
| 9 |
|
#mirror="http://ftp.debian.org/debian" |
| 10 |
|
|
| 11 |
umask 002 |
umask 002 |
| 12 |
set -e |
set -e |
| 51 |
Sources-security-stable_$comp.gz |
Sources-security-stable_$comp.gz |
| 52 |
#nice_wget http://security.debian.org/dists/testing/updates/$comp/source/Sources.gz \ |
#nice_wget http://security.debian.org/dists/testing/updates/$comp/source/Sources.gz \ |
| 53 |
#Sources-security-testing_$comp.gz |
#Sources-security-testing_$comp.gz |
| 54 |
nice_wget http://volatile.debian.net/debian-volatile/dists/stable/volatile/$comp/source/Sources.gz \ |
nice_wget http://volatile.debian.org/debian-volatile/dists/stable/volatile/$comp/source/Sources.gz \ |
| 55 |
Sources-volatile_$comp.gz |
Sources-volatile_$comp.gz |
| 56 |
done |
done |
| 57 |
|
|