- 02 Jul, 2020 1 commit
-
-
Dmitry authored
Commit 3753b5fd ("modules: let tar automatically determine decompression program") introduced a regression for not gzip compatible compressors, which is sad. Let's allow user to explicitly configure decompression programm if required, and pick decompression programm automatically otherwise. New option: --decompressprog (default is empty) New variable: DECOMPRESSPROG: default is empty, let tar automatically determine decompression program For example, pigz decompression is about 30% faster than gzip, but personaly I prefer zstd (https://github.com/facebook/zstd) which support smp and has very fast decompression speed. Comparison: $ time pbuilder --execute --configfile pbuilderrc-gz /bin/true > /dev/null 2>&1 real 0m2.339s $ time pbuilder --execute --configfile pbuilderrc-gz --decompressprog pigz /bin/true > /dev/null 2>&1 real 0m1.576s ## pbuilderrc-zst # COMPRESSPROG=zstdmt # DECOMPRESSPROG=zstdmt # BASETGZ=base.tar.zst $ time pbui...
-
- 10 May, 2020 6 commits
-
-
Jessica Clarke authored
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
MR: pbuilder-team/pbuilder!9 Signed-off-by:
Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
MR: !8 Signed-off-by:
Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
MR: pbuilder-team/pbuilder!11 Signed-off-by:
Mattia Rizzolo <mattia@debian.org>
-
- 09 May, 2020 1 commit
-
-
Hideki Yamane authored
-
- 23 Apr, 2020 1 commit
-
-
Mattia Rizzolo authored
MR: pbuilder-team/pbuilder!10 Signed-off-by:
Mattia Rizzolo <mattia@debian.org>
-
- 22 Apr, 2020 3 commits
-
-
Janitor authored
Fixes: lintian: out-of-date-standards-version See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
-
Janitor authored
Wrap long lines in changelog entries: 0.222, 0.215, 0.213, 0.211, 0.170, 0.167, 0.166, 0.141, 0.129, 0.122, 0.120, 0.119, 0.118, 0.116, 0.114, 0.108, 0.107, 0.102, 0.99, 0.98, 0.55, 0.52, 0.49, 0.44, 0.38, 0.36, 0.35, 0.11, 0.3, 0.2. Fixes: lintian: debian-changelog-line-too-long See-also: https://lintian.debian.org/tags/debian-changelog-line-too-long.html
-
Janitor authored
Fixes: lintian: out-of-date-copyright-format See-also: https://lintian.debian.org/tags/out-of-date-copyright-format.html
-
- 01 Apr, 2020 1 commit
-
-
Jessica Clarke authored
-
- 09 Mar, 2020 1 commit
-
-
denghu authored
-
- 15 Feb, 2020 1 commit
-
-
Mattia Rizzolo authored
Closes: #951158 Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
- 18 Jan, 2020 7 commits
-
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
buildpackage: some cleverness to prevent both leading spaces in the generated /etc/hosts and tabs in the file here Gbp-Dch: Ignore Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
- 22 Dec, 2019 1 commit
-
-
Jessica Clarke authored
-
- 27 Nov, 2019 1 commit
-
-
Rafael Laboissière authored
The hook script B20autopkgtest fails to detect the existence of unit tests for packages that have no debian/tests/control file but that have autodep8 support. This commit fixes the issue. Closes: #945593
-
- 12 Nov, 2019 2 commits
-
-
Mattia Rizzolo authored
Gbp-Dch: Ignore Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Closes: #932743 Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
- 20 Aug, 2019 3 commits
-
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
modules: Set the debconf value for man-db/auto-update to false to save time in the package installing phase Nobody is going to need a refreshed man-db in a build chroot. Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
- 02 Apr, 2019 3 commits
-
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Closes: #926115 Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
- 26 Mar, 2019 1 commit
-
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
- 25 Mar, 2019 2 commits
-
-
Jessica Clarke authored
The committed merge of MR !3 bumped the hardcoded version from 6 to 7, but this change was part of 0.230.2 as well, so really the change from 0.230.1 is not hardcoding libstdc++-6-dev.
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
- 24 Mar, 2019 3 commits
-
-
Jessica Clarke authored
-
Jessica Clarke authored
-
Jessica Clarke authored
-
- 23 Mar, 2019 2 commits
-
-
Mattia Rizzolo authored
Gbp-Dch: Ignore Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
previously, `systemctl stop` would be called only if there were stray processes, which leads to orphaned slices to be left behind once pbuilder exists. In the reproducible-builds machines we have been seeing hundreds of such stray slices, which significally hinders shutdown operations. Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-