aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-buildpackage
Commit message (Expand)AuthorAge
* fixup a bunch of things for binNMU supportMattia Rizzolo2015-11-23
* buildpackage: umount as the very last option, due keeping the bindmounts whil...Mattia Rizzolo2015-11-22
* 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
* use relative sources where possibleMattia Rizzolo2015-11-01
* no need to load runhooks anymore now that it's all handled in -modulesMattia Rizzolo2015-10-28
* pbuilder-buildpackage: only override HOME during dpkg-buildpackage invocationMattia Rizzolo2015-10-14
* New config: BUILD_HOME, to be able to set the value of HOME while building. ...Mattia Rizzolo2015-10-14
* add hook type I: it runs after successfully build a package, after copying ba...Mattia Rizzolo2015-10-13
* always load hooks just after extracting the build place, and unload them when...Mattia Rizzolo2015-10-13
* pbuilder-buildpackage: some more whitespaces normalizationMattia Rizzolo2015-10-03
* fix a whole bunch of warning from shellcheckMattia Rizzolo2015-09-18
* buildpackage: Unset DISPLAY just before the build, othewise there is software...Mattia Rizzolo2015-08-29
* parametrize the build directory using the conf option BUILDDIRMattia Rizzolo2015-08-08
* pbuilder-buildpackage: remove the -e parameter from the dpkg-buildpackage inv...Mattia Rizzolo2015-06-24
* Deprecate the PKGNAME_LOGFILE_EXTENTION conf entry in favour of PKGNAME_LOGFI...Mattia Rizzolo2015-06-23
* set the USER env variable to BUILDUSERNAME, to fix FTBFS of some package whic...Mattia Rizzolo2015-06-17
* import 0.125+nmu3Mattia Rizzolo2015-06-17
* import 0.125+nmu2Mattia Rizzolo2015-06-17
* import 0.125+nmu1Mattia Rizzolo2015-06-17
* fix logging message and conditionality to make it less lines.Junichi Uekawa2012-03-13
* fix space handling in additional-buildresults.Junichi Uekawa2012-03-13
* Bug#652634: Allow to copy additional files out of the build directoryGuido Günther2012-03-13
* Bug#659703: pbuilder: Typo in error messageMaarten Bezemer2012-03-09
* I think I need to quote PATHJunichi Uekawa2012-01-27
* Bug#644507: pbuilder produces a confusing error message about the dcs filenam...Junichi Uekawa2011-12-31
* Bug#606687: ccache support fails in the face of su PATH manglingMatthew Palmer2011-12-31
* Ignore LD_PRELOAD when inside 'pbuilder build' building something.Junichi Uekawa2011-09-21
* lighttpd test fails with cowdancer loaded. (closes: #640684)Junichi Uekawa2011-09-21
* cannot cross build i386 only package on amd64 host (closes: #624530)YOSHINO Yoshihito2011-08-07
* Bug#606699: pbuilder NMUEmilio Pozuelo Monfort2011-06-24
* Move ccache setup to pbuilder-buildpackage-funcsLoïc Minier2010-01-03
* Add builtin ccache support, enabled by defaultLoïc Minier2010-01-02
* Avoid appending extra spaces in DEBBUILDOPTSLoïc Minier2009-12-14
* Factor "exec >" + "exec 2>&1" togetherLoïc Minier2009-12-13
* Log dpkg-buildpackage command linesLoïc Minier2009-12-12
* Add support for building packages twice; #493538Loïc Minier2009-12-11
* Make error message visible when copying out to buildresult (closes: #505695)Junichi Uekawa2009-12-05
* quote-escape debemail so that email with space can be handled properly.Junichi Uekawa2009-11-02
* pbuilder-buildpackage: pass -e to dpkg-bp, not -mLoïc Minier2009-09-21
* Bug#520251: pbuilder: Pbuilder does not umount bindmounts when ssh connection...Stefan Fritsch2009-03-18
* implement --inputfile option.Junichi Uekawa2009-03-07
* refactor to use 'log' function rather than using 'echo' directly.Junichi Uekawa2009-02-26
* 398865: apply patch for LOGNAME, and implement also shadow group fileJunichi Uekawa2007-05-28
* fix always ending with "Aborting with error"Junichi Uekawa2007-05-27
* fix thinko: trap exit -> trap - exitJunichi Uekawa2007-05-27
* change "trap" handling so that all trap function calls are called _trap, and ...Junichi Uekawa2007-05-27
* trap SIGHUP as well as EXIT.Junichi Uekawa2007-05-27
* use tee instead of not outputting anything for logging mode.Junichi Uekawa2007-05-17