pkgcore / pychroot

a python library and cli tool that simplify chroot handling
https://pkgcore.github.io/pychroot/
BSD 3-Clause "New" or "Revised" License
32 stars 7 forks source link

"pychroot -B ..." went unsupported? #9

Closed hartwork closed 9 years ago

hartwork commented 9 years ago

Hi!

The docs advertise a command

sudo pychroot -B /home/user1 ~/chroot

but it seems that -B is not (or no longer?) supported:

# pychroot -B /home/user1 ~/chroot
usage: pychroot [-h] path [command [command ...]]
pychroot: error: unrecognized arguments: -B

# pychroot --help
usage: pychroot [-h] path [command [command ...]]

A simple chroot(1) workalike

positional arguments:
  path        path to newroot
  command     optional command to run

optional arguments:
  -h, --help  show this help message and exit

Am I missing something?

I'm running version 0.9.9 on Gentoo.

hartwork commented 9 years ago

I found 0dd6ddca4131aff299e0f69b12a3cbad11771cb3 now. It would be cool to have a new release with that feature.

radhermit commented 9 years ago

Ask and you shall receive... 0.9.10 tagged, on pypi, and in the main gentoo repo.

hartwork commented 9 years ago

Very nice, thank you!