[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#774511: marked as done (www.debian.org: fix architecture list for people.d.o scripts)



Your message dated Thu, 05 Mar 2015 18:09:02 +0100
with message-id <6727110.s0WbARLrQR@baggins>
and subject line Re: Bug#774511: www.debian.org: fix architecture list for people.d.o scripts
has caused the Debian Bug report #774511,
regarding www.debian.org: fix architecture list for people.d.o scripts
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
774511: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774511
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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 <adam@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 <adam@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

--- End Message ---
--- Begin Message ---
On Saturday 03 January 2015 18:21:59 Adam D. Barratt wrote:
> The attached patch brings the architecture list back in to sync with
> unstable, removing ia64 and s390 and adding arm64 and ppc64el.

Thanks for the patch.  As you know, I committed it yesterday, and today the 
script seems to have completed succesfully, including the updated architecture 
list.

-- 
Regards, Kaare

--- End Message ---

Reply to: