26 Commits

Author SHA1 Message Date
Evan Broder
19c33e5e32 * ubuntutools.subprocess:
- New drop-in replacement wrapper module around subprocess that
    backports the restore_signals kwarg and defaults close_fds=True
  - Switch everything previously using subprocess to use
    ubuntutools.subprocess instead (LP: #785854)
2011-06-24 16:32:07 +02:00
Didier Roche
d69e21a0af * lp-project-upload:
- fix a bug when new milestone wasn't specified
2011-06-09 13:36:06 +02:00
Dustin Kirkland
4349bcad39 * doc/lp-project-upload.1, lp-project-upload:
- add support for optionally specifying files containing the changelog
    and release notes for the release
  - allows scripts to avoid the interactive editors
  - document these changes in the manpage
2011-06-02 18:30:20 -04:00
Evan Broder
d82e65e0e2 * ubuntutools.subprocess:
- New drop-in replacement wrapper module around subprocess that
    backports the restore_signals kwarg and defaults close_fds=True
  - Switch everything previously using subprocess to use
    ubuntutools.subprocess instead (LP: #785854)
2011-05-24 20:22:37 +02:00
Ted Gould
3386a80945 Apparently this makes it run faster with less memory usage :-) 2011-04-15 16:35:54 -05:00
Michael Vogt
d9ec09c396 Sorten code using crazy Python stuff. 2011-03-24 09:57:18 -05:00
Ted Gould
a3381c3724 Use the right set of arguments depending on how many we have 2011-03-23 22:03:54 -05:00
Ted Gould
4465bcd28c Comment to make the code easier to read 2011-03-23 22:02:43 -05:00
Ted Gould
11fc1380f7 We shouldn't set the date targeted as we don't really know that 2011-03-23 21:27:12 -05:00
Ted Gould
fd235db083 Adding an intermediary 'today' variable to shorten line lengths 2011-03-23 20:57:08 -05:00
Ted Gould
69ec667c35 Updating to existing milestone latest so the changelog will merge because they're just difficult to handle in version control. 2011-03-23 20:54:30 -05:00
Ted Gould
fdb7a3d716 Shortened a long line for people with old text editors or graphics drivers that don't support KMS on the console. 2011-03-23 20:52:16 -05:00
Ted Gould
354b34ea1a Whitespace for Python people 2011-03-23 17:07:00 -05:00
Ted Gould
d91afb44bb Have an optional argument to create a new milestone on the series 2011-03-23 17:06:39 -05:00
Ted Gould
1329a9338d Check to see if there's a milestone we can use, and release that if so 2011-03-23 13:49:49 -05:00
Stefano Rivera
997fb23b2d Use Launchpadlib.login_with() directly in scripts. 2011-03-01 00:30:54 +02:00
Benjamin Drung
b09ddfee2f Make pylint happier. 2010-12-27 21:54:31 +01:00
Benjamin Drung
f8d3f9f2f5 Wrap all long lines in Python scripts. 2010-12-27 14:21:01 +01:00
Benjamin Drung
1943df29eb Remove all trailing spaces. 2010-12-03 00:06:43 +01:00
Natalia Bidart
4678bbd765 Removing uneeded blank line. 2010-09-22 15:22:27 -03:00
Natalia Bidart
5bb05bc287 Added support to lp-project-upload for handling multiple project series. 2010-09-22 14:45:00 -03:00
Stefano Rivera
39e44c3167 Correct program name in licence 2010-09-21 17:42:04 +02:00
Aurelien Gateau
5f01f369a9 Do not pass the dir part of the tarball name to LP 2010-06-03 14:21:22 +02:00
Martin Pitt
982cd8bbfd lp-project-upload: Invoke editor to specify changelog and release notes,
and add those to the project release.
2009-11-20 16:59:00 -06:00
Martin Pitt
471fb39dbe lp-project-upload: Generate tarball signature if it is not present yet. 2009-11-20 16:35:56 -06:00
Martin Pitt
05efc70443 * Add lp-project-upload: Upload a release tarball to a Launchpad project.
* Add doc/lp-project-upload.1: Corresponding manpage.
* setup.py: Add lp-project-upload.
2009-09-05 16:40:10 +02:00