Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | use log.w() instead of log() | Mattia Rizzolo | 2015-11-15 |
| | |||
* | use log.i() instead of log() | Mattia Rizzolo | 2015-11-15 |
| | |||
* | pbuilder-runhooks: let unloadhooks don't fail if there are no hooks loaded | Mattia Rizzolo | 2015-10-13 |
| | | | | | This way we can call it also when hooks are not actually loaded or two times in a row without fear the result. | ||
* | pbuilder-runhooks: normalize whitespaces | Mattia Rizzolo | 2015-10-13 |
| | | | | Gbp-Dch: Ignore | ||
* | fix a whole bunch of warning from shellcheck | Mattia Rizzolo | 2015-09-18 |
| | | | | | | | 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 | ||
* | whitespace normalization … | Mattia Rizzolo | 2015-08-17 |
| | | | | Gbp-Dch: Ignore | ||
* | makes BUILDDIR available to hooks, so they can know where the source and the ↵ | Mattia Rizzolo | 2015-08-17 |
| | | | | built packages are | ||
* | add a more useful message for pbuilder-runhooks when hookdir cannot be ↵ | Junichi Uekawa | 2010-07-04 |
| | | | | removed. (closes: #587254) | ||
* | Warn when there is non-existing hookdir. (closes: #525420) | Junichi Uekawa | 2009-12-05 |
| | |||
* | make --hookdir work on pdebuild-internal (closes:#526471) | Junichi Uekawa | 2009-11-29 |
| | |||
* | fix spelling mistake in comment | Junichi Uekawa | 2009-11-29 |
| | |||
* | refactor to use 'log' function rather than using 'echo' directly. | Junichi Uekawa | 2009-02-26 |
| | | | | First cut into doing this, hopefully we're not breaking anything. | ||
* | Dereference symlinks when copying hooks. (closes: #499358) | Ben Finney | 2008-09-28 |
| | | | | | | | | | | | | | I keep a number of different hooks in my $HOME/.pbuilder/hooks/ directory, and some are symlinks to files outside that directory. When 'pbuilder-runhooks' copies the hooks, it copies them without dereference, which fails inside the chroot since the referenced files are not found. The attached patch, generated using 'git format-patch', fixes this by using the '-L' ('--dereference') option to 'cp' when copying the hook files into the pbuilder chroot. | ||
* | add people to AUTHORS sometimes | Junichi Uekawa | 2007-06-05 |
| | |||
* | add hook handling in pdebuild-internal | Junichi Uekawa | 2007-05-31 |
| | |||
* | warning message goes to &2 | Junichi Uekawa | 2007-03-27 |
| | |||
* | error message goes to &2 | Junichi Uekawa | 2007-03-27 |
| | |||
* | + | dancer | 2003-12-10 |
| | | | | | | | + * debuild-pbuilder.1: fix document formatting error, from Roland Stigge. + + * pbuilder-runhooks (hooks): Try and detect file name non-matching case + for hooks, from Dale Amon. | ||
* | + * THANKS: add | dancer | 2003-11-16 |
| | | | | | | | + + * pbuilder-runhooks: fix warning messages to be more correct, thanks + to Daniel Martin. + | ||
* | +2003-03-10 Junichi Uekawa <dancer@debian.org> | dancer | 2003-03-10 |
| | | | | | | | | | | | | | | | | | | | | | | | + + * pbuilder-satisfydepends: quote some strings... trying to be pedantic + + * pbuilder-buildpackage-funcs: unset LOGNAME for when building with + real root privilage. + thanks Barak Pearlmutter <bap@cs.unm.edu> + + * pbuilder.8: document X hooks which were previously undocumented. + + * pbuilder-user-mode-linux (BUILDING_DSC_FILE): use readlink on real existing files. + GNU "readlink -f " exits with an exit code of 1 when the file does not + exist, debianutils readlink did not. + + * pbuilder-runhooks (hooks): do not call readlink here, + since the file may not exist. + + * pbuilder-checkparams (USE_PKGNAME_LOGFILE): use readlink on real existing files. + + * pbuilder-buildpackage (PACKAGENAME): use readlink on real existing files. + | ||
* | + * pbuilder-runhooks (hooks): do not error out if there are no hooks in the ↵ | dancer | 2002-09-25 |
| | | | | hookdir. | ||
* | release is ready, I've checked. | dancer | 2002-02-24 |
| | |||
* | added hooks support for pbuilder build target. | dancer | 2002-02-24 |
| | |||
* | fixing bugs related to runhooks, reported by Dale. Some serious logic ↵ | dancer | 2001-10-21 |
| | | | | disorder seems to be. | ||
* | changing the error message to warning, because these messages do not stop ↵ | dancer | 2001-10-12 |
| | | | | execution | ||
* | fixed my logical disorder. | dancer | 2001-10-12 |
| | |||
* | diff | dancer | 2001-10-12 |
| | |||
* | removing comment | dancer | 2001-09-27 |
| | |||
* | removing pushd and popd. | dancer | 2001-09-27 |
| | |||
* | fixing some serious typos . | dancer | 2001-09-27 |
| | |||
* | changing little bits to my liking, and hopefully removing any potentially ↵ | dancer | 2001-09-27 |
| | | | | dangerous bits. | ||
* | and even more reindentation. | dancer | 2001-09-27 |
| | |||
* | reindent etc. | dancer | 2001-09-27 |
| | |||
* | new file from dale amon. | dancer | 2001-09-27 |