From: Joerg Jaspert Date: Mon, 2 Aug 2010 07:54:13 +0000 (+0200) Subject: Merge remote branch 'drkranz/rm822' into merge X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=4659751705be020e71a3d6a95179d54f62592e33;hp=ecc3e4dbd56f9fff6e0d0a012aea3d00f1890591;p=dak.git Merge remote branch 'drkranz/rm822' into merge * drkranz/rm822: Some code cleanups cron.hourly: generate removals-full.822 rm.py: implement rfc822 removal format rm822.py script to convert removals log into rfc822 format Signed-off-by: Joerg Jaspert --- diff --git a/config/debian/apache.conf-incoming b/config/debian/apache.conf-incoming index a9f775ca..0edf6dce 100644 --- a/config/debian/apache.conf-incoming +++ b/config/debian/apache.conf-incoming @@ -35,15 +35,17 @@ allow from 213.188.99.214 allow from 213.188.99.208 # amd64 - # fivetimesnine.de - fs - allow from 194.0.163.247 - # excelsior - allow from 77.243.184.66 - # thukydides, HE - allow from 78.47.240.182 # barber allow from 194.177.211.203 allow from 2001:648:2ffc:deb:214:22ff:feb2:2370 + # brahms + Allow from 206.12.19.115 + # vitry (archive rebuild) + allow from 194.177.211.206 + allow from 2001:648:2ffc:deb:214:22ff:feb2:122c + # krenek (archive rebuild) + allow from 194.177.211.207 + allow from 2001:648:2ffc:deb:214:22ff:feb1:ff56 # arm # netwinder allow from 192.133.104.24 @@ -68,6 +70,14 @@ allow from 157.193.39.233 # ancina allow from 157.193.39.13 + # arnold + allow from 217.140.96.57 + # alain + allow from 217.140.96.58 + # alwyn + allow from 217.140.96.59 + # antheil + allow from 217.140.96.60 # hppa # sarti allow from 193.201.200.199 @@ -87,14 +97,8 @@ # back / mozart (xen domains; NOT .debian.org) allow from 80.87.129.151 # i386 - # puccini - Allow from 87.106.4.56 - # brahms - Allow from 206.12.19.115 # murphy Allow from 70.103.162.31 - # demosthenes, HE - allow from 78.47.223.98 # biber allow from 194.177.211.204 allow from 2001:648:2ffc:deb:214:22ff:feb2:1268 @@ -103,8 +107,6 @@ allow from 193.201.200.200 # mundi allow from 192.25.206.62 - # zx6000.gag.com - allow from 192.133.104.50 # alkman allow from 192.25.206.63 # mips @@ -136,9 +138,6 @@ allow from 72.66.115.54 # praetorius allow from 130.239.18.121 - # purcell - allow from 82.195.75.69 - allow from 2001:41b8:202:deb:20a:95ff:fe6c:3c02 # poulenc allow from 144.32.168.77 # porpora diff --git a/daklib/queue.py b/daklib/queue.py index 165b7088..0fe175f8 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -775,7 +775,7 @@ class Upload(object): location = cnf["Dir::Pool"] l = get_location(location, entry["component"], session=session) if l is None: - self.rejects.append("[INTERNAL ERROR] couldn't determine location (Component: %)" % entry["component"]) + self.rejects.append("[INTERNAL ERROR] couldn't determine location (Component: %s)" % entry["component"]) entry["location id"] = -1 else: entry["location id"] = l.location_id