| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
|
|
|
| |
First cut into doing this, hopefully we're not breaking anything.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
+ * 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.
|
|
|
|
|
|
|
| |
+
+ * pbuilder-runhooks: fix warning messages to be more correct, thanks
+ to Daniel Martin.
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+
+ * 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.
+
|
|
|
|
| |
hookdir.
|
| |
|
| |
|
|
|
|
| |
disorder seems to be.
|
|
|
|
| |
execution
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
dangerous bits.
|
| |
|
| |
|
|
|