2034 Commits

Author SHA1 Message Date
Stefano Rivera
6e4c276d1f Update metadata 2011-11-12 13:12:15 +02:00
Stefano Rivera
9bcda8d239 Man page for requestbackport 2011-11-12 13:08:42 +02:00
Stefano Rivera
8aa54e7cff Man page for reverse-depends 2011-11-12 13:00:20 +02:00
Stefano Rivera
885b241709 Spelling and help formatting 2011-11-12 12:53:32 +02:00
Stefano Rivera
f6344a01c5 Add bir testing 2011-11-12 11:22:55 +02:00
Stefano Rivera
20cb64e557 If the user names a binary package, determine the source package 2011-11-12 10:57:16 +02:00
Stefano Rivera
84e7c2ccab devscripts.logger 2011-11-12 10:42:47 +02:00
Stefano Rivera
840421c7c6 Look up the reverse dependencies in the target releases, for each binary package build by this source package in the source release 2011-11-12 01:54:04 +02:00
Stefano Rivera
222ab46cff Use a seeded defaultdict for the intermediate data structure, in case of binary package name differences between releases 2011-11-12 01:20:47 +02:00
Stefano Rivera
d125c47081 Iterate over all destination releases 2011-11-12 01:04:11 +02:00
Stefano Rivera
6155633e85 Display reverse depends in requestbackport 2011-11-12 00:46:48 +02:00
Stefano Rivera
6ac3640c95 Display the binary package depended on, when searching by source package 2011-11-12 00:00:44 +02:00
Stefano Rivera
fae3d8db54 Description 2011-11-11 23:47:14 +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
c5201e1847 Sort rdepends 2011-11-11 23:32:20 +02:00
Stefano Rivera
3d2127478d Make sure source packages are specified with src: 2011-11-11 23:21:42 +02:00
Stefano Rivera
d0149b00d7 Catch 404s (preliminary support) 2011-11-11 23:13:01 +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
1948b455be Don't try and look for reverse-Recommends on source packages 2011-11-11 16:42:10 +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
Stefano Rivera
f712a32238 Reset support_gap at LTSs 2011-11-08 00:03:45 +02:00
Stefano Rivera
6be22ce24b Tidy up 2011-11-07 23:35:14 +02:00
Stefano Rivera
532e055b7c Requestbackport script 2011-11-07 23:20:37 +02:00
Benjamin Drung
da18852892 Refactor code. 2011-10-28 13:18:57 +02:00
Stefano Rivera
5b12d0746c Release 0.134 0.134 2011-10-28 10:35:46 +02:00
Stefano Rivera
a944e7ea7f sponsor-patch.1: Mention syncs (LP: #882085) 2011-10-28 10:14:01 +02:00
Stefano Rivera
a9677cbe33 Move sync-from-testing changelog entry 2011-10-28 10:04:22 +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
5bf59a2cd7 Add --fakesync option, relegating --no-lp to really crazy corner cases. 2011-10-26 22:21:23 +02:00
Stefano Rivera
08513b1897 * syncpackage:
- Ignore CURRENT blacklisting: it's buggy, and we don't have a good use
    for it.
  - Always display blacklist comments, if they exist.
  - Display timestamps for DSD blacklist comments.
2011-10-26 21:08:17 +02:00
Stefano Rivera
2ad6ec42dd mk-sbuild: better support apt http proxy (LP: #881654) 2011-10-26 20:11:44 +02:00
Scott Moser
41319d5069 white space cleanup 2011-10-25 19:26:16 -04:00
Scott Moser
56220bdd23 respect DEBOOTSTRAP_PROXY
if set in environment or config file DEBOOTSTRAP_PROXY takes precedence
over the larger scoped environment variable 'http_proxy'.
2011-10-25 19:25:09 -04:00
Scott Moser
09b49cda66 add back the accidently removed 'rm /finish.sh' 2011-10-25 19:19:59 -04:00
Stefano Rivera
c921d40a9f syncpackage, requestsync: Sync from testing for LTSs (LP: #876400) 2011-10-26 01:13:35 +02:00
Scott Moser
4f871e64b1 remove specification of 'Retries' in apt config. 2011-10-25 17:08:29 -04:00
Scott Moser
be30dcfdbb mk-sbuild: better support apt http proxy (LP: #881654)
This improves the support for apt http proxy.
It determines the value for 'http_proxy' by, in increasing importance:
  * setting in apt.conf (per apt-config)
  * environment variable 'http_proxy'
  * command line flag '--debootstrap-proxy'

Then, if that is set, it makes use of it in
  * initial call to debootstrap (environment variable passed through sudo)
  * 'finish.sh' and subsequent invocation by writing config to
    /etc/apt/config.d/

Thus, the value here is 'sticky' after the debootstrap invocation.
2011-10-25 16:33:28 -04:00
Stefano Rivera
2b51da9af7 Print the URL that failed in get_changelog(). Thanks Barry! 2011-10-24 22:39:01 +02:00
Stefano Rivera
4750a90f80 Remove massfile. Neglected and unused (LP: #145598) 2011-10-23 21:22:02 +02:00
Benjamin Drung
fdd01746fe syncpackage: Catch user abort. 2011-10-22 23:10:27 +02:00
Stefano Rivera
578273e517 mk-sbuild: Correct typo in variable name. Thanks Laurent Declercq.
(Closes: #645917)
2011-10-19 22:39:52 +02:00
Benjamin Drung
b020d4a0fb releasing version 0.133 0.133 2011-10-19 18:19:06 +02:00
Stefano Rivera
aab58522ad syncpackage, requestsync: Sync from testing for LTSs (LP: #876400) 2011-10-17 13:31:02 +02:00
Stefano Rivera
e7c0233ca6 Remove distro-info from the package discription 2011-10-15 15:21:35 +02:00
Stefano Rivera
9b93191e17 Correct typo in description: ratione -> rationale 2011-10-15 12:50:26 +02:00
Stefano Rivera
fc3d02f28f syncpackge: Gracefully deal with no available changelog from Debian (PTS
changelogs aren't available immediately)
2011-10-14 22:28:57 +02:00
Stefano Rivera
7abc5b2184 Add Depends and Build-Depends for python-distro-info, which has split out
of distro-info.
2011-10-12 22:50:14 +02:00