mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-16 09:31:08 +00:00
Fixed buildd rescore
This commit is contained in:
parent
082ba0b322
commit
194a4c3251
2
buildd
2
buildd
@ -146,7 +146,7 @@ for build, (arch, status) in buildstats.iteritems():
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
urlopener.open(build + '/+rescore', urlencode(
|
urlopener.open(build + '/+rescore', urlencode(
|
||||||
{'SCORE': '5000', 'RESCORE': '1'}))
|
{'field.priority': '5000', 'field.actions.rescore': '1'}))
|
||||||
except:
|
except:
|
||||||
print >> sys.stderr, "Unable to request rescore on %s." % arch
|
print >> sys.stderr, "Unable to request rescore on %s." % arch
|
||||||
else:
|
else:
|
||||||
|
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -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
|
* requestsync: tell the user when you are waiting for input from them after
|
||||||
giving the sponsorship warning, rather than appearing to hang.
|
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
|
ubuntu-dev-tools (0.46) intrepid; urgency=low
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user