The man page update is available in the packages, so I'll close this
issue as fix released.
** Changed in: pbuilder (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.lau
** Branch linked: lp:debian/sid/pbuilder
--
--bindmounts does not accept space-delimited list
https://bugs.launchpad.net/bugs/376612
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.co
I agree about your idea on putting quoting notes in a central section.
Thanks for the commit.
--
--bindmounts does not accept space-delimited list
https://bugs.launchpad.net/bugs/376612
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
I fixed that in the upstream git repo now for consistency, so
--bindmounts now mentions that you need quotes. However I'm not sure
this will stay forever, general quoting advice might move to a separate
section related to shell usage in the future -- I don't think it's very
elegant to remind of th
Loïc, thanks for the explanation regarding quoting.
However, my opinion is that the man-page should mention the necessity of
quoting. In fact, it does so for the --removepackages option which
accepts a space-delimited list as well, but misses that information for
--bindmounts (and --extrapackages
You need to quote the list for your shell, e.g.:
--bindmounts "foo bar"
This wont work:
--bindmounts foo bar
This is because pbuilder gets two arguments in the first case and three
in the second case.
Closing this bug; let me know if you think this is still an issue.
Thanks,
** Changed in: