| Commit message (Expand) | Author | Age |
* | add a more useful message for pbuilder-runhooks when hookdir cannot be remove... | Junichi Uekawa | 2010-07-04 |
* | 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.•••First cut into doing this, hopefully we're not breaking anything.
| Junichi Uekawa | 2009-02-26 |
* | Dereference symlinks when copying hooks. (closes: #499358)•••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.
| Ben Finney | 2008-09-28 |
* | 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 |
* | +•••+ * 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.
| dancer | 2003-12-10 |
* | + * THANKS: add•••+
+ * pbuilder-runhooks: fix warning messages to be more correct, thanks
+ to Daniel Martin.
+
| dancer | 2003-11-16 |
* | +2003-03-10 Junichi Uekawa <dancer@debian.org>•••+
+ * 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.
+
| dancer | 2003-03-10 |
* | + * pbuilder-runhooks (hooks): do not error out if there are no hooks in the ... | dancer | 2002-09-25 |
* | 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 disorde... | dancer | 2001-10-21 |
* | changing the error message to warning, because these messages do not stop exe... | dancer | 2001-10-12 |
* | 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 dan... | dancer | 2001-09-27 |
* | and even more reindentation. | dancer | 2001-09-27 |
* | reindent etc. | dancer | 2001-09-27 |
* | new file from dale amon. | dancer | 2001-09-27 |