mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
* update-maintainer: Remove the check for LP credentials again as this script
doesn't use the LP API.
This commit is contained in:
parent
b7ccb322a3
commit
3eb8f13f35
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
ubuntu-dev-tools (0.84) UNRELEASED; urgency=low
|
||||
|
||||
* update-maintainer: Remove the check for LP credentials again as this
|
||||
script doesn't use the LP API.
|
||||
|
||||
-- Michael Bienia <geser@ubuntu.com> Sat, 21 Nov 2009 20:22:54 +0100
|
||||
|
||||
ubuntu-dev-tools (0.83) lucid; urgency=low
|
||||
|
||||
[ Iain Lane ]
|
||||
|
@ -31,12 +31,6 @@ import re
|
||||
import sys
|
||||
import ubuntutools.packages
|
||||
|
||||
# Cannot work without LP credentials
|
||||
try:
|
||||
Launchpad.login()
|
||||
except IOError:
|
||||
sys.exit(1)
|
||||
|
||||
valid_locations = ["debian/control.in", "control.in", "debian/control", "control"]
|
||||
control_file_found = False
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user