From b04a9071c004bb7777317af266cb339367a4b057 Mon Sep 17 00:00:00 2001 From: Jonathan Davies Date: Mon, 16 Feb 2009 15:07:30 +0000 Subject: [PATCH] * requestsync: Only check existing reports if the --lp flag is used. --- debian/changelog | 5 ++++- requestsync | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d471f5a..46e8e3d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,10 @@ ubuntu-dev-tools (0.65) UNRELEASED; urgency=low [ Colin Watson ] * manage-credentials: Fix typo. - -- Loic Minier Fri, 06 Feb 2009 12:19:40 +0100 + [ Jonathan Davies ] + * requestsync: Only check existing reports if the --lp flag is used. + + -- Jonathan Davies Mon, 16 Feb 2009 15:06:16 +0000 ubuntu-dev-tools (0.64) jaunty; urgency=low diff --git a/requestsync b/requestsync index 42eb276..7a6a972 100755 --- a/requestsync +++ b/requestsync @@ -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'