mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-26 18:31:10 +00:00
* requestsync: Only check existing reports if the --lp flag is used.
This commit is contained in:
parent
972aa89548
commit
b04a9071c0
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -3,7 +3,10 @@ ubuntu-dev-tools (0.65) UNRELEASED; urgency=low
|
|||||||
[ Colin Watson ]
|
[ Colin Watson ]
|
||||||
* manage-credentials: Fix typo.
|
* 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
|
ubuntu-dev-tools (0.64) jaunty; urgency=low
|
||||||
|
|
||||||
|
@ -521,7 +521,7 @@ if __name__ == '__main__':
|
|||||||
if not sponsorship: sponsorship = checkNeedsSponsorship(component)
|
if not sponsorship: sponsorship = checkNeedsSponsorship(component)
|
||||||
|
|
||||||
# Check for existing package reports.
|
# Check for existing package reports.
|
||||||
if not newsource: checkExistingReports(srcpkg)
|
if not newsource and use_lp_bugs: checkExistingReports(srcpkg)
|
||||||
|
|
||||||
# Generate bug report.
|
# Generate bug report.
|
||||||
subscribe = 'ubuntu-archive'
|
subscribe = 'ubuntu-archive'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user