2801 Commits

Author SHA1 Message Date
Mathieu Trudel-Lapierre
5ebd1eaa8d Add 'ubuntu-archive-assistant' tool for proposed-migration / mir review 2018-09-20 09:05:01 +02:00
Mattia Rizzolo
c5bc971f17
Merge branch 'breezy' of https://git.launchpad.net/~jelmer/ubuntu-dev-tools
MR: https://code.launchpad.net/~jelmer/ubuntu-dev-tools/+git/ubuntu-dev-tools/+merge/353759
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
2018-09-03 16:11:43 +02:00
Jelmer Vernooij
e763606da0
Recommend Bazaar (brz) or Breezy (brz); the latter provides a command-line compatible interface. 2018-08-26 19:07:04 +01:00
Mattia Rizzolo
a2aacb28ff
Merge branch 'lp1314076' of git+ssh://git.launchpad.net/~freyes/ubuntu-dev-tools
MR: https://code.launchpad.net/~freyes/ubuntu-dev-tools/+git/ubuntu-dev-tools/+merge/345774
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
2018-05-18 17:58:34 +02:00
Mattia Rizzolo
0ebcc329a3
Init changelog
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
2018-05-18 17:57:30 +02:00
Felipe Reyes
105db5752b pbuilder-dist: pass one --othermirror when local archive found (LP: #1314076) 2018-05-18 11:47:35 -04:00
Mattia Rizzolo
bdc647404f
Changelog for 0.165
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
0.165
2018-05-10 10:41:11 +02:00
Mattia Rizzolo
87e2e1b7aa
drop id-length from gbp.conf, we are not consistently using it anyway
Gbp-Dch: Ignore
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
2018-05-10 10:40:44 +02:00
Mattia Rizzolo
607f5a712f
Fix FTBFS due to newest tar being picker about arguments order
Closes: #897478
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
2018-05-10 10:38:25 +02:00
Mattia Rizzolo
10299855a5
Bump debhelper compat level to 11.
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
2018-05-10 10:38:13 +02:00
Adam Conrad
06fc171980 mk-sbuild: Initialise ubuntu_dist_ge vars so unknown releases work. 0.164 2018-04-24 05:28:44 -06:00
Adam Conrad
92822060b2 mk-sbuild: Add ubuntu_dist_ge and use it to set BUILD_PKGS for Ubuntu. 0.163 2018-04-24 05:12:33 -06:00
Mattia Rizzolo
1f7b7ea4ff
Changelog for 0.162
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
0.162
2018-04-05 19:08:10 +02:00
Mattia Rizzolo
eb844a2193
Change Maintainer address to ubuntu-dev-tools@packages.debian.org, to assist with the alioth deprecation
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
2018-04-05 19:08:10 +02:00
Mattia Rizzolo
c40050f496
Add a dependency on sensible-utils, as we use sensible-editor(1).
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
2018-04-05 18:58:11 +02:00
Mattia Rizzolo
ddbd7f73c3
mk-sbuild: fix syntax error caused by 96d698e4290b
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
2018-04-05 18:53:29 +02:00
Mattia Rizzolo
fc0919ed25
mk-sbuild: indent
Gbp-Dch: Ignore
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
2018-04-05 18:51:50 +02:00
Mattia Rizzolo
1ea9bce9b1
Set Rules-Requires-Root:no. 2018-04-05 18:51:27 +02:00
Mattia Rizzolo
01906f8371
Drop superseded X-Python(3)-Version fields. 2018-04-05 18:47:14 +02:00
Mattia Rizzolo
e88b4905bf
Bump Standards-Version to 4.1.4, no changes needed. 2018-04-05 18:45:43 +02:00
Scott Kitterman
afd95915e4 Add --backports option to pbuilder-dist to make it easier to build for backports when dependencies from backports are needed 2018-03-24 14:30:19 -04:00
Dimitri John Ledkov
96d698e429 Add support for 'overlay' in favor of older 'overlayfs'. 2018-03-23 02:55:01 +00:00
Mattia Rizzolo
edb49c652c
Fix test failures with newer flake8 and pylint.
Closes: #891721
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
2018-03-08 12:56:36 +01:00
Mattia Rizzolo
157411a199
Release 0.161 to unstable.
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
0.161
2017-07-18 07:43:48 +02:00
Mattia Rizzolo
224b059e30
Bump Standards-Version to 4.0.0, no changes needed.
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
2017-07-18 07:43:37 +02:00
Robie Basak
0291ad07b0 pull-debian-source: convert to Python 3
This has the (desired) side effect of fixing the guessing of the correct
encoding in dsc files when not UTF-8. Presumably this is because Python
3 has some improvements in that area. Since it's what we want, I see no
need to dig further.

LP: #1700846
2017-06-30 15:47:29 +01:00
Robie Basak
a761ccfc72 Fix rmadison parsing for Python 3
In Python 3, it matters that the output of rmadison must be decoded
before it can be parsed.
2017-06-30 15:47:29 +01:00
Robie Basak
4c66fba4d9 pull-debian-source: --no-verify-signature option
Using pull-debian-source fails on some very old packages such as on
texinfo 4.8.dfsg.1-4. I have hand-verified that the signature is good
(though with no trust path), so presumably this is because the signature
has rotated out of debian-keyring.

Add a --no-verify-signature option so that developers can still make use
of the find-and-download functionality of this tool, albeit without
signture verification.
2017-06-30 15:47:29 +01:00
Iain Lane
15841a3df6 Update & finalise changelog 0.160 2017-06-13 10:14:17 +01:00
Iain Lane
798a36c2d8 subprocess: Use getfullargspec on python3 2017-06-13 10:13:25 +01:00
Iain Lane
59582ca06e Releasing 0.159 0.159 2017-05-30 11:34:28 +01:00
Iain Lane
0a3738cfbc Fix some 2/3 differences and run pylint with confidence=HIGH
Too many false positives otherwise.
2017-05-30 11:22:49 +01:00
Iain Lane
d41602ba83 debian/README.source: Add with some instructions about changelog 2017-05-30 10:32:28 +01:00
Iain Lane
44dc0a9d88 debian/gbp.conf: Add gbp-dch configuration 2017-05-30 10:32:07 +01:00
Iain Lane
179f45ca9c Add some more ignores for pylint
It doesn't work very well with apt_pkg.
2017-05-30 10:27:22 +01:00
Iain Lane
4471193d9c ubuntu-build: Pass the pocket through to the archive permission check
So that we can retry builds in releases where the release pocket is frozen -
for example so that backporters can retry backports builds.
2017-05-30 10:12:56 +01:00
Mattia Rizzolo
001d108b96
Recommend cowbuilder, not cowdancer
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
2017-05-02 10:51:27 +02:00
Benjamin Drung
18ae4d8a39 Add flake8 check to test suite 2017-05-01 00:20:17 +02:00
Benjamin Drung
cc7170eccb Fix all flake8 issues 2017-05-01 00:20:03 +02:00
Benjamin Drung
3a6cd3ac66 Fix pylint3 error (for Python 2 support code) 2017-04-30 23:49:18 +02:00
Benjamin Drung
67c353d91b Raise maximum line length to 99 2017-04-30 22:31:09 +02:00
Benjamin Drung
ba16daf56f Repair pylint test case
The --include-ids parameter was dropped from pylint and thus the command
failed as was skipped. Repair the pylint check and add support for
Python 3.
2017-04-30 22:29:41 +02:00
Benjamin Drung
6ee0915d3f Add .gitignore 2017-04-30 22:28:56 +02:00
Anatoly Techtonik
bf52bd6fa3 backportpackage: improve python3 compatibility
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
2017-04-30 20:03:07 +02:00
Ursula Junque (Ursinha)
6fea8fb542 Fix behavior of getBinaryPackage in lpapicache
It was using the same parameters to get Source and Binary packages build
history, but source packages need a distro series, and binary packages
need distro arch series, as the results are arch dependent.

Signed-off-by: Mattia Rizzolo <mattia@debian.org>
2017-04-30 20:02:06 +02:00
Unit 193
f67601cb0c mk-sbuild, pull-debian-{debdiff,source}: Switch from httpredir.debian.org to deb.debian.org as the default mirror for Debian
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
2017-04-30 18:44:04 +02:00
Iain Lane
a6043a6ba8 Remove the `harvest' command, and all other integration with the Harvest service, since it has been shut down. 2017-04-03 13:58:02 +02:00
Mattia Rizzolo
88fbffaf49 Bump debhelper compat level to 10.
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
2017-03-30 21:14:28 +02:00
Mattia Rizzolo
3c138f6fe3 Bump Standards-Version to 3.9.8, no changes needed
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
2017-03-30 21:13:29 +02:00
Mattia Rizzolo
1c6b989590 Move packaging to git
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
2017-03-30 21:13:04 +02:00