mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
manage-credentials: Finish migrating away from the Launchpad 'edge' service
root. (LP: #704657)
This commit is contained in:
parent
a99497b5ce
commit
c1a3f11583
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
ubuntu-dev-tools (0.112) UNRELEASED; urgency=low
|
||||
|
||||
* manage-credentials: Finish migrating away from the Launchpad 'edge' service
|
||||
root. (LP: #704657)
|
||||
|
||||
-- Robert Collins <robertc@robertcollins.net> Wed, 19 Jan 2011 12:03:40 +1300
|
||||
|
||||
ubuntu-dev-tools (0.111) natty; urgency=low
|
||||
|
||||
* ubuntutools/test/test_help.py: Blacklist --help test for check-mir, it
|
||||
|
@ -28,14 +28,14 @@ from ubuntutools.lp.libsupport import Launchpad, translate_api_web, LEVEL
|
||||
class CmdOptions(OptionParser):
|
||||
|
||||
USAGE = (
|
||||
"\t%prog create -c <consumer> [--service <staging|edge>]"
|
||||
"\t%prog create -c <consumer> [--service <staging|production>]"
|
||||
)
|
||||
|
||||
OPTIONS = (
|
||||
make_option("-c", "--consumer", action="store", type="string",
|
||||
dest="consumer", default=None),
|
||||
make_option("-s", "--service", action="store", type="string",
|
||||
dest="service", default="edge"),
|
||||
dest="service", default="production"),
|
||||
make_option("--cache", action="store", type="string",
|
||||
dest="cache", default=None),
|
||||
make_option("-o", action="store", type="string",
|
||||
|
Loading…
x
Reference in New Issue
Block a user