aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-modules
Commit message (Expand)AuthorAge
* runhooks: move (un)loadhooks() and executehooks() to pbuilder-modules.•••Merging the file means the hooks can use functions from the modules and viceversa safely; otherwise we would need both the scripts to source the other and this is not supported in bash. We can't delete it since it's referenced in pdebuild-internal, and since we can't assure the same pbuilder version outside and inside the chroot we have to be backward-compatible. Otherwise running an old pbuilder with a newer chroot would break badly. Thanks: Holger to notice this broke with the last release Mattia Rizzolo2015-11-25
* buildpackage: move the binNMU() function from modules to buildpackage-funcs, ...Mattia Rizzolo2015-11-25
* fixup a bunch of things for binNMU supportMattia Rizzolo2015-11-23
* modules: copy /etc/resolv.conf from the host only when USENETWORK=yes•••Closes: #753944 Mattia Rizzolo2015-11-15
* pbuilder: add an (undocumented) --help operation. Exit 0 if the help was req...Mattia Rizzolo2015-11-15
* modules: short the --help output and point to the manual pagesMattia Rizzolo2015-11-15
* only set Changed-By to --binnmu-maintainer in .changes•••do not override Maintainer Andreas Beckmann2015-11-15
* add "binary-only=yes" mark to the binNMU changelogAndreas Beckmann2015-11-15
* modules: style improvments to binNMU()•••* use `dpkg-parsechangelog -S $field` to get info from the changelog, instead of sedding it (dep on dpkg-dev >= 1.7.0) * use log.[ew] instead of plain echo * use cat > $tmpcl << EOF instead of that list of echo * use mktemp to create the temporary changelog, instead of fixing on one filename * add a lot of quotes Mattia Rizzolo2015-11-15
* add binNMU support•••Closes: #683848 Luca Falavigna2015-11-15
* make the output level configurable through LOGLEVEL (--loglevel)•••valid values are D/I/W/E Closes: #490184 Mattia Rizzolo2015-11-15
* use log.e() instead of log()Mattia Rizzolo2015-11-15
* use log.w() instead of log()Mattia Rizzolo2015-11-15
* use log.i() instead of log()Mattia Rizzolo2015-11-15
* modules: add 3 log.{i,w,e} functions to be used instead of log()Mattia Rizzolo2015-11-15
* use relative sources where possible•••This way it's a lot easier to test stuff without actually installing it Use BASH_SOURCE, which contains the path of the current script being executed. BASH_SOURCE is clearly a bashism, but it's cheaper than using dirname(1). Thanks to Gianfranco Costamagna for noticing how this bit could have be improved. Gbp-Dch: Short Mattia Rizzolo2015-11-01
* pbuilder-modules: change the pbuilder-runhooks source directory to be relative•••We can assume they are always in the same directory. This fixes the testsuite when run in a clean environment without pbuilder itself installed. Gianfranco Costamagna2015-10-28
* add hook type H: they run just after unpacking the chroot, for every target.•••Closes: #800757 Mattia Rizzolo2015-10-13
* always load hooks just after extracting the build place, and unload them when...•••So, no need to load&run&unload everywhere as it is now. Gbp-Dch: Short Mattia Rizzolo2015-10-13
* pbuilder-modules: normalize whitespaces•••Gbp-Dch: Ignore Mattia Rizzolo2015-10-13
* modules: mount correctly selinux: bindmount from the host, and in the same pl...•••Thanks: ChangZhuo Chen (陳昌倬) <czchen@gmail.com> for the patch. Closes: #734193, #734454 Mattia Rizzolo2015-10-11
* Allow copying the local configuration from a defined directory, instead of sy...•••New configuration variable: CONFDIR Closes: #580086 Mattia Rizzolo2015-09-18
* fix a whole bunch of warning from shellcheck•••There are still quite some, this is a first chunk based on a given patch applied where i felt confident enough. Thanks: Herbert Parentes Fortes Neto <hpfn@ig.com.br> for the initial patch-set Mattia Rizzolo2015-09-18
* pbuilder-modules: remove the /tmp/buildd symlink if it points to the current ...•••Closes: #797351 Mattia Rizzolo2015-09-06
* pbuilder-modules: fix spelling error: s,compatibily,compatibility,g•••Gbp-Dch: Ignore Thanks: Sven Joachim <svenjoac@gmx.de> for the reporting Mattia Rizzolo2015-08-29
* Add a symlink from /tmp/buildd to the current BUILDD to avoid too many breakages•••This change will go away someday, so please update your scripts to use BUILDDIR Thanks: Helmut for the idea Mattia Rizzolo2015-08-26
* parametrize the build directory using the conf option BUILDDIRMattia Rizzolo2015-08-08
* pbuilder-modules: copy /etc/mailname from the host, instead of writing it aft...•••Closes: #637627 Mattia Rizzolo2015-08-08
* Thanks to TG for the bad feedback! More than one value aren't allowed in that...•••Revert "Use a hostname -A as fallback in case of -f fails (Closes: #637627)" This reverts commit c2087b165bd0fdc6511df4c874390359b290b8bf. Gianfranco Costamagna2015-08-06
* Use a hostname -A as fallback in case of -f fails (Closes: #637627)•••thanks <mapreri> for the help Gianfranco Costamagna2015-08-03
* pbuilder-modules: stop downloading translations of package descriptions•••They are a waste of bandwidth and time, really useless in a build chroots. Thanks: Paul Wise <pabs@debian.org> for the suggestion Closes: #749961 Mattia Rizzolo2015-06-23
* Add support for hurd•••Closes: #753801 Gabriele Giacone2015-06-22
* Use "none" instead of "/dev/pts" as device for the /dev/pts mount inside the ...•••Closes: #788580 Axel Beckert2015-06-22
* Do not try to use /dev/shm if /run/shm is not present. (closes: #702811, #702...•••falling back to /dev/shm doesn't make sense; /dev/shm is a symlink to /run/shm. rename variable to USERUNSHM instead of USEDEVSHM, we don't need to touch /dev/shm Junichi Uekawa2013-03-26
* Added support for shared memory mounting point (closes: #700591)Agustin Henze2013-02-28
* what's this x.Junichi Uekawa2013-02-28
* move around echobacktime definition location. (closes: #666440)•••Seems like my regression test was happily claiming to be successful even when things have failed. Hmmm.. Junichi Uekawa2012-03-31
* factor out common code for apt key rings.Junichi Uekawa2012-03-13
* make longer lines wrap so reading patch files aren't as painful.Junichi Uekawa2012-03-09
* fix test, and use standard lib for output.Junichi Uekawa2011-12-04
* factor out the file copy test part and add a test.•••Use 'PWD' like other parts of the codebase. Coding style uses $() not ``. Junichi Uekawa2011-12-04
* Bug#569917: Support base.tar.xz/bz2 as well as tgz•••Package: pbuilder Version: 0.203 Followup-For: Bug #569917 I cooked a little patch that adds a --compressprog command line option and COMPRESSPROG option in pbuilderrc. Tested with pigz, to get multithreaded, and therefore much faster compression/decompression, and xz. Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.1.0-00002-g5eeb7f9 (SMP w/4 CPU cores) Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages pbuilder depends on: ii cdebootstrap 0.5.8+b1 ii coreutils 8.13-3 ii debconf [debconf-2.0] 1.5.41 ii debianutils 4.0.4 ii debootstrap 1.0.38 ii wget 1.13.4-1 Versions of packages pbuilder recommends: ii devscripts 2.11.2 ii fakeroot 1.18.1-1 ii sudo 1.8.3p1-2 Versions of packages pbuilder suggests: pn cowdancer 0.65 pn gdebi-core <none> pn pbuilder-uml <none> -- debconf information: pbuilder/mirrorsite: http://ftp.de.debian.org/debian/ pbuilder/nomirror: pbuilder/rewrite: false Tino Keitel2011-11-29
* From: Luca Falavigna <dktrkranz@debian.org>•••tags 542837 + patch pending thanks Dear Junichi, I've prepared an NMU for pbuilder (versioned as 0.199+nmu3) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. I tested this patchset on both kfreebsd-i386 and kfreebsd-amd64, and I can confirm they work as expected. Regards, Junichi Uekawa2011-06-24
* Bug#542915: NMU patch•••Hi, The patch for this NMU is as follows. Steve M. Robbins2011-06-24
* Bug#582415: [pbuilder]: typo "taget"•••Package: pbuilder version: 0.196 Severity: minor I saw a message as below > I: copy /home/henrich/pbuilder/result/pathfinderd_1.1.3-0.3_amd64.deb to taget directory "taget", it's merely a typo. Please fix it as attached file when you have a time. -- Regards, Hideki Yamane henrich @ debian.or.jp/org http://wiki.debian.org/HidekiYamane Hideki Yamane2010-06-20
* pdebuild: Add architecture flag; #516625•••pdebuild: add support for setting the architecture on the command-line and in pbuilderrc; closes: #516625. Loïc Minier2009-12-30
* pbuilder: Add --architecture and ARCHITECTURE flag•••pbuilder: add support for setting the architecture on the command-line and in pbuilderrc. Loïc Minier2009-12-30
* Do not mention codename of testing where possible•••Avoid mentionning the codename of the current testing distribution where possible as this gets out of date -- except in the rebuild README where the current testig is really what we want. Loïc Minier2009-12-14
* COMPONENTS is always set•••Don't fallback on another COMPONENTS default, it's already set in the pbuilder defaults Loïc Minier2009-12-13
* Add support for building packages twice; #493538•••Add support for building packages twice; based on a patch by Nicolas Valcárcel; closes: #493538 Loïc Minier2009-12-11