Commit Graph

  • 90824e056c archive: move check for verify_signature into check_dsc_signature Dan Streetman 2021-05-28 16:18:50 -04:00
  • 1093c372eb archive: allow passing absolute path to _download_file Dan Streetman 2021-05-28 16:17:08 -04:00
  • ff66707a4c Add mode param to download_text() to allow using custom modes like 'rb' Dan Streetman 2021-05-28 16:14:51 -04:00
  • 128eca1a5b
    Changelog for 0.181 0.181 Mattia Rizzolo 2021-05-02 20:04:32 +02:00
  • 4f10be3f13
    mk-sbuild: document eatmydata in the manpage Mattia Rizzolo 2021-05-02 20:02:47 +02:00
  • b687e11813
    Merge branch 'fix-backportpackage' of git+ssh://git.launchpad.net/~ddstreet/ubuntu-dev-tools/+git/ubuntu-dev-tools Mattia Rizzolo 2021-05-02 19:55:44 +02:00
  • eca442bf35
    Merge branch 'lp1916633' of git+ssh://git.launchpad.net/~ddstreet/ubuntu-dev-tools/+git/ubuntu-dev-tools Mattia Rizzolo 2021-05-02 19:49:03 +02:00
  • ede8a77718 doc/mk-sbuild.1: Add documentation for --debootstrap-proxy and DEBOOTSTRAP_PROXY Marco Trevisan (Treviño) 2021-04-26 17:35:22 +02:00
  • 85ed9ad1ce backportpackage: don't use SourcePackage() directly Dan Streetman 2021-04-08 22:52:20 -04:00
  • f97b19554f Use eatmydata by default Balint Reczey 2021-03-26 14:23:00 +01:00
  • a5ee35c812 Use eatmydata only with the dpkg command Balint Reczey 2021-03-26 13:20:38 +01:00
  • d784fea1cd pbuilder: handle debian change from /updates to -security Dan Streetman 2021-03-12 13:09:17 -05:00
  • 728849964e
    Logging: Fix oversight from the last logging refactor Krytarik Raido 2021-02-21 01:34:04 +01:00
  • 09537bd44d
    Merge branch 'fix-sponsor-patch' of git+ssh://git.launchpad.net/~logan/ubuntu-dev-tools Mattia Rizzolo 2021-02-24 14:24:50 +01:00
  • 484a668c0a
    init changelog Mattia Rizzolo 2021-02-24 14:23:42 +01:00
  • bc24ef23de sponsor-patch: fix bugs from py3 migration Logan Rosen 2021-02-22 22:24:52 -05:00
  • ea549d6c19
    Changelog for 0.180 0.180 Mattia Rizzolo 2021-02-19 12:36:01 +01:00
  • 7118411b89
    Drop coverage in the autopkgtest, as python3-nose-cov is not in Debian Mattia Rizzolo 2021-02-19 12:12:02 +01:00
  • 2c6f87acd3 update changelog for 0.179 0.179 Dan Streetman 2021-02-03 10:21:50 -05:00
  • 211416d2fd update changelog Dan Streetman 2021-01-26 05:22:26 -05:00
  • 0eeb93ee0c logging: update ubuntutools.getLogger() to output to stdout/stderr correctly Dan Streetman 2021-02-01 18:26:13 -05:00
  • b35712fa40 archive: wrap filtered masters in list Dan Streetman 2021-01-28 14:31:14 -05:00
  • ee9b8756d9 archive: make SourcePackage ABC abstract class to enforce subclasses provide distribution Dan Streetman 2021-01-28 14:30:08 -05:00
  • 9792f5b95c archive: don't download from archive if using UCA staging ppa Dan Streetman 2020-07-21 15:18:49 -04:00
  • d8d4fd9285 archive: log warnings around 'staging' pocket Dan Streetman 2020-07-21 15:03:00 -04:00
  • 9a38ad1b7b archive: add UCA parsing/finding code for UCA releases/pockets Dan Streetman 2020-07-21 14:01:55 -04:00
  • db181f4aa6 archive: use UCA Project to find valid UCA release names Dan Streetman 2020-07-21 14:00:59 -04:00
  • 04ae04e17b archive: simplify PPA source package class Dan Streetman 2020-07-21 13:52:03 -04:00
  • ae3837be1d lp: add Project and ProjectSeries classes Dan Streetman 2020-07-21 11:26:16 -04:00
  • 20036e6c36 ubuntutools/pullpkg: add --login parameter Dan Streetman 2020-06-15 17:02:28 -04:00
  • e13a4eb45e ubuntutools/archive: deprecate passing 'lp' object to SourcePackage() Dan Streetman 2020-06-15 17:00:00 -04:00
  • cb865e3b86 ubuntutools/lp: change default login to anonymous Dan Streetman 2020-06-15 19:08:18 -04:00
  • 61f0023c37 archive: use verify_file_checksums() Dan Streetman 2020-07-21 15:01:16 -04:00
  • e5a42b1ba1 misc: add verify_file_checksums() function Dan Streetman 2020-07-21 15:00:40 -04:00
  • 359cb18d8d lpapicache: replace httplib2 use with call to download_text() Dan Streetman 2020-07-20 17:48:52 -04:00
  • b89ad962f4 misc: add download_text() method Dan Streetman 2020-07-20 17:43:17 -04:00
  • 58ca95e719 pullpkg: provide dst to download() Dan Streetman 2020-04-14 15:15:20 -04:00
  • a26a154bc9 misc: move logic into download() to handle plain file paths, and src == dst Dan Streetman 2020-03-25 16:34:45 -04:00
  • fed562405d archive: simplify handling of dsc file Dan Streetman 2020-03-25 15:49:53 -04:00
  • 248cf38d79 misc: update download() function Dan Streetman 2020-03-25 15:47:33 -04:00
  • 3d0921ee54 archive: simplify _source_urls() and _binary_urls() Dan Streetman 2020-03-23 17:38:40 -04:00
  • c29b660dbf lpapicache: make sure source/binary file metadata includes all keys Dan Streetman 2020-03-19 16:25:52 -04:00
  • b2f4ceee8e archive: use _download_file_from_urls() Dan Streetman 2020-03-13 09:52:50 -04:00
  • b6e0b5b388 archive: add _download_file_from_urls() Dan Streetman 2020-03-13 09:52:06 -04:00
  • 494e0d6ddd archive: change log level of some messages Dan Streetman 2020-03-13 09:51:03 -04:00
  • 2cfcbdb300 Remove pull-revu-source Dan Streetman 2020-06-16 09:21:53 -04:00
  • 07d7381b4d Remove reverse-build-depends Dan Streetman 2020-06-15 19:19:13 -04:00
  • d19ac157b0 mk-sbuild: don't print usage on stderr Dan Streetman 2020-06-15 19:15:59 -04:00
  • 6698b70f98 d/t/control: change to test with flake8 and nosetests Dan Streetman 2020-06-15 19:29:18 -04:00
  • d464c1ffe8 d/rules: override dh_auto_clean to cleanup tox and nose coverage files Dan Streetman 2021-01-25 09:05:22 -05:00
  • 42c659555c d/control: remove flake8 dep Dan Streetman 2020-06-15 19:25:42 -04:00
  • 120f15ca50 d/control: remove pylint dep Dan Streetman 2020-06-15 19:25:02 -04:00
  • 4e63b2cbb5 d/control: add dput dependency, remove runtime check Dan Streetman 2021-01-25 09:30:45 -05:00
  • f2118d6e7f d/control: add python3-debianbts dep, remove runtime check Dan Streetman 2021-01-25 09:25:22 -05:00
  • 52739e44ad test: simplify test_help with subtests Dan Streetman 2020-06-15 19:11:38 -04:00
  • 12c2e6bf42 test: remove unneeded stuff in test/__init__.py Dan Streetman 2020-06-15 18:28:29 -04:00
  • ae74f71a1e test: remove flake8 and pylint unittest files Dan Streetman 2020-06-15 19:09:32 -04:00
  • 930c05621e test: move tests/* into ubuntu_archive_assistant/ Dan Streetman 2020-06-15 18:24:10 -04:00
  • 48c7130008 test: remove dep on mock, use unittest.mock instead Dan Streetman 2020-06-15 18:20:51 -04:00
  • 3eefdec9b6 test: add support for running tox tests Dan Streetman 2020-06-15 17:47:25 -04:00
  • e7f0447342 Close LP: #1913330 Stefano Rivera 2021-02-01 17:33:10 -07:00
  • 90cb51becb archive.py: Evaluate the filter() fixing syncpackage. Stefano Rivera 2021-01-29 22:18:22 -07:00
  • e54a13743c
    releasing package ubuntu-dev-tools version 0.178 0.178 Dimitri John Ledkov 2021-01-25 23:28:38 +00:00
  • 07b81efd24 doc: update pull-pkg man page to clarify default pockets Dan Streetman 2020-04-23 11:13:43 -04:00
  • 390be3f0b3 archive: remove DebianSourcePackage.pull_dsc() Dan Streetman 2020-03-19 16:26:44 -04:00
  • 9d7ce2745f
    Merge branch 'pbuilder-dist_more_archs' of git+ssh://git.launchpad.net/~misterc/ubuntu-dev-tools Mattia Rizzolo 2021-01-19 23:36:25 +01:00
  • f8c0d87b6f
    Merge branch 'fix-pull-pkg' of git+ssh://git.launchpad.net/~xnox/ubuntu-dev-tools Mattia Rizzolo 2021-01-19 23:31:03 +01:00
  • 02c531dfb5
    archive.py: use Regular, Ports, and Internal mirrors by default. Thus enabling pull-lp-debs to work with ports architectures, and inside launchpad builds too. Dimitri John Ledkov 2021-01-18 22:07:56 +00:00
  • 5a428b462d
    config.py: add UBUNTU_INTERNAL_MIRROR option, for launchpad internal mirror. Dimitri John Ledkov 2021-01-18 22:07:01 +00:00
  • 6cc8040510
    pullpkg.py: fix --mirror option parsing. Dimitri John Ledkov 2021-01-18 22:06:17 +00:00
  • 5856b6a41f
    Use arch-test to determine local arch support Michael R. Crusoe 2020-02-22 09:48:17 +01:00
  • d3a7eac62f
    backportpackage: Add a -e/--message option to change the default "No-change" in "No-change backport to DIST". Mattia Rizzolo 2021-01-14 15:03:28 +01:00
  • a75fb35fc8
    ubuntu-archive-assistant/mir: Fix a SyntaxWarning. Mattia Rizzolo 2020-12-27 11:43:47 +01:00
  • c5b5d554bc
    Merge branch 'lp-1193941' of git+ssh://git.launchpad.net/~logan/ubuntu-dev-tools Mattia Rizzolo 2020-12-27 11:40:18 +01:00
  • 2720ffa12a import-bug-from-debian: limit description to 50K chars Logan Rosen 2020-12-26 01:49:43 -05:00
  • bafe94c5c7
    Merge branch 'for-upstream/depends-on-tzdata' of git+ssh://git.launchpad.net/~vicamo/ubuntu-dev-tools/+git/ubuntu-dev-tools Mattia Rizzolo 2020-12-22 17:54:05 +01:00
  • 6a9bcc6e14
    Bump Standards-Version to 4.5.1, no changes needed. Mattia Rizzolo 2020-12-22 17:52:27 +01:00
  • b00aea7aa5
    init the next changelog Mattia Rizzolo 2020-12-22 17:51:54 +01:00
  • 322df409c2 d/control: explicitly depends on tzdata You-Sheng Yang 2020-12-23 00:21:25 +08:00
  • b30df2b227 pullpkg: also catch InvalidPullValueError Dan Streetman 2020-12-21 11:28:08 -05:00
  • 6c097233a9
    Release 0.177 0.177 Mattia Rizzolo 2020-06-28 15:52:37 +02:00
  • 4b3e9b8479
    syncpackge: Fix the new flake8 E741. Closes: #963310 Mattia Rizzolo 2020-06-28 15:52:23 +02:00
  • 097eea7d5f
    flak8-fy Mattia Rizzolo 2020-06-26 20:47:05 +02:00
  • 622f550cc9
    Merge branch 'update-maintainer-recursive' of git+ssh://git.launchpad.net/~bryce/ubuntu-dev-tools Mattia Rizzolo 2020-06-26 20:45:32 +02:00
  • 8d77c72c33 update-maintainer: Consider only valid-looking debian directories Bryce Harrington 2020-06-26 10:57:46 -07:00
  • 928da0ec02 update-maintainer: Find debian/control from inside debian/ Bryce Harrington 2020-06-25 17:36:25 -07:00
  • f5aa75a3a5
    Merge branch 'lintian-fixes' of git+ssh://git.launchpad.net/~debian-janitor/ubuntu-dev-tools Mattia Rizzolo 2020-05-09 17:34:56 +02:00
  • 529c2870fc
    Wrap long lines in changelog entries: 0.25, 0.11. Debian Janitor 2020-05-06 14:41:56 +00:00
  • ce4d8fb85f
    also update the docs Mattia Rizzolo 2020-04-29 00:17:32 +02:00
  • 0aa7280f94
    ubuntu-build: add support for riscv64. Mattia Rizzolo 2020-04-29 00:12:24 +02:00
  • 5a895e9685 update changelog Dan Streetman 2020-03-13 10:03:33 -04:00
  • 8aa2d602c5 pullpkg: add support for pulling from upload queue Dan Streetman 2020-03-04 08:29:02 +01:00
  • 8f42fb976f lpapicache: add PackageUpload class Dan Streetman 2020-03-04 08:28:13 +01:00
  • ea30b9f5bc ubuntutools/misc: add download() function Dan Streetman 2020-03-04 08:25:22 +01:00
  • c622c30297 update changelog Dan Streetman 2020-03-13 09:58:46 -04:00
  • fe4d2f08a5 test: remove test_dsc_missing test Dan Streetman 2020-01-25 06:56:41 -05:00
  • 11429b213c archive: remove _lp_url() Dan Streetman 2020-01-24 17:25:09 -05:00
  • eaa07014e0 archive: verify and use existing already-downloaded files Dan Streetman 2020-01-25 07:45:56 -05:00
  • 8682c44957 archive: update pull_dsc to use _source_urls() and verify_file_checksum() Dan Streetman 2020-01-24 17:24:45 -05:00
  • 20dd65b281 archive: verify binary file checksums Dan Streetman 2020-03-06 12:53:37 +01:00