Commit Graph

  • 63a99bb3bc ack-sync: Try to find a Ubuntu bug task on the bug, rather than assuming the first one is the one we want. If we fail, revert back to previous behavior. Logic for finding task could be better. hohum. Dave Walker (Daviey) 2011-03-20 16:28:27 +00:00
  • 1787c499ff Try to find a Ubuntu bug task on the bug, rather than assuming the first one is the one we want. If we fail, revert back to previous behavior. Logic for finding task could be better. hohum. Dave Walker (Daviey) 2011-03-20 13:48:07 +00:00
  • 24a1820266 Minor fixes to doc/edit-patch.1 Daniel Hahler 2011-03-13 04:02:49 +01:00
  • 010639eba5 Bump X-Python-Version to >= 2.6, now that python-launchpadlib no longer supports Python 2.5. 0.120 Stefano Rivera 2011-03-12 22:11:46 +02:00
  • 280d8c1172 pull-debian-source: Handle -p-u and -security suites. Stefano Rivera 2011-03-08 23:31:54 +02:00
  • fd49a767bb Correct metavar in pull-debian-source: s/UBUNTU/DEBIAN/ Stefano Rivera 2011-03-08 23:03:18 +02:00
  • 56b5ee1703 Make distro-info tests scricter. Benjamin Drung 2011-03-08 18:55:36 +01:00
  • 877592d0a4 Add a test case to catch bug #731398. Benjamin Drung 2011-03-08 17:22:45 +01:00
  • 82187df277 ubuntutools.distro_info: Fix TypeError crash (LP: #731398). Benjamin Drung 2011-03-08 16:55:55 +01:00
  • b67cf6e986 Improve get_builder. Thanks to Julian Taylor. Benjamin Drung 2011-03-08 12:51:53 +01:00
  • e38f84cb64 data/ubuntu.csv: Update data based on https://wiki.ubuntu.com/Releases Benjamin Drung 2011-03-07 11:32:01 +01:00
  • 1fe068de96 data/ubuntu.csv: Add Oneiric Ocelot to the list of know releases. Benjamin Drung 2011-03-07 11:29:54 +01:00
  • 914af6bdfe * add support for cowbuilder and cowbuilder-dist in builder.py - allows use in sponsor-patch and backportpackage (LP: #728751) Stefano Rivera 2011-03-06 11:08:59 +02:00
  • 1ce4774db7 Make that 'User abort.' Stefano Rivera 2011-03-06 01:12:24 +02:00
  • 6e485c2a7b pull-{lp,debian}-source, pull-debian-debdiff: Catch KeyboardInterrupt. (LP: #713845) Stefano Rivera 2011-03-06 01:04:22 +02:00
  • 9736ae4655 Split release pockets a litle more sanely Stefano Rivera 2011-03-06 00:56:14 +02:00
  • 989aecd253 Canonicalise suites (use code-names) before passing them to rmadison. Stefano Rivera 2011-03-06 00:48:24 +02:00
  • aae8cce991 * add support for cowbuilder and cowbuilder-dist in builder.py - allows use in sponsor-patch and backportpackage (LP: #728751) Julian Taylor 2011-03-05 23:17:24 +01:00
  • faf30c45ec builder.py: sort builder check Julian Taylor 2011-03-05 23:14:09 +01:00
  • b354beb244 backportpackage.1: update manpage for cowbuilder support Julian Taylor 2011-03-05 22:40:17 +01:00
  • 70d5255a48 sponsor-patch.1: update manpage for cowbuilder support Julian Taylor 2011-03-05 22:39:43 +01:00
  • abe0b35261 builder.py: mark self._command private Julian Taylor 2011-03-05 22:38:31 +01:00
  • e0bc0afc78 builder.py: sort unsupported builder error message Julian Taylor 2011-03-05 22:38:03 +01:00
  • 36b422605b Wrap long line. Benjamin Drung 2011-03-05 22:11:52 +01:00
  • c8a854cc4a pull-{lp,debian}-source: Download requested versions, as well as simply the latest version in a release. Stefano Rivera 2011-03-05 00:48:58 +02:00
  • a93078cb32 ubuntutools.archive: Filter rmadison results. (LP: #710579) Stefano Rivera 2011-03-05 00:05:04 +02:00
  • 7c723753e6 simpler implementation of cowbuilder support Julian Taylor 2011-03-04 00:12:01 +01:00
  • 73518f83b5 add cowbuilder and cowbuilder-dist support Julian Taylor 2011-03-03 22:57:37 +01:00
  • e85a6f604f pull-lp-source.1: Document -d option. Stefano Rivera 2011-03-02 12:34:54 +02:00
  • bebc67ec72 pull-lp-source.1: Document -d option. Felix Geyer 2011-03-02 10:30:51 +01:00
  • b4267dc5a7 Release 0.119 Stefano Rivera 2011-03-01 15:06:13 +02:00
  • c409ef2e4d * Support Launchpadlib 1.9. (LP: #725231, #725092) - Document Launchpadlib 1.9 issues in NEWS. * Remove manage-credentials, and credential handling code from ubuntutools.lp.libsupport. Launchpadlib 1.9 handles this via python-keyring. (LP: #387297, #645629, #689100) * Use Launchpadlib.login_with() directly in scripts. * Remove ubuntutools.lp.libsupport.approve_application, no longer used. * Remove ubuntutools.lp.libsupport.get_launchpad, no longer used. * Remove ubuntutools.lp.libsupport.translate_api_web, no longer used. * Skip pylint test if it crashes. Stefano Rivera 2011-03-01 15:04:16 +02:00
  • a623269d2f Reformat NEWS Stefano Rivera 2011-03-01 15:03:32 +02:00
  • 5d7289caad Document Launchpadlib 1.9 issues in NEWS. Stefano Rivera 2011-03-01 01:01:06 +02:00
  • 35d3c4aee4 Skip pylint test if it crashes. Stefano Rivera 2011-03-01 00:51:25 +02:00
  • 3d7657e466 * Remove ubuntutools.lp.libsupport.get_launchpad, no longer used. Stefano Rivera 2011-03-01 00:32:36 +02:00
  • 997fb23b2d Use Launchpadlib.login_with() directly in scripts. Stefano Rivera 2011-03-01 00:30:54 +02:00
  • fe63eaec05 * Remove ubuntutools.lp.libsupport.approve_application, no longer used. Stefano Rivera 2011-02-28 23:56:09 +02:00
  • 77c95c7f24 Close staging and credentials-management related bugs Stefano Rivera 2011-02-27 23:18:01 +02:00
  • ebe9bfe05b Remove ubuntutools.lp.libsupporttranslate_api_web, no longer used. Stefano Rivera 2011-02-24 16:34:29 +02:00
  • dd7fd86c3d Remove manage-credentials, and credential handling code from ubuntutools.lp.libsupport. Launchpadlib 1.9 handles this via python-keyring. Stefano Rivera 2011-02-24 16:30:45 +02:00
  • 755166deec Strip out old launchpad credential handling code Stefano Rivera 2011-02-24 16:25:20 +02:00
  • 6bbdecfd7e Add myself to Uploaders. 0.118 Stefano Rivera 2011-02-23 15:22:08 +02:00
  • 95e7b5cd44 requestsync: Use from...import require_utf8() to work around unexpected scoping from a later import (LP: #723630) Stefano Rivera 2011-02-23 14:47:19 +02:00
  • f797b18618 releasing version 0.117 0.117 Benjamin Drung 2011-02-22 00:42:45 +01:00
  • 3887bc06b1 update_maintainer.py: Update Maintainer field if it is set to "Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>". Benjamin Drung 2011-02-22 00:42:26 +01:00
  • f53448ab4b ack-sync: Drop ubuntu-main-sponsors. Benjamin Drung 2011-02-17 21:53:01 +01:00
  • d054dcf796 requestsync, grep-merges: Require a UTF-8 locale. (Closes: #613114, LP: #553795) Stefano Rivera 2011-02-13 16:15:24 +02:00
  • ddf4bac12e pull-revu-source: Check for the availability of libwww-perl, and print a more helpful error. Stefano Rivera 2011-02-13 15:29:15 +02:00
  • 3ab7f120da Drop Build-Depend on Recommend on libapt-pkg-perl. No longer used. Stefano Rivera 2011-02-13 15:18:57 +02:00
  • 834a2947dd grab-merge: Show help when no arguments are provided. Stefano Rivera 2011-02-13 15:04:40 +02:00
  • 5e28efeca2 debian/control: Suggest qemu-user-static | qemu-kvm-extras-static. Ubuntu provides a qemu-user-static package, like Debian, since natty. Stefano Rivera 2011-02-13 15:03:09 +02:00
  • 7f311a2852 ubuntutools/archive.py: Rewrite launchpadlib redirects to https when fetching dscs. Stefano Rivera 2011-02-13 14:40:14 +02:00
  • bae108a7ae import-bug-from-debian: Show error messages instead of having the import errors for recommended packages (Closes: #613101, LP: #693813). Benjamin Drung 2011-02-12 23:13:44 +01:00
  • 8c0e535b29 dgetlp: Show error messages instead of having the import errors for recommended packages (Closes: #613101, LP: #693813). Benjamin Drung 2011-02-12 23:08:15 +01:00
  • 5480d7bcef dgetlp: Sort imports. Benjamin Drung 2011-02-12 23:00:21 +01:00
  • 02c7c47ece suspicious-source: Show error message instead of having the import error for recommended packages (Closes: #613101, LP: #693813). Benjamin Drung 2011-02-12 22:37:16 +01:00
  • 13fbbcb4f3 releasing version 0.116 0.116 Benjamin Drung 2011-02-12 19:03:12 +01:00
  • c175f31ea7 ubuntutools/test/example_package.py: Use dpkg-source directly instead of dpkg-buildpackage to avoid running fakeroot inside fakeroot which leads to a FTBFS on natty. Benjamin Drung 2011-02-12 16:38:14 +01:00
  • cfa69ccf43 Move debian-keyring from Suggests to Recommends (LP: #717245). Benjamin Drung 2011-02-12 14:16:29 +01:00
  • fef245e07c wrap-and-sort: Wrap and sort Build-Conflicts too. Benjamin Drung 2011-02-12 14:15:35 +01:00
  • 5ef61615ce Use the new web_link attribute of LP objects instead of our own translate_api_web() function. Michael Bienia 2011-02-11 15:33:09 +01:00
  • 186e6f13da mk-sbuild: work around apt's invocation of GPG needing root's .gnupg directory to already exist. Kees Cook 2011-02-08 16:00:57 -08:00
  • b2b37159d5 Shorten names of test methods. Benjamin Drung 2011-02-08 21:49:27 +01:00
  • 6265047606 update to allow for missing rules file Kees Cook 2011-02-08 11:57:07 -08:00
  • 9ebaa17ad8 ubuntutools/test/test_update_maintainer.py: update test cases to handle checking for debian/rules. Kees Cook 2011-02-08 10:28:06 -08:00
  • df38124295 improve comment Kees Cook 2011-02-07 10:46:36 -08:00
  • fd6b8cdab0 ubuntutools/update_maintainer.py: do nothing if the rules file already manages XSBC-Original (e.g. python). Kees Cook 2011-02-07 10:43:51 -08:00
  • 99e6e3cc27 *distro-info: Add a "created" column to the data. Benjamin Drung 2011-02-06 16:48:14 +01:00
  • c896352a20 data/debian.csv: Add wheezy and release date of squeeze. Benjamin Drung 2011-02-06 15:17:40 +01:00
  • e1fe418927 * debian/copyright: - Files is space-separated, not comma. - Bump Format revision. Stefano Rivera 2011-02-02 23:29:13 +02:00
  • 2faba4eb3e suspicious-source: Add image/vnd.adobe.photoshop to the mime-type whitelist. Benjamin Drung 2011-02-01 15:34:40 +01:00
  • b5fe00acc2 suspicious-source: Add .icns and .java to extension whitelist. Benjamin Drung 2011-02-01 15:15:01 +01:00
  • c4ffe8ad0b releasing version 0.115 0.115 Benjamin Drung 2011-02-01 13:58:20 +01:00
  • 5fd32ddc17 Close LP bug in debian/changelog. Benjamin Drung 2011-02-01 12:14:33 +01:00
  • dccc33c454 requestsync: Fix intentation. Benjamin Drung 2011-02-01 12:11:20 +01:00
  • 773c5c33e0 Rework Scott's requestsync modifications for robustness and staging-support Stefano Rivera 2011-02-01 10:10:31 +02:00
  • f8f79ecf99 * Update requestsync to send to Launchpad's MX record instead of hard coding to the old MX (fiordland) * Recommend python-dns Scott Kitterman 2011-01-31 18:37:23 -05:00
  • 8657394219 Catch DownloadErrors in ubuntutools.archive users. (LP: #708862) Stefano Rivera 2011-01-31 19:01:10 +02:00
  • d80f8248b8 distro_info.py: Change logic of _get_data_dir() to improve installation detection. Benjamin Drung 2011-01-27 21:28:00 +01:00
  • 55d8398445 edit-patch.1: Fix typo changelong -> changelog. Benjamin Drung 2011-01-26 19:53:36 +01:00
  • 06132eec9b edit-patch.1: Wrap long lines. Benjamin Drung 2011-01-26 19:53:02 +01:00
  • 5b7535a628 revert harvest addition for now - no time to add: lacking a man page, a license header, needs to be mentioned in d/control, d/copyright Daniel Holbach 2011-01-26 10:18:40 +01:00
  • ad837ae9cf harvest, setup.py: install tool that queries Harvest for information about open opportunities for a given source package. Daniel Holbach 2011-01-26 09:33:18 +01:00
  • 142fcc94a3 releasing version 0.114 0.114 Benjamin Drung 2011-01-25 22:58:31 +01:00
  • 526b7e63c6 update_maintainer.py: Process control.in first. Benjamin Drung 2011-01-25 22:09:15 +01:00
  • bc3e647fc3 wrap-and-sort: Add option to use on individual file (LP: #699696). Benjamin Drung 2011-01-25 22:01:26 +01:00
  • ce34dff75f Typo in syncpackage help Stefano Rivera 2011-01-25 09:43:15 +02:00
  • 19f4f57c8c syncpackage: Don't fakesync when we have a new orig tarball (LP: #707187) Stefano Rivera 2011-01-25 09:41:59 +02:00
  • eff2b11d81 wrap-and-sort: Use parser.error. Benjamin Drung 2011-01-24 22:30:58 +01:00
  • df28e21b54 * debian/control, debian/copyright, doc/errno.1, errno, setup.py: - purge the errno utility per request of the ubuntu-dev-tools maintainer; errno now provided by the 'errno' package; (LP: #666540) Dustin Kirkland 2011-01-24 00:43:05 -06:00
  • 4faba7c569 ubuntutools.archive: Handle source package in workdir correctly. Add regression tests. (LP: #706403) Stefano Rivera 2011-01-22 23:19:31 +02:00
  • b5ede6ab85 releasing version 0.113 0.113 Benjamin Drung 2011-01-22 21:07:10 +01:00
  • 0dbaa60945 Use ubuntu-distro-info in reverse-build-depends Stefano Rivera 2011-01-22 22:01:18 +02:00
  • e84d3ed9db Use ubuntu-distro-info in dch-repeat Stefano Rivera 2011-01-22 21:58:22 +02:00
  • 4ac501214d pull-debian-source: Rewritten in Python to take advantage of the new ubuntutools library functions. Stefano Rivera 2011-01-22 21:22:09 +02:00
  • b248387f32 import optparse, without from Stefano Rivera 2011-01-22 21:21:29 +02:00
  • eeb8efc0b1 Copyright lines Stefano Rivera 2011-01-22 21:17:39 +02:00
  • 2c84b5db5b pull-debian-source: Rewritten in Python to take advantage of the new ubuntutools library functions. Stefano Rivera 2011-01-22 20:58:52 +02:00
  • a1cafe8843 pbuilder-dist-simple: Remove all mention of supporting Debian. (LP: #481223) Stefano Rivera 2011-01-22 18:28:40 +02:00