mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
requestsync: Drop "please" in bug titles, per recent discussion on the
ubuntu-bugsquad ML.
This commit is contained in:
parent
d830c5a4c1
commit
dea3df2e40
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -12,7 +12,11 @@ ubuntu-dev-tools (0.65) UNRELEASED; urgency=low
|
|||||||
- requestsync: check if submitter has per-package upload permission
|
- requestsync: check if submitter has per-package upload permission
|
||||||
using isPerPackageUploader function and adjust report accordingly.
|
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
|
ubuntu-dev-tools (0.64) jaunty; urgency=low
|
||||||
|
|
||||||
|
@ -130,7 +130,7 @@ def checkExistingReports(package):
|
|||||||
pkgBugList = pkg.searchTasks()
|
pkgBugList = pkg.searchTasks()
|
||||||
|
|
||||||
# Search bug list for other sync requests.
|
# 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]
|
package in bug.title]
|
||||||
|
|
||||||
if len(matchingBugs) == 0:
|
if len(matchingBugs) == 0:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user