1888 Commits

Author SHA1 Message Date
Stefano Rivera
1277344ec8 Check the +localpackagediffs blacklist too 2011-08-24 19:52:21 +02:00
Stefano Rivera
1d1f86cb9c Docstring 2011-08-24 14:59:22 +02:00
Stefano Rivera
e04d4df889 Check the sync blacklist 2011-08-24 14:46:11 +02:00
Benjamin Drung
ce2f96bc0d Make pylint happier and code more PEP-8 compliant. 2011-08-20 11:31:02 +02:00
Benjamin Drung
3e3b9bcff5 * syncpackage: Convert to new LP API, with --no-lp available for the old
style of operation.
* syncpackage: Require -f/--force option to overwrite Ubuntu changes.
2011-08-20 11:11:16 +02:00
Colin Watson
a6b95b7d53 style 2011-08-18 15:11:36 +01:00
Colin Watson
a4000c606c drop quiet download stuff, not worth an API debate 2011-08-18 15:10:19 +01:00
Colin Watson
44df5e3081 tweak to manual page suggested by bdrung 2011-08-18 15:08:01 +01:00
Colin Watson
2aaa7de246 docstring for copy() 2011-08-18 15:07:09 +01:00
Colin Watson
d624e9d18f factor out dsc comparison into a method on ubuntutools.archive.Dsc 2011-08-18 15:06:05 +01:00
Colin Watson
9bc479dbcb drop unused variable 2011-08-18 13:00:00 +01:00
Colin Watson
f40db6836e drop unused argument 2011-08-18 12:59:15 +01:00
Colin Watson
38ade0ea7d avoid shadowing global "debian" name 2011-08-18 12:57:19 +01:00
Colin Watson
189bfa238a fake syncs require --no-lp 2011-08-17 17:10:09 +01:00
Colin Watson
1d68d8064c add note on requestsync stderr about syncpackage 2011-08-17 16:48:17 +01:00
Colin Watson
e3693820e5 refer to syncpackage from requestsync(1) for users with upload permission 2011-08-17 16:44:07 +01:00
Colin Watson
0a2d4b11a8 use version.full_version rather than str(version) 2011-08-17 13:02:07 +01:00
Colin Watson
f91f61f8d4 DebianSourcePackage.lp_spph is annoyingly overloaded; just do the check directly 2011-08-17 12:59:54 +01:00
Colin Watson
5eb960dd3f make better use of ubuntutools.archive, allowing us to detect when fakesyncs are required in LP mode 2011-08-17 03:03:01 +01:00
Colin Watson
d26a7521b0 make it possible to quieten download progress information, particularly useful if downloading only the small .dsc files 2011-08-17 02:54:37 +01:00
Colin Watson
a3e252dece document restriction of -n and -e to --no-lp mode 2011-08-17 00:07:34 +01:00
Colin Watson
da15a35063 validate that the provided Debian version exists 2011-08-17 00:01:45 +01:00
Colin Watson
0ef30ff665 syncpackage: Require -f/--force option to overwrite Ubuntu changes. 2011-08-16 19:56:38 +01:00
Colin Watson
87e1cadcb0 use ubuntutools.question 2011-08-16 19:39:07 +01:00
Colin Watson
0735ad8de3 handle -d in Launchpad copy mode 2011-08-16 18:16:52 +01:00
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