Bug#305432: [Pbuilder-maint] Bug#305432: pbuilder: Easier fix for the debsign failure

Junichi Uekawa dancer at netfort.gr.jp
Sun May 14 18:24:40 UTC 2006


Hi,

> # To save in parent directory instead
> #BUILDRESULT=/var/cache/pbuilder/result/
> BUILDRESULT=$PWD/../

This is not a good idea, I think some parts may fail.

$(readlink -f "$PWD/../") 

would be a better bet.

If you use --buildresult command-line option, it will canonicalize for
you, but when it's in the configuration file, you need to do it
yourself.


regards,
	junichi




More information about the Pbuilder-maint mailing list