requestsync: Drop "please" in bug titles, per recent discussion on the

ubuntu-bugsquad ML.
This commit is contained in:
Iain Lane 2009-03-01 14:17:10 +00:00
parent d830c5a4c1
commit dea3df2e40
2 changed files with 6 additions and 2 deletions

6
debian/changelog vendored
View File

@ -12,7 +12,11 @@ ubuntu-dev-tools (0.65) UNRELEASED; urgency=low
- requestsync: check if submitter has per-package upload permission
using isPerPackageUploader function and adjust report accordingly.
-- Luca Falavigna <dktrkranz@ubuntu.com> Thu, 19 Feb 2009 23:55:04 +0100
[ Iain Lane ]
* requestsync: Drop "please" in bug titles, per recent discussion on the
ubuntu-bugsquad ML.
-- Iain Lane <laney@ubuntu.com> Sun, 01 Mar 2009 14:12:01 +0000
ubuntu-dev-tools (0.64) jaunty; urgency=low

View File

@ -130,7 +130,7 @@ def checkExistingReports(package):
pkgBugList = pkg.searchTasks()
# Search bug list for other sync requests.
matchingBugs = [bug for bug in pkgBugList if "Please sync %s" %
matchingBugs = [bug for bug in pkgBugList if "Sync %s" %
package in bug.title]
if len(matchingBugs) == 0: