summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-28mdbp-ssh: prevent shell expansion of forwarded argumentsHEADmasterHelmut Grohne
2023-12-14sbuild: run prebuild hooks with network enabledHelmut Grohne
2023-12-11ssh: select non-interactive IPQoSHelmut Grohne
2023-04-08mdbp-ssh: add option --proxyrepos to forward repositoriesHelmut Grohne
2023-04-08mdbp-sbuild: fix extrarepositoriesHelmut Grohne
2023-02-21mdbp-mmdebstrap: handle missing useraddHelmut Grohne
2022-09-21add support for hooksHelmut Grohne
2022-09-21sbuild: generalize addition of hook commandsHelmut Grohne
2022-09-21pbuilder: generalize hook support codeHelmut Grohne
2022-09-21mmdebstrap: fix last mypy errorHelmut Grohne
2022-09-21mmdebstrap: simplify interface of hook_mainHelmut Grohne
2022-06-23common: rephrase optional import to make mypy --strict happyHelmut Grohne
2022-06-23mmdebstrap: don't show a traceback for build failuresHelmut Grohne
2022-06-23mmdebstrap: add type hints to set_uidsHelmut Grohne
2022-06-23ssh: use tarfile as a context managerHelmut Grohne
2022-06-23mmdebstrap: use Popen as a context managerHelmut Grohne
2022-06-23ssh: use Popen as a context managerHelmut Grohne
2022-06-23streamapi: use Popen as a context managerHelmut Grohne
2022-04-20mmdebstrap: do not use pwd moduleHelmut Grohne
2021-07-10pbuilder: fail when apt-get update failsHelmut Grohne
2021-07-10stop using from __future__ import annotationsHelmut Grohne
2021-07-10pbuilder: uninline a function for locating the base.tgzHelmut Grohne
2021-07-08uninline helper function temporary_static_fileHelmut Grohne
2021-07-06pbuilder: rewrite cmd.extend sequence as listHelmut Grohne
2021-07-06pbuilder: implement support for build_pathHelmut Grohne
2021-07-06pbuilder: use an ExitStackHelmut Grohne
2021-07-06mmdebstrap and sbuild shall agree on what build_path meansHelmut Grohne
2021-07-01sbuild: fix quoting of config stringsHelmut Grohne
2021-07-01drop unnecessary execution bit from mdbp/debspawn.pyHelmut Grohne
2021-06-24rename a number of fields to become similar to debusineHelmut Grohne
2021-06-15implement basic debspawn backendHelmut Grohne
2021-06-15allow passing custom options to pbuilder and sbuildHelmut Grohne
2021-05-31mention mdbp-ssh in the README.mdHelmut Grohne
2021-05-27correctly handle integer values for .parallelHelmut Grohne
2021-05-27prefer subprocess.call over subprocess.runHelmut Grohne
2021-05-27fix setup.pyHelmut Grohne
2021-05-27pbuilder: allow missing .lintian in jsonHelmut Grohne
2021-05-27add new field .output.artifacts to schemaHelmut Grohne
2021-05-20common: simplify code using contextlib.suppressHelmut Grohne
2021-05-20schema: fix indentationHelmut Grohne
2021-05-19ssh: improve handling of failed buildsHelmut Grohne
2021-05-19sbuild: don't just apt upgrade, dist-upgrade insteadHelmut Grohne
2021-05-19pbuilder: support running lintianHelmut Grohne
2021-05-19pbuilder: always update and upgrade the chrootHelmut Grohne
2021-05-19sbuild: always update and upgrade the chrootHelmut Grohne
2021-05-18mmdebstrap: tell debconf not to generate its databaseHelmut Grohne
2021-05-18enable building a source package by name and versionHelmut Grohne
2021-05-18mmdebstrap: reimplement build hook recursivelyHelmut Grohne
2021-05-17mmdebstrap: don't keep a lintian.deb eitherHelmut Grohne
2021-05-17mmdebstrap: fix logic error in parent commitHelmut Grohne