3
0
mirror of https://git.launchpad.net/ubuntu-dev-tools synced 2025-03-13 08:01:09 +00:00

1602 Commits

Author SHA1 Message Date
Benjamin Drung
1a8951e82d Use new ubuntutools.distro_info in various scripts. 2011-01-21 19:20:04 +01:00
Benjamin Drung
3b97f4f3e5 debian-distro-info, distro-info, ubuntu-distro-info: New tools. 2011-01-21 18:24:30 +01:00
Benjamin Drung
90b34b936f releasing version 0.112 0.112 2011-01-20 10:26:15 +01:00
Benjamin Drung
76876a11f0 New source package downloading framework in ubuntutools.archive. Use in many scripts.
pull-lp-source: str() exceptions before passing to Logger (LP: )
2011-01-20 00:37:16 +01:00
Stefano Rivera
4a97dee930 Break source_is_workdir out of long if statement 2011-01-20 01:28:58 +02:00
Stefano Rivera
a5c5215959 Replace check_call with error and quit 2011-01-20 01:16:11 +02:00
Stefano Rivera
d68b83af1d Typo in comment 2011-01-20 01:10:06 +02:00
Stefano Rivera
19221fd2bc Drop unused imports 2011-01-20 01:09:07 +02:00
Robert Collins
c1a3f11583 manage-credentials: Finish migrating away from the Launchpad 'edge' service
root. (LP: )
2011-01-19 12:05:08 +13:00
Stefano Rivera
038cd428d3 Use ubuntutools.archive's rmadison code in requestsync.mail 2011-01-15 20:54:45 +02:00
Stefano Rivera
b1b1c9a91a Please pylint 2011-01-15 20:14:41 +02:00
Stefano Rivera
1bc68bd2cf Tidy example package 2011-01-15 20:14:34 +02:00
Stefano Rivera
bb718951ed Store blank example package extracted 2011-01-15 19:47:13 +02:00
Stefano Rivera
b11d08f6b0 Generate example package 2011-01-15 17:56:48 +02:00
Stefano Rivera
495d14b69d Help pylint 2011-01-15 16:05:15 +02:00
Stefano Rivera
baf7a803ae Read source and version from dsc, not dsc filename 2011-01-15 15:59:59 +02:00
Stefano Rivera
f4bbff9e9c Move source package verification into ubuntutools.archive 2011-01-15 15:50:07 +02:00
Stefano Rivera
e48a2c92d4 Cannot use with statement with StringIO 2011-01-15 13:55:20 +02:00
Stefano Rivera
394d956a37 Catch URLError, not HTTPError when pulling sources 2011-01-15 13:48:38 +02:00
Stefano Rivera
b62377b374 Handle missing debian-keyring more gracefully 2011-01-15 13:46:40 +02:00
Stefano Rivera
d7c0cad962 Merge from trunk 2011-01-15 13:32:50 +02:00
Stefano Rivera
ed91b960e2 Move debdiff into SourcePackage 2011-01-15 13:28:44 +02:00
Benjamin Drung
a99497b5ce Make pylint happy about check-mir. 2011-01-14 11:09:21 +01:00
Martin Pitt
4c299794a9 releasing version 0.111 0.111 2011-01-13 20:15:44 -06:00
Martin Pitt
45317aa8e0 ubuntutools/test/test_help.py: Blacklist --help test for check-mir, it
does not have help. Fixes FTBFS on the buildd.
2011-01-13 20:14:52 -06:00
Martin Pitt
15beff979f releasing version 0.110 0.110 2011-01-13 19:28:27 -06:00
Martin Pitt
8cb609f2b2 debian/control: Add check-mir to package description. 2011-01-13 19:28:18 -06:00
Martin Pitt
8460bb2bdf check-mir: Check binary dependencies, too. 2011-01-13 19:24:40 -06:00
Martin Pitt
8871609660 doc/check-mir.1: Fix typo. 2011-01-13 19:24:22 -06:00
Martin Pitt
1961071ff3 releasing version 0.109 0.109 2011-01-13 19:16:38 -06:00
Martin Pitt
8d12afe1e9 Add check-mir script: Check components of build dependencies and warn
about universe/multiverse ones, for a package destined for
main/restricted. Add doc/check-mir.1 manpage.
2011-01-13 19:10:37 -06:00
Stefano Rivera
cdd93a4cd8 backportpackage: check_call: Take first argument (command name) when reporting error. 2011-01-13 22:58:03 +02:00
Benjamin Drung
b37b898653 Update my email address and remove DM-Upload-Allowed. 2011-01-07 00:04:56 +01:00
Luca Falavigna
1e5b8d0e5b Remove myself from Uploaders 2011-01-06 23:22:35 +01:00
Stefano Rivera
5d642ab042 Typo 2011-01-05 09:45:31 +02:00
Stefano Rivera
ec5abfe6f2 Include BTS URL, as launchpad links 'bug XYZ' to LP: #XYZ 2011-01-04 22:26:24 +02:00
Stefano Rivera
9c916053b1 import-bug-from-debian: Add --package option, for importing bugs from
psuedo-packages.
2011-01-04 22:24:06 +02:00
Stefano Rivera
3ef8324ff7 Improve error handling 2011-01-01 19:51:03 +02:00
Stefano Rivera
d9a9b4cab4 Complete test suite for ubuntutools.archive 2010-12-31 21:08:16 +02:00
Stefano Rivera
5ad9ee9f5b SourcPackage.pull() should raise DownloadError instead of returning False 2010-12-31 21:08:01 +02:00
Stefano Rivera
c52f0965e7 Fall back to master mirrors 2010-12-31 19:56:31 +02:00
Stefano Rivera
182cab66c4 distribution -> suite 2010-12-31 18:54:24 +02:00
Stefano Rivera
6b1ad27167 A bit less magic (for pylint) 2010-12-31 18:52:22 +02:00
Stefano Rivera
531aaba3a0 Basic test suite for ubuntutools.archive 2010-12-31 17:37:24 +02:00
Stefano Rivera
b78922b14a Help testing: Write download progress to Logger's streams 2010-12-31 17:36:38 +02:00
Stefano Rivera
26c2198838 Help testing: Separate rmadison out into a function 2010-12-31 17:36:20 +02:00
Stefano Rivera
a3b82ff2e9 Correct dsc location assertion 2010-12-31 17:30:39 +02:00
Stefano Rivera
36f7f7729f Man page update 2010-12-31 12:37:52 +02:00
Stefano Rivera
620f3fb25a Typo in snapshot support 2010-12-30 20:14:15 +02:00
Stefano Rivera
eed9304664 GPG verification support 2010-12-30 20:11:13 +02:00