mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-14 02:11:29 +00:00
* lp-project-upload:
- fix a bug when new milestone wasn't specified
This commit is contained in:
parent
dcad51ec87
commit
d69e21a0af
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -18,6 +18,10 @@ ubuntu-dev-tools (0.125) UNRELEASED; urgency=low
|
|||||||
- allows scripts to avoid the interactive editors
|
- allows scripts to avoid the interactive editors
|
||||||
- document these changes in the manpage
|
- document these changes in the manpage
|
||||||
|
|
||||||
|
[ Didier Roche ]
|
||||||
|
* lp-project-upload:
|
||||||
|
- fix a bug when new milestone wasn't specified
|
||||||
|
|
||||||
-- Benjamin Drung <bdrung@debian.org> Sat, 28 May 2011 19:43:10 +0200
|
-- Benjamin Drung <bdrung@debian.org> Sat, 28 May 2011 19:43:10 +0200
|
||||||
|
|
||||||
ubuntu-dev-tools (0.124) unstable; urgency=low
|
ubuntu-dev-tools (0.124) unstable; urgency=low
|
||||||
|
@ -89,6 +89,7 @@ def main():
|
|||||||
Usage: %s <project name> <version> <tarball> [new milestone] [changelog file] [releasenotes file]''' % sys.argv[0]
|
Usage: %s <project name> <version> <tarball> [new milestone] [changelog file] [releasenotes file]''' % sys.argv[0]
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
new_milestone = None
|
||||||
changelog_file = None
|
changelog_file = None
|
||||||
releasenotes_file = None
|
releasenotes_file = None
|
||||||
if len(sys.argv) == 4:
|
if len(sys.argv) == 4:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user