[Popcon-developers] [PATCH] Fix the clean-genpkglist script to use archive.d.o and Debian-3.1.

Bill Allombert ballombe at debian.org
Fri Oct 30 17:58:53 UTC 2015


On Sun, Oct 25, 2015 at 01:36:24PM +0800, Paul Wise wrote:
> 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

Hello Paul,
This script is neither used nor distributed in the package.
However, if you have some interest in updating it, it would make more sense to
change it to target 'stable' rather than 'woody', if it is possible.

Cheers,
-- 
Bill. <ballombe at debian.org>

Imagine a large red swirl here. 



More information about the Popcon-developers mailing list