2039 Commits

Author SHA1 Message Date
Stefano Rivera
5f88f85278 Rename variables in get_builder 2011-07-26 10:54:16 +02:00
Stefano Rivera
5c960d720b Drop unecessary os.path import 2011-07-26 10:54:04 +02:00
Stefano Rivera
ae55aac31b changelog entry 2011-07-25 19:37:30 +02:00
Stefano Rivera
6e05bb7e74 Detect missing builder early 2011-07-25 19:32:15 +02:00
Stefano Rivera
b4a6cf5310 Use Builder.name instead of _command for the pbuilder builders 2011-07-25 15:20:27 +02:00
Stefano Rivera
9357415020 cowbuilderdist -> cowbuilder-dist 2011-07-25 15:19:59 +02:00
Benjamin Drung
40624a2443 releasing version 0.127 0.127 2011-07-01 22:07:27 +02:00
Benjamin Drung
798ed69085 Remove empty /usr/share/ubuntu-dev-tools directory. 2011-07-01 22:07:08 +02:00
Benjamin Drung
a03fa654f3 Move debian-distro-info, distro-info, and ubuntu-distro-info from
ubuntu-dev-tools into distro-info.
2011-06-25 17:53:44 +02:00
Benjamin Drung
0737f186fe releasing version 0.126 0.126 2011-06-25 16:39:02 +02:00
Benjamin Drung
ebbaada218 Add experimental to list of Debian distributions. 2011-06-25 16:20:22 +02:00
Benjamin Drung
61cc8e57ba submittodebian: Write a usable .reportbugrc if it doesn't exist. (LP: #800429) 2011-06-25 15:35:17 +02:00
Benjamin Drung
dfdbce7108 Wrap long lines. 2011-06-24 17:50:10 +02:00
Evan Broder
19c33e5e32 * ubuntutools.subprocess:
- New drop-in replacement wrapper module around subprocess that
    backports the restore_signals kwarg and defaults close_fds=True
  - Switch everything previously using subprocess to use
    ubuntutools.subprocess instead (LP: #785854)
2011-06-24 16:32:07 +02:00
Evan Broder
be202b94d5 * ubuntutools.misc: Add a new "system_distribution_chain", which returns
a list starting with the current distribution and working its way up
  each distribution's parent.
* ubuntutools.misc: Add a function to find the distribution that
  used a given release codename.
* backportpackage, doc/backportpackage.1: Accept codenames from any
  distribution in the parenting chain. Makes it possible to, e.g.,
  backport from Debian. (LP: #703099)
2011-06-24 16:13:43 +02:00
Didier Roche
544c21ba3a releasing version 0.125ubuntu1 0.125ubuntu1 2011-06-24 11:50:23 +02:00
Didier Roche
ba5566c4a1 * get-build-deps:
- fix a wrong parser when some build-dep have an epoch
2011-06-24 11:37:39 +02:00
Evan Broder
c1eac4b0a9 Save the UDTConfig object and use it to find a default mirror. 2011-06-23 17:55:14 -07:00
Stefano Rivera
dd46215fbe submittodebian: Write a usable .reportbugrc if it doesn't exist.
(LP: #800429)
2011-06-22 12:15:57 +02:00
Benjamin Drung
814fba1ade Fix indentation. 2011-06-21 18:25:15 +02:00
Evan Broder
e6e0b97226 Clean up some long lines 2011-06-19 14:50:52 -07:00
Evan Broder
24452f43df Query rmadison for the canonical codename of a release, not aliases like "unstable" 2011-06-19 14:46:53 -07:00
Evan Broder
78a427ad2c Make sure all DistroInfo classes have a .codename method. 2011-06-19 14:46:34 -07:00
Evan Broder
ffa4991cb4 Merge from bdrung to introduce new DistroInfo.valid(codename) method 2011-06-19 14:39:51 -07:00
Evan Broder
71b8bf786f Error out cleanly if unknown codename specified 2011-06-19 14:35:50 -07:00
Evan Broder
984ebf5e9b Cleanup unreachable code 2011-06-19 14:31:49 -07:00
Evan Broder
5c96b78d72 Reimplement ubuntutools.subprocess.Popen as a class instead of a factory function. 2011-06-19 14:20:47 -07:00
Brian Murray
146b1619f1 * grab-attachments, doc/grab-attachments.1:
- add in download attachments from duplicates
  - add in download attachments from all bugs about a package
  - document new options in the manpage
2011-06-16 12:02:04 -07:00
Benjamin Drung
de32133e75 distro_info.py: Add validity check method. 2011-06-15 00:01:49 +02:00
Stefano Rivera
0d3b618c0b Link to LP: #797170 2011-06-14 15:23:20 +02:00
Evan Broder
16300e471f Move vendor_to_distroinfo and codename_to_distribution into ubuntutools.misc 2011-06-11 06:04:09 -07:00
Evan Broder
1a6fb270b4 backportpackage, doc/backportpackage.1: Accept codenames from any
distribution in the parenting chain. Makes it possible to, e.g.,
backport from Debian. (LP: #703099)
2011-06-11 05:45:21 -07:00
Evan Broder
2560aa210b ubuntutools.distro_info: Add a function to find the distribution that
used a given release codename.
2011-06-11 05:06:51 -07:00
Evan Broder
2398d09ba4 ubuntutools.misc: Add a new "system_distribution_chain", which returns
a list starting with the current distribution and working its way up
each distribution's parent.
2011-06-11 05:05:35 -07:00
Didier Roche
d69e21a0af * lp-project-upload:
- fix a bug when new milestone wasn't specified
2011-06-09 13:36:06 +02:00
Stefano Rivera
dcad51ec87 sponsor-patch: Use dch --release instead of --edit to work with
DEBCHANGE_RELEASE_HEURISTIC=changelog.
2011-06-03 19:18:38 +02:00
Dustin Kirkland
4349bcad39 * doc/lp-project-upload.1, lp-project-upload:
- add support for optionally specifying files containing the changelog
    and release notes for the release
  - allows scripts to avoid the interactive editors
  - document these changes in the manpage
2011-06-02 18:30:20 -04:00
Stefano Rivera
6aee8410eb Work around pylint bug: http://www.logilab.org/ticket/46273 2011-05-30 15:55:15 +02:00
Stefano Rivera
1c248875b4 ubuntutools.archive: Display any errors rmadison emits, rather than
guessing at the cause. (LP: #788447)
2011-05-30 10:21:12 +02:00
Benjamin Drung
c13550bcb6 Adjust EOL date of Ubuntu 9.10 "Karmic Koala". 2011-05-28 19:43:34 +02:00
Benjamin Drung
1cd7d50b85 backportpackage: Use --force-bad-version instead of --allow-lower-version (which requires a parameter) for debchange. 2011-05-28 19:41:07 +02:00
Benjamin Drung
dfc4566257 releasing version 0.124 0.124 2011-05-25 18:28:34 +02:00
Benjamin Drung
7fd1e122d7 Bump devscripts version. 2011-05-25 10:02:13 +02:00
Evan Broder
d82e65e0e2 * ubuntutools.subprocess:
- New drop-in replacement wrapper module around subprocess that
    backports the restore_signals kwarg and defaults close_fds=True
  - Switch everything previously using subprocess to use
    ubuntutools.subprocess instead (LP: #785854)
2011-05-24 20:22:37 +02:00
Benjamin Drung
6e70eb821e Drop python-magic due to the suspicious-source move. 2011-05-24 17:33:09 +02:00
Benjamin Drung
0cb8bf54d8 Close Launchpad bug. 2011-05-24 00:11:34 +02:00
Benjamin Drung
aa96842c84 Remove trailing spaces. 2011-05-23 23:44:45 +02:00
Benjamin Drung
3a91cf964d Fix indentation. 2011-05-23 23:41:30 +02:00
Benjamin Drung
e8b3a18c45 Move suspicious-source and wrap-and-sort from ubuntu-dev-tools into devscripts. 2011-05-23 23:41:00 +02:00
Stefano Rivera
e9b5d0aa20 Revert: r1081: Add debhelper and quilt as recommends (LP: #786370) 2011-05-23 18:18:41 +01:00