Fixed buildd rescore

This commit is contained in:
Michael Casadevall 2008-11-08 06:33:26 -05:00
parent 082ba0b322
commit 194a4c3251
2 changed files with 5 additions and 2 deletions

2
buildd
View File

@ -146,7 +146,7 @@ for build, (arch, status) in buildstats.iteritems():
try:
urlopener.open(build + '/+rescore', urlencode(
{'SCORE': '5000', 'RESCORE': '1'}))
{'field.priority': '5000', 'field.actions.rescore': '1'}))
except:
print >> sys.stderr, "Unable to request rescore on %s." % arch
else:

5
debian/changelog vendored
View File

@ -10,7 +10,10 @@ ubuntu-dev-tools (0.47) UNRELEASED; urgency=low
* requestsync: tell the user when you are waiting for input from them after
giving the sponsorship warning, rather than appearing to hang.
-- Kees Cook <kees@ubuntu.com> Tue, 28 Oct 2008 10:40:53 -0700
[ Michael Casadevall ]
* Fixed buildd rescore (tested by Sarah Hobbs)
-- Michael Casadevall <sonicmctails@gmail.com> Sat, 08 Nov 2008 06:33:00 -0500
ubuntu-dev-tools (0.46) intrepid; urgency=low