421 Commits

Author SHA1 Message Date
Stefano Rivera
9ba1790863 pull-lp-source, requestbackport: Take the latest version from any
non-backports pocket. Implemented by making lpapicache's getSourcePackage
smarter.
2011-11-23 01:45:49 +02:00
Stefano Rivera
70a035f13d Use httplib2 everywhere that we do https. The python stdlib doesn't do
certificate verification.
2011-11-22 15:57:02 +02:00
Stefano Rivera
af440c1703 Remove all newlines from titles 2011-11-16 15:47:58 +02:00
Stefano Rivera
31e6991f24 EditBugReport: Don't include a newline in the bug title. 2011-11-16 14:31:35 +02:00
Stefano Rivera
26ff36479a EditFile: Don't try and store temporary files in /usr/bin. 2011-11-16 13:57:27 +02:00
Stefano Rivera
697b8d6bd3 s/m/match/ 2011-11-15 01:51:27 +02:00
Stefano Rivera
82951a2716 Copyright notice 2011-11-15 01:50:55 +02:00
Stefano Rivera
2e217ac51e Add BinaryPackagePublishingHistory to lpapicache 2011-11-15 01:50:04 +02:00
Stefano Rivera
1a507e34b0 Whoops placeholders had incorect parity 2011-11-13 22:54:32 +02:00
Stefano Rivera
09e468211a Add changelog retrieval to lpapicache, and use this in syncpackage and
requestsync. The changelogs should be available in Launchpad sooner than
Debian PTS.
2011-11-13 22:50:34 +02:00
Stefano Rivera
cefbe3ccc2 * New scripts:
- reverse-depends: Replaces reverse-build-depends. Uses an UbuntuWire
    webservice for determining all reverse(-build)-dependencies for a
    package. (LP: #696373)
  - requestbackport: Files a backport request bug report, including a full
    testing checklist.
* Don't allow boilerplate prompts through in submittodebian and requestsync
  (LP: #887336)
2011-11-13 21:31:01 +02:00
Stefano Rivera
629fbd14ad optional_edit was a silly idea 2011-11-13 20:53:39 +02:00
Stefano Rivera
d4fbed617f Use EditBugReport instead of requestsync's edit_report. Drop that. 2011-11-13 20:15:19 +02:00
Stefano Rivera
f06bc5b375 Add generic file-editing support to ubuntutools.question 2011-11-13 20:14:55 +02:00
Stefano Rivera
cdec3f5868 pbuilder-dist: Support using non-master mirrors. Thanks Mathieu Parent.
(LP: #824285)
2011-11-13 02:32:25 +02:00
Stefano Rivera
c4c758cc17 Provide installs & removes cleanly checkboxes for each binary package 2011-11-13 02:00:06 +02:00
Stefano Rivera
6e4c276d1f Update metadata 2011-11-12 13:12:15 +02:00
Stefano Rivera
7466d8438b r1211 was just crazy 2011-11-11 23:40:30 +02:00
Stefano Rivera
bb4f0d4295 Pass through error messages nicely 2011-11-11 23:38:01 +02:00
Stefano Rivera
3d2127478d Make sure source packages are specified with src: 2011-11-11 23:21:42 +02:00
Stefano Rivera
8f914adf7a We don't 404 for empty responses any more, that was silly 2011-11-11 19:11:27 +02:00
Stefano Rivera
ab02df8cd1 Update to newer webservice output. Verbose listing. 2011-11-11 16:31:10 +02:00
Stefano Rivera
c44f53e185 Move the API boundry of ubuntutools.rdepends 2011-11-10 02:05:43 +02:00
Stefano Rivera
fed4e17188 Rdepends client tool 2011-11-09 23:44:22 +02:00
Benjamin Drung
da18852892 Refactor code. 2011-10-28 13:18:57 +02:00
Stefano Rivera
e899e83543 sponsor-patch: Compare new sync version to the current Ubuntu version,
rather than itself (LP: #878499)
2011-10-28 10:03:06 +02:00
Stefano Rivera
2b51da9af7 Print the URL that failed in get_changelog(). Thanks Barry! 2011-10-24 22:39:01 +02:00
Benjamin Drung
ba472b71d9 sponsor-patch: Check version of sponsored sync request too. 2011-09-20 00:31:51 +02:00
Benjamin Drung
663cb5214f sponsor-patch: Check if the version of a sync request is mentioned in the bug title. 2011-09-15 13:37:22 +02:00
Benjamin Drung
5942694e6f sponsor-patch: Use old Archive Admin way for sync requests until bug #827555 is fixed. 2011-09-15 13:08:06 +02:00
Benjamin Drung
6fdef19b2c sponsor-patch: Support sync requests and make ack-sync obsolete (LP: #764763). 2011-09-10 22:55:08 +02:00
Benjamin Drung
1e126f74d1 sponsor-patch: More refactoring. 2011-09-10 21:28:28 +02:00
Benjamin Drung
d52393da1b sponsor-patch: Refactor code. 2011-09-10 19:59:35 +02:00
Benjamin Drung
7a08470ca1 ubuntutools/sponsor_patch/bugtask.py: Check for sync too. 2011-09-10 16:43:41 +02:00
Stefano Rivera
46f3f929bc Native syncs won't have changes files 2011-09-10 16:06:56 +02:00
Benjamin Drung
1c814c8ec6 ubuntutools/requestsync: Follow PEP 8 naming conventions. 2011-09-10 15:42:40 +02:00
Benjamin Drung
1aabfec757 Wrap long line. 2011-09-10 15:21:40 +02:00
Stefano Rivera
2f17d27ca7 Don't use with statement in update_maintainer (breaks with StringIO). Fix regression in detecting Debian-targetted uploads 2011-09-10 10:49:14 +02:00
Stefano Rivera
cd236932de * requestsync: Extract current Ubuntu delta from changelog entries and provide for editing (LP: #547925)
* Bump python-debian B-D and Depends to 0.1.20 for unicode Changelog reading.
2011-09-10 10:28:41 +02:00
Stefano Rivera
ee62d21ba1 Remove get-bulid-deps from test_help blacklist 2011-09-10 01:39:15 +02:00
Stefano Rivera
98f0ba6bb1 * ubuntutools.archive:
- Add quiet option to silence downloading.
  - Use wget-style progress bar (fixed width) (LP: #845787)
2011-09-10 01:26:19 +02:00
Stefano Rivera
bf0709edf6 Cleanup progress bar if there's an exception, too 2011-09-10 01:25:23 +02:00
Stefano Rivera
8bb4628586 sponsor-patch: Perform strict validation on the first changelog entry. 2011-09-10 01:21:07 +02:00
Benjamin Drung
f82cd1f2cc Use full sentences. 2011-09-10 00:50:48 +02:00
Stefano Rivera
ca2abaa613 * ubuntutools.archive:
- Add quiet option to silence downloading.
  - Use wget-style progress bar (fixed width) (LP: #845787)
2011-09-09 22:44:16 +02:00
Stefano Rivera
29f1538d90 ubuntutools.update_maintainer: Don't use strict changelog parsing
(LP: #806633)
2011-09-09 21:46:18 +02:00
Stefano Rivera
178456394e requestsync: Add nice error messages to gpg-signing code, rather than
simple assertions (LP: #537288)
2011-09-09 20:03:47 +02:00
Stefano Rivera
6ee66a6efc Debian source publication records are all Published now, not pending
(LP: #845487)
2011-09-09 19:11:48 +02:00
Benjamin Drung
e591ab20cf backportpackage: Use Ubuntu and Debian as fall back check in codename_to_distribution to allow backporting to Ubuntu from a Debian system (LP: #823832). 2011-09-08 18:21:57 +02:00
Benjamin Drung
e9efe8d0f0 pull-lp-source: Support source packages with a bad version string
(LP: #844682).
2011-09-08 16:40:29 +02:00