Bug#306448: pbuilder: Support for preserving environment PATH

2005-06-25 Thread Junichi Uekawa
Hi, Now I don't grok you. $CHROOTEXEC is just 'chroot' which shouldn't have any effect on the environmental variable which the shell is holding. Err, yeah, sorry. It's not CHROOTEXEC, it's PBUILDERROOTCMD (sudo, su, etc.) that munges the PATH. Removing this PATH over to the

Bug#306448: pbuilder: Support for preserving environment PATH

2005-06-25 Thread Junichi Uekawa
Hi, An additional patch to make this thing work. --- pbuilder-buildpackage 20 Jun 2005 10:39:45 - 1.112 +++ pbuilder-buildpackage 25 Jun 2005 06:27:34 - @@ -32,7 +32,7 @@ fi; if [ -n $BUILDUSERNAME -a -n $BUILDUSERID ]; then -SUTOUSER=su $BUILDUSERNAME -- +

Bug#306448: pbuilder: Support for preserving environment PATH

2005-06-24 Thread Brian Nelson
On Fri, Jun 24, 2005 at 07:55:10AM +0900, Junichi Uekawa wrote: --- pbuilder-buildpackage 21 Apr 2005 23:10:23 - 1.111 +++ pbuilder-buildpackage 20 Jun 2005 10:38:50 - @@ -87,7 +87,6 @@ fi echo - Building the package -export

Bug#306448: pbuilder: Support for preserving environment PATH

2005-06-23 Thread Brian Nelson
On Mon, Jun 20, 2005 at 07:40:22PM +0900, Junichi Uekawa wrote: I'm not sure if there should be a generic environmental variable option or one specific to PATH. I'm inclined to move the default-PATH-setting to a configuration file rather than adding a yet-another-option.

Bug#306448: pbuilder: Support for preserving environment PATH

2005-06-23 Thread Junichi Uekawa
The following change should work fine, no? No... Hmm ? --- pbuilder-buildpackage 21 Apr 2005 23:10:23 - 1.111 +++ pbuilder-buildpackage 20 Jun 2005 10:38:50 - @@ -87,7 +87,6 @@ fi echo - Building the package -export

Bug#306448: pbuilder: Support for preserving environment PATH

2005-06-20 Thread Brian Nelson
On Sat, Jun 18, 2005 at 09:18:30PM +0900, Junichi Uekawa wrote: Hi, Here's a simple patch that adds a --preserve-envpath to pbuilder which prevents the PATH from being clobbered. I'm not sure if there should be a generic environmental variable option or one specific to PATH. I'm

Bug#306448: pbuilder: Support for preserving environment PATH

2005-06-20 Thread Junichi Uekawa
I'm not sure if there should be a generic environmental variable option or one specific to PATH. I'm inclined to move the default-PATH-setting to a configuration file rather than adding a yet-another-option. Thoughts? That would be fine with me. In fact, it would be a better

Bug#306448: pbuilder: Support for preserving environment PATH

2005-06-18 Thread Junichi Uekawa
Hi, Here's a simple patch that adds a --preserve-envpath to pbuilder which prevents the PATH from being clobbered. I'm not sure if there should be a generic environmental variable option or one specific to PATH. I'm inclined to move the default-PATH-setting to a configuration file rather than

Bug#306448: pbuilder: Support for preserving environment PATH

2005-04-26 Thread Brian Nelson
Package: pbuilder Version: 0.127.1 Severity: wishlist Here's a simple patch that adds a --preserve-envpath to pbuilder which prevents the PATH from being clobbered. diff -urN pbuilder-0.127/debian/changelog pbuilder-0.127.1/debian/changelog --- pbuilder-0.127/debian/changelog 2005-04-21