Colin Watson
f8d4866cbc
move copyPackage into lpapicache for better encapsulation
2011-08-16 18:07:58 +01:00
Colin Watson
ecaaa33fdc
typo
2011-08-16 17:37:52 +01:00
Colin Watson
7386ca4d0c
merge trunk
2011-08-16 16:41:23 +01:00
Colin Watson
b9353d781a
better error presentation
2011-08-16 16:30:10 +01:00
Colin Watson
e8b02a39b2
monkeypatching doesn't work right; extend Launchpad.login instead
2011-08-16 16:20:29 +01:00
Colin Watson
e6bde18b04
add explicit confirmation step
2011-08-16 16:00:30 +01:00
Colin Watson
2b03e3ca99
more logging by default
2011-08-16 15:47:21 +01:00
Colin Watson
91bad45ec1
.dsc syncs only work with --no-lp
2011-08-16 15:45:33 +01:00
Colin Watson
fdfef34b37
document new syncpackage behaviour
2011-08-16 15:42:23 +01:00
Colin Watson
122e711d28
syncpackage: Convert to new LP API, with --no-lp available for the old
...
style of operation.
2011-08-16 15:32:48 +01:00
Stefano Rivera
abfdd76f01
ubuntutools.test.test_archive: Forgive newer python-debian's for calling
...
GpgInfo.from_sequence() with the optional keyrings arguments.
0.128
2011-08-16 11:19:15 +02:00
Stefano Rivera
0744d360cc
Upload to unstable
2011-08-16 10:25:48 +02:00
Stefano Rivera
3eb727f3ca
backportpackage: Backport from local source packages again (LP: #801945 )
2011-08-16 10:25:11 +02:00
Stefano Rivera
aa99618dd6
backportpackage: Backport from local source packages again (LP: #801945 )
2011-08-16 01:17:25 +02:00
Julian Taylor
7acdaaf977
[ Stefano Rivera ]
...
[ Julian Taylor ]
lp-shell: use ipython shell if available
2011-08-14 21:00:11 +02:00
Julian Taylor
e124934502
fix changelog
2011-08-14 18:57:09 +02:00
Julian Taylor
405141964e
lp-shell: rename options.mode to options.shell
2011-08-14 18:56:31 +02:00
Julian Taylor
04d4e0f3d9
doc/lp-shell.1: fix typo
2011-08-14 18:54:53 +02:00
Julian Taylor
8e8a5d7e52
lp-shell: clear argv for ipython < 0.11
2011-08-14 18:03:47 +02:00
Julian Taylor
a8965d486d
lp-shell: disable import error pylint error on nested try-except
2011-08-14 18:03:09 +02:00
Julian Taylor
5f374b192b
lp-shell: add cmd-line options to set used shell
2011-08-14 17:40:28 +02:00
Julian Taylor
d0afcbd295
lp-shell: use ipython shell if available
2011-08-14 17:40:10 +02:00
Julian Taylor
3449fc6a64
lp-shell: use ipython shell if available
...
suggest ipython and when available use it instead of the regular python shell
2011-08-14 17:07:42 +02:00
Stefano Rivera
5762512710
ubuntutools.builder: Detect missing builder and fail early.
2011-07-26 10:54:45 +02:00
Stefano Rivera
5f88f85278
Rename variables in get_builder
2011-07-26 10:54:16 +02:00
Stefano Rivera
5c960d720b
Drop unecessary os.path import
2011-07-26 10:54:04 +02:00
Stefano Rivera
ae55aac31b
changelog entry
2011-07-25 19:37:30 +02:00
Stefano Rivera
6e05bb7e74
Detect missing builder early
2011-07-25 19:32:15 +02:00
Stefano Rivera
b4a6cf5310
Use Builder.name instead of _command for the pbuilder builders
2011-07-25 15:20:27 +02:00
Stefano Rivera
9357415020
cowbuilderdist -> cowbuilder-dist
2011-07-25 15:19:59 +02:00
Benjamin Drung
40624a2443
releasing version 0.127
0.127
2011-07-01 22:07:27 +02:00
Benjamin Drung
798ed69085
Remove empty /usr/share/ubuntu-dev-tools directory.
2011-07-01 22:07:08 +02:00
Benjamin Drung
a03fa654f3
Move debian-distro-info, distro-info, and ubuntu-distro-info from
...
ubuntu-dev-tools into distro-info.
2011-06-25 17:53:44 +02:00
Benjamin Drung
0737f186fe
releasing version 0.126
0.126
2011-06-25 16:39:02 +02:00
Benjamin Drung
ebbaada218
Add experimental to list of Debian distributions.
2011-06-25 16:20:22 +02:00
Benjamin Drung
61cc8e57ba
submittodebian: Write a usable .reportbugrc if it doesn't exist. (LP: #800429 )
2011-06-25 15:35:17 +02:00
Benjamin Drung
dfdbce7108
Wrap long lines.
2011-06-24 17:50:10 +02:00
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
Evan Broder
be202b94d5
* ubuntutools.misc: Add a new "system_distribution_chain", which returns
...
a list starting with the current distribution and working its way up
each distribution's parent.
* ubuntutools.misc: Add a function to find the distribution that
used a given release codename.
* backportpackage, doc/backportpackage.1: Accept codenames from any
distribution in the parenting chain. Makes it possible to, e.g.,
backport from Debian. (LP: #703099 )
2011-06-24 16:13:43 +02:00
Didier Roche
544c21ba3a
releasing version 0.125ubuntu1
0.125ubuntu1
2011-06-24 11:50:23 +02:00
Didier Roche
ba5566c4a1
* get-build-deps:
...
- fix a wrong parser when some build-dep have an epoch
2011-06-24 11:37:39 +02:00
Evan Broder
c1eac4b0a9
Save the UDTConfig object and use it to find a default mirror.
2011-06-23 17:55:14 -07:00
Stefano Rivera
dd46215fbe
submittodebian: Write a usable .reportbugrc if it doesn't exist.
...
(LP: #800429 )
2011-06-22 12:15:57 +02:00
Benjamin Drung
814fba1ade
Fix indentation.
2011-06-21 18:25:15 +02:00
Evan Broder
e6e0b97226
Clean up some long lines
2011-06-19 14:50:52 -07:00
Evan Broder
24452f43df
Query rmadison for the canonical codename of a release, not aliases like "unstable"
2011-06-19 14:46:53 -07:00
Evan Broder
78a427ad2c
Make sure all DistroInfo classes have a .codename method.
2011-06-19 14:46:34 -07:00
Evan Broder
ffa4991cb4
Merge from bdrung to introduce new DistroInfo.valid(codename) method
2011-06-19 14:39:51 -07:00
Evan Broder
71b8bf786f
Error out cleanly if unknown codename specified
2011-06-19 14:35:50 -07:00
Evan Broder
984ebf5e9b
Cleanup unreachable code
2011-06-19 14:31:49 -07:00