* requestsync: Only check existing reports if the --lp flag is used.

This commit is contained in:
Jonathan Davies 2009-02-16 15:07:30 +00:00
parent 972aa89548
commit b04a9071c0
2 changed files with 5 additions and 2 deletions

5
debian/changelog vendored
View File

@ -3,7 +3,10 @@ ubuntu-dev-tools (0.65) UNRELEASED; urgency=low
[ Colin Watson ]
* manage-credentials: Fix typo.
-- Loic Minier <lool@dooz.org> Fri, 06 Feb 2009 12:19:40 +0100
[ Jonathan Davies ]
* requestsync: Only check existing reports if the --lp flag is used.
-- Jonathan Davies <jpds@ubuntu.com> Mon, 16 Feb 2009 15:06:16 +0000
ubuntu-dev-tools (0.64) jaunty; urgency=low

View File

@ -521,7 +521,7 @@ if __name__ == '__main__':
if not sponsorship: sponsorship = checkNeedsSponsorship(component)
# Check for existing package reports.
if not newsource: checkExistingReports(srcpkg)
if not newsource and use_lp_bugs: checkExistingReports(srcpkg)
# Generate bug report.
subscribe = 'ubuntu-archive'