manage-credentials: Finish migrating away from the Launchpad 'edge' service

root. (LP: #704657)
This commit is contained in:
Robert Collins 2011-01-19 12:05:08 +13:00
parent a99497b5ce
commit c1a3f11583
2 changed files with 9 additions and 2 deletions

7
debian/changelog vendored
View File

@ -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

View File

@ -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",