Bug#778334: A hook not executed for no obvious reason

2015-10-03 Thread Mattia Rizzolo
user pbuil...@packages.debian.org usertag 778334 + pbuilder tags 778334 + moreinfo thanks On Fri, Feb 13, 2015 at 05:56:19PM +0100, Eduard Bloch wrote: > $ ls /tmp/hooks/ > A01getshell > $ chmod +x /tmp/hooks/* > $ cat /tmp/hooks/A01getshell > #!/bin/sh > /bin/bash As Thorsten pointed out in

Bug#778334: A hook not executed for no obvious reason

2015-02-13 Thread Eduard Bloch
Package: pbuilder Version: 0.215+nmu3 Severity: normal $ ls /tmp/hooks/ A01getshell $ chmod +x /tmp/hooks/* $ cat /tmp/hooks/A01getshell #!/bin/sh /bin/bash $ sudo pbuilder --build --hookdir /tmp/hooks --basetgz /var/cache/pbuilder/base-amd64-stable.tgz --distribution stable

Bug#778334: A hook not executed for no obvious reason

2015-02-13 Thread Thorsten Glaser
Eduard Bloch dixit: So, what's wrong, where is my shell? It’s executed, but you don’t get an interactive shell from an “A” hook. For binNMU’ing, I use this: tg@blau:~ $ cat /usr/src/contrib/hosted/tg/deb/hookdir/A50wait #!/bin/bash # $MirOS: contrib/hosted/tg/deb/hookdir/A50wait,v 1.3