Guido Günther <[email protected]> writes: > On Fri, Nov 29, 2013 at 04:23:23PM +0100, Antonio Ospite wrote:
>> git-pbuilder fails to create or update chroots, this is how I am using >> it: >> $ BUILDER=pbuilder git pbuilder create >> W: /home/ao2/.pbuilderrc does not exist >> E: Unknown option [--dist] was specified >> It looks like this is because in /usr/bin/git-pbuilder (around line 230) >> you are using --dist "$DIST", however the pbuilder and cowbuilder man >> pages only mention the --distribution option, not the --dist one. > It sure works here but I agree that the manpage doesn't mention --dist I > do wonder why it works here and not for you though. I've changed this in > git but maybe Russ has an idea why --dist doesn't work for you. Huh, I have no idea, but --distribution does appear to be the correct flag. I'll fix git-pbuilder in my version as well and release 1.31. -- Russ Allbery ([email protected]) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

