Commit Graph

  • dc76d195bf backportpackage: Support backporting to multiple destination releases by using (required) options instead of arguments Evan Broder 2010-12-12 16:36:51 -08:00
  • 8ec0773201 backportpackage: Correct uses of subprocess.call Evan Broder 2010-12-12 12:15:38 -08:00
  • 6e214de3b3 ubuntutools/lp/lpapicache.py: Replace tabs with spaces Michael Bienia 2010-12-12 11:46:07 +01:00
  • 4669ee62af backportpackage: Use a file:/// URL when giving paths to make them clickable in gnome-terminal Evan Broder 2010-12-11 16:57:40 -08:00
  • fccec5fab9 backportpackage: Pass -sa to debuild to make sure the orig source tarball is included Evan Broder 2010-12-11 16:54:37 -08:00
  • 0f01b0752c backportpackage: Print real error messages instead of relying on subprocess.check_call backtraces Evan Broder 2010-12-11 16:54:19 -08:00
  • 158c4f3693 backportpackage.1: Document that backportpackage uses a temporary directory, as this is different from sponsor-patch and syncpackage Evan Broder 2010-12-11 15:49:49 -08:00
  • 2befb9ec5a backportpackage: Use "backportpackage-" as the prefix for temporary directory, to make it easy to find Evan Broder 2010-12-11 15:49:18 -08:00
  • 006e8482fc Actually install the backportpackage script. Evan Broder 2010-12-11 15:24:05 -08:00
  • 07029e3dfb Set DEB_VENDOR in backportpackage, since it will only be used for Ubuntu development Evan Broder 2010-12-11 14:43:31 -08:00
  • cb41838b48 backportpackage: new script for testing backport requests in a PPA. Evan Broder 2010-12-11 14:12:02 -08:00
  • 53652d8cee pbuilder-dist: Fix typo in local archive support, introduced in 0.107. Stefano Rivera 2010-12-11 12:35:18 +02:00
  • 133f91bbf9 lp-shell, import-bug-from-debian: Use the 'production' LP instance instead of 'edge' (which is going away). Michael Bienia 2010-12-03 13:54:28 +01:00
  • 91239a55f7 releasing version 0.107 0.107 Benjamin Drung 2010-12-03 00:14:44 +01:00
  • 100ba7d1b5 Remove all trailing tabs. Benjamin Drung 2010-12-03 00:10:41 +01:00
  • 1943df29eb Remove all trailing spaces. Benjamin Drung 2010-12-03 00:06:43 +01:00
  • daf1535d05 edit-patch: Correct indentation to spaces only. Benjamin Drung 2010-12-02 23:36:32 +01:00
  • 84e2835686 * pbuilder-dist: - Refactor to use subprocess.popen instead of os.system (LP: #398974) - Catch OSErrors when creating directories (LP: #671067) - Set HOME so pbuilder reads .pbuilderrc - Add bidirectional workarounds for LP: #599695 (pbuilder uses the host apt keyring). Complain if the target's keyring isn't installed. * Use dpkg-vendor in ubuntutools.misc.system_distribution(), cache result. Stefano Rivera 2010-12-02 11:42:51 +02:00
  • cbbd22fa5b Pass --debootstrap qemu-debootstrap as separate arguments Stefano Rivera 2010-12-02 10:25:31 +02:00
  • 67734216ab Add bidirectional workarounds for LP: #599695 (pbuilder uses the host apt keyring). Complain if the target's keyring isn't installed. Stefano Rivera 2010-12-02 09:37:44 +02:00
  • f347770b46 Use dpkg-vendor in ubuntutools.misc.system_distribution(), cache result. Stefano Rivera 2010-12-02 09:34:09 +02:00
  • 516b264a8f Strip trailing whitespace Stefano Rivera 2010-12-02 09:33:54 +02:00
  • 27365f9dd4 Set HOME so pbuilder reads .pbuilderrc Stefano Rivera 2010-12-02 09:30:21 +02:00
  • b2a400fe50 Pass --basetgz foo as separate arguments Stefano Rivera 2010-12-02 00:56:56 +02:00
  • 43781fb79a Compress Vertical Whitespace Stefano Rivera 2010-11-23 09:00:16 +02:00
  • afb27f1e1b Minor tweaks Stefano Rivera 2010-11-23 08:56:23 +02:00
  • b78b21f43e Whitespace -> PEP-8 Stefano Rivera 2010-11-23 08:54:42 +02:00
  • 04eb3ada8b Catch OSErrors when creating directories (LP: #671067) Stefano Rivera 2010-11-22 14:29:52 +02:00
  • 7126a9e894 * pbuilder-dist: - Refactor to use subprocess.popen instead of os.system (LP: #398974) Stefano Rivera 2010-11-22 14:26:10 +02:00
  • 2f4abf3d71 Print errors to stderr Stefano Rivera 2010-11-22 13:33:19 +02:00
  • 781d077af8 Check for builder in sbin paths even if they aren't in PATH Stefano Rivera 2010-11-22 13:25:55 +02:00
  • 684e340b54 submittodebian: Encourage sending multiple independent pieces of the Ubuntu patch in separate bug reports. Colin Watson 2010-12-01 16:51:09 +00:00
  • a7677ff836 submittodebian: rephrase boilerplate text to be more polite, add reminder to explain the patch sufficiently and add necessary information. Daniel Holbach 2010-11-30 11:56:36 +01:00
  • 0dd7a86948 Revert DEB_VENDOR exporting in pull-lp-source, dgetlp Stefano Rivera 2010-11-27 18:40:41 +02:00
  • cb64c34c22 Simplify arch-sorting key lambda Stefano Rivera 2010-11-27 09:24:32 +02:00
  • 282aa33614 Add --sort-binary-packages and --keep-first (LP: #681119) Stefano Rivera 2010-11-27 09:22:20 +02:00
  • 15e5ef9a82 sponsor-patch: Support building with sbuild (LP: #681242). Benjamin Drung 2010-11-26 19:34:31 +01:00
  • 76f7079cb1 Add --sort-binary-packages (LP: #681119) Stefano Rivera 2010-11-26 18:38:51 +02:00
  • 2fc7208333 Add explanatory comment to architecture-sorting, break up scary-long-line Stefano Rivera 2010-11-26 18:19:59 +02:00
  • a27c19cb5c Sort Architecture (LP: #681131) Stefano Rivera 2010-11-26 18:03:28 +02:00
  • 7e8423a470 sponsor-patch: Move workdir logic before option parser. Benjamin Drung 2010-11-26 14:38:31 +01:00
  • 17ea793a94 syncpackage: Fix error message for failed downloads. Benjamin Drung 2010-11-25 23:49:39 +01:00
  • da237f41a9 wrap-and-sort: Fix indention. Benjamin Drung 2010-11-24 22:54:18 +01:00
  • 9d312fbeec Add configurable debian directory location Stefano Rivera 2010-11-24 22:17:23 +02:00
  • fe2867ba1c Update wrap-and-sort manpage Stefano Rivera 2010-11-24 21:45:57 +02:00
  • ba64f36109 wrap-and-sort: Remove duplicate items from sorted lists. Benjamin Drung 2010-11-24 21:02:11 +01:00
  • b6582c2c6e wrap-and-sort: Fix indention. Benjamin Drung 2010-11-24 20:42:14 +01:00
  • 937e6c3aee Forgotten DEB_VENDOR change for pull-lp-source Stefano Rivera 2010-11-24 21:32:45 +02:00
  • ddf5199752 ack-sync, dgetlp, grab-merge, syncpackage: Export DEB_VENDOR=Ubuntu when unpacking source packages. 3.0 (quilt) has optional per-vendor patch series. Stefano Rivera 2010-11-24 21:07:00 +02:00
  • df87493df5 ack-sync, dgetlp, grab-merge, syncpackage: Export DEB_VENDOR=Ubuntu when unpacking source packages. 3.0 (quilt) has optional per-vendor patch series. Stefano Rivera 2010-11-24 21:06:23 +02:00
  • d28b99753e * wrap-and-sort: - Correct typo in options --wrap-allways -> --wrap-always - Sort debian/install as well as debian/*.install - Add one-space-indentation option: --short-indent - Remove null-entry from trailing comma in sorted lists Stefano Rivera 2010-11-24 20:16:19 +02:00
  • 6ce93a9a09 Ubuntu e-mail address Stefano Rivera 2010-11-24 20:02:35 +02:00
  • 6b187026f5 Style Stefano Rivera 2010-11-24 20:01:06 +02:00
  • d814f79fa1 Typo lenght -> length Stefano Rivera 2010-11-24 19:59:44 +02:00
  • 66ad1f5854 Start short-indent lists on next-line Stefano Rivera 2010-11-24 19:25:29 +02:00
  • 952311f101 Remove null-entry from trailing comma in sorted lists Stefano Rivera 2010-11-24 19:21:00 +02:00
  • 11d5296e86 Add one-space-indentation option: --short-indent Stefano Rivera 2010-11-24 19:16:16 +02:00
  • b04aa7844f Sort debian/install as well as debian/*.install Stefano Rivera 2010-11-24 18:47:50 +02:00
  • 22bae2ac33 * wrap-and-sort: - Correct typo in options --wrap-allways -> --wrap-always Stefano Rivera 2010-11-24 18:38:18 +02:00
  • 76cc07a219 Tab -> Spaces (PEP-8) Stefano Rivera 2010-11-24 18:34:20 +02:00
  • b8f3016eb3 edit-patch: Detect quilt patch-system in 3.0 (quilt) packages without any patches yet. Stefano Rivera 2010-11-24 17:59:54 +02:00
  • 851e96ea23 ack-sync: Fix typo and skip upload check for new packages. Benjamin Drung 2010-11-22 01:30:36 +01:00
  • bd8d28701f releasing version 0.106 0.106 Benjamin Drung 2010-11-21 15:41:56 +01:00
  • 623ecc432c debian/control: Use shorter addresses for VCS-* fields. Benjamin Drung 2010-11-21 15:41:25 +01:00
  • 5904bbefd3 wrap-and-sort Benjamin Drung 2010-11-21 15:36:53 +01:00
  • 13b6b4b9a8 ack-sync: State on which architecture the build was tested. Benjamin Drung 2010-11-21 15:01:46 +01:00
  • d55ea2647f pull-debian-source: Fix logical error in abort check (lp: #678072). Michael Bienia 2010-11-21 14:48:22 +01:00
  • bf8f15471f sponsor-patch: Call dpkg-source with --no-preparation to not apply patches if the packages uses the 3.0 (quilt) format. Benjamin Drung 2010-11-20 22:07:37 +01:00
  • ab43ddd875 ack-sync: State in the comment which package version was built. Benjamin Drung 2010-11-08 22:26:28 +01:00
  • e38e8a0c45 mk-sbuild: drop "priority" option; sbuild no longer uses it. Kees Cook 2010-11-05 17:37:03 -07:00
  • 5f78423d35 releasing version 0.105 0.105 Benjamin Drung 2010-10-30 20:58:54 +02:00
  • ffc3968c57 sponsor-patch: Fix typo. Benjamin Drung 2010-10-30 20:58:26 +02:00
  • 45c8f13d65 syncpackage: Print an error message if the source-only build fails (LP: #668749). Benjamin Drung 2010-10-30 20:36:42 +02:00
  • 7241b30c16 syncpackage: Show a error message instead of raising an error if Ubuntu contains a newer version. Benjamin Drung 2010-10-30 20:13:07 +02:00
  • b403dedbfb syncpackage: Don't add quotation marks to changelog entries (LP: #668805). Benjamin Drung 2010-10-30 19:58:08 +02:00
  • fffcab6392 syncpackage: Fix reading of environment variables. Benjamin Drung 2010-10-30 19:44:19 +02:00
  • 3bccd17b81 Add missing hash to Debian bug number. Benjamin Drung 2010-10-30 19:31:33 +02:00
  • 61303da466 syncpackage: Don't crash if environment variables aren't set (LP: #665202). Benjamin Drung 2010-10-30 19:17:30 +02:00
  • b5b099424f syncpackage: Convert style to PEP 8. Benjamin Drung 2010-10-30 18:45:14 +02:00
  • b32dd85a63 [ Iain Lane ] pbuilder-dist: Explicitly use debian keyring when working with a Debian chroot, working around #599695 Iain Lane 2010-10-29 19:27:44 +01:00
  • e931dada62 debian-archive-keyring → recommends Iain Lane 2010-10-29 15:27:57 +01:00
  • 230cc212ce pbuilder-dist: Explicitly use debian keyring when working with a Debian chroot, working around #599695 Iain Lane 2010-10-29 14:54:02 +01:00
  • 87e4054245 Rename -u -> --dont-sign. Correctly handle fakesyncs from ack-sync. Stefano Rivera 2010-10-27 23:20:26 +02:00
  • e79ddd9c3a mk-sbuild: Add support for btrfs-snapshot based chroots Stefano Rivera 2010-10-26 12:39:19 +02:00
  • cf6c2356b1 - Correct and neaten options. * syncpackage: - Add -u parameter, to disable signing. Stefano Rivera 2010-10-26 12:33:38 +02:00
  • 47bc5bf351 mk-sbuild: Add support for btrfs-snapshot based chroots Christopher James Halse Rogers 2010-10-25 12:27:50 -04:00
  • 19399b71c9 * doc/syncpackage.1: - Add a warning that the use of syncpackage is discouraged. Stefano Rivera 2010-10-22 17:26:03 +02:00
  • 356ea9e7db ack-sync: Use the LP name as index for .ack-sync-email.list to avoid name clashes. Benjamin Drung 2010-10-19 11:32:10 +02:00
  • 4ab5841b20 * pull-debian-source: - Show message when a package isn't in Debian testing (LP: #529041). Stefano Rivera 2010-10-17 12:07:34 +02:00
  • 2772869fa8 mk-sbuild: use --no-install-recommends on Debian too (Closes: 599699). Kees Cook 2010-10-13 13:22:45 -07:00
  • 992f710440 lp-project-upload: Add support handling multiple project series. Martin Pitt 2010-10-11 14:46:26 +02:00
  • ed8529df0a Add missing closing bracket Bilal Akhtar 2010-10-06 22:36:15 +03:00
  • 11801d9553 grab-merge: Create file merge-debuild every time grab-merge is run. This file should be like merge-buildpackage except for the fact that it will use debuild rather than dpkg-buildpackage. Bilal Akhtar 2010-10-06 22:33:04 +03:00
  • 97a70a97cc And checkUpload throws an exception instead of returning False Stefano Rivera 2010-10-03 22:45:19 +02:00
  • 37e6c07dd8 It appears we need to use checkUpload instead of isSourceUploadAllowed Stefano Rivera 2010-10-03 22:09:57 +02:00
  • 1e12c1fb7a Whoops, incorrect getopt string Stefano Rivera 2010-10-03 02:10:22 +02:00
  • 57dccd844d Add non-syncpackage, archive-admin-driven sync support to ack-sync, and make it the default Stefano Rivera 2010-10-03 02:07:01 +02:00
  • ba54fe6688 Check upload rights before touching the bug (to save MOTU sponsors occasional embarrassment) Stefano Rivera 2010-10-02 22:53:08 +02:00
  • b23792c20f ubuntu-universe-sponsors doesn't exist, don't try to unsubscribe them Stefano Rivera 2010-10-02 21:44:08 +02:00
  • af95fac84c Show message when a package isn't in Debian testing Marco Rodrigues 2010-09-27 22:45:19 +01:00