Package: www.debian.org Tags: patch Hi,
people_scripts/update.packages+sources contains a hard-coded architecture list, which is outdated. This causes the call from lessoften to fail with: 2015-01-03 15:22:29 URL:http://ftp.ca.debian.org/debian/dists/unstable/non-free/binary-i386/Packages.gz [102395/102395] -> "Packages.gz" [1] http://ftp.ca.debian.org/debian/dists/unstable/main/binary-ia64/Packages.gz: 2015-01-03 15:22:29 ERROR 404: Not Found. After the error, no further architectures are updated. The attached patch brings the architecture list back in to sync with unstable, removing ia64 and s390 and adding arm64 and ppc64el. Regards, Adam
commit c8940d8f1986df80d4ebf076ca3496275b313e44 Author: Adam D. Barratt <a...@adam-barratt.org.uk> Date: Sat Jan 3 18:15:56 2015 +0000 Sync the architecture list with the current reality in unstable Signed-off-by: Adam D. Barratt <a...@adam-barratt.org.uk> diff --git a/people_scripts/update.packages+sources b/people_scripts/update.packages+sources index bf8e746..95173a3 100755 --- a/people_scripts/update.packages+sources +++ b/people_scripts/update.packages+sources @@ -5,7 +5,7 @@ base_dir=$crondir/people_scripts mirror=ftp.ca.debian.org # -nv is kinda fucked, see bug #141323 verbose=-nv -arches="amd64 armel armhf hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 s390x sparc" +arches="amd64 arm64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc ppc64el s390x sparc" test -d $base_dir/data || mkdir $base_dir/data cd $base_dir/data