mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +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
|
ubuntu-dev-tools (0.83) lucid; urgency=low
|
||||||
|
|
||||||
[ Iain Lane ]
|
[ Iain Lane ]
|
||||||
|
@ -31,12 +31,6 @@ import re
|
|||||||
import sys
|
import sys
|
||||||
import ubuntutools.packages
|
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"]
|
valid_locations = ["debian/control.in", "control.in", "debian/control", "control"]
|
||||||
control_file_found = False
|
control_file_found = False
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user