Re: Does pbuilder need to be run for each build?

2010-10-13 Thread Yaroslav Halchenko
just .1 cent -- you can conveniently invoke pbuilder while using s-bp: *$ man svn-buildpackage | grep -e '--svn-builder=' --svn-builder=COMMAND svn-buildpackage --svn-ignore-new --svn-builder=pdebuild On Wed, 13 Oct 2010, Andreas Tille wrote: You should use pbuilder at least

Re: Does pbuilder need to be run for each build?

2010-10-13 Thread Andreas Tille
On Wed, Oct 13, 2010 at 10:05:49AM -0400, Yaroslav Halchenko wrote: On Wed, 13 Oct 2010, Andreas Tille wrote: You should use pbuilder at least once to make sure the Build-Dependencies are valid. I would make it further -- you would need to pdebuild the package prior any Which you do you

Re: Does pbuilder need to be run for each build?

2010-10-13 Thread Yaroslav Halchenko
On Wed, 13 Oct 2010, Andreas Tille wrote: Which you do you mean. ;-) sorry, I was not clear indeed. Primarily I meant sponsee, although, as you pointed out, it is also relevant for the sponsor as well ;) and I'm doing so. But the sponsee is not uploading and so there is no real need to

Re: Does pbuilder need to be run for each build?

2010-10-13 Thread Misha Koshelev
Thanks. To get the below command to work I had to modify my sudoers file as follows: sudo visudo: Cmnd_Alias PBUILDER = /usr/sbin/pbuilder, /usr/bin/pdebuild, /usr/bin/debuild-pbuilder misha ALL=(ALL) NOPASSWD: PBUILDER misha ALL=(ALL) SETENV: PBUILDER specifically, I had to add the SETENV