[Popcon-developers] [PATCH] Fix the clean-genpkglist script to use archive.d.o and Debian-3.1.
Paul Wise
pabs at debian.org
Sun Oct 25 05:36:24 UTC 2015
---
clean-genpkglist | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/clean-genpkglist b/clean-genpkglist
index 9f25da3..bf18412 100755
--- a/clean-genpkglist
+++ b/clean-genpkglist
@@ -9,10 +9,10 @@ temp2=$(tempfile)
resultfile=packages
archs="alpha arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc"
-mirror="http://ftp.fi.debian.org/debian"
+mirror="http://archive.debian.org/debian"
for i in $archs; do
- wget "$mirror/dists/Debian3.1r0/main/binary-${i}/Packages.gz" -O "$tempname"
+ wget "$mirror/dists/Debian-3.1/main/binary-${i}/Packages.gz" -O "$tempname"
zcat "$tempname" | grep "^Package: " | sed -e 's/^Package: //' >> "$temp2"
done
--
2.6.2
More information about the Popcon-developers
mailing list