From 194a4c3251797e1dcad3b4f32403ed5f1f86ca31 Mon Sep 17 00:00:00 2001 From: Michael Casadevall Date: Sat, 8 Nov 2008 06:33:26 -0500 Subject: [PATCH] Fixed buildd rescore --- buildd | 2 +- debian/changelog | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/buildd b/buildd index ea779ed..588b2ce 100755 --- a/buildd +++ b/buildd @@ -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: diff --git a/debian/changelog b/debian/changelog index 675769d..bada289 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 28 Oct 2008 10:40:53 -0700 + [ Michael Casadevall ] + * Fixed buildd rescore (tested by Sarah Hobbs) + + -- Michael Casadevall Sat, 08 Nov 2008 06:33:00 -0500 ubuntu-dev-tools (0.46) intrepid; urgency=low