Re: pbuilder help (bug 334877)
Hi,
>
> Well, this build takes a long time (at least 45 minutes from start to
> failure). I'm getting tired of trying over and over again; it took me
> about four hours of compiling to prove certainly that Blars suggestion
> wouldn't work.
>
> Can you give me a hook script that will give an interactive shell? I
> tried the obvious:
>
> #!/bin/sh
> /bin/bash
>
Heh, I was very slow to read this mail; but it's available in
/usr/share/doc/pbuilder/examples/C10shell
which looks like:
#!/bin/bash
# invoke shell if build fails.
/bin/bash </dev/tty > /dev/tty
regards,
junichi
Reply to: