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

Please add --version argument #19

Closed hartwork closed 9 years ago

hartwork commented 9 years ago
# pychroot --version
usage: pychroot [-h] [-B SRC[:DEST]] [-R SRC[:DEST]] [--ro SRC[:DEST]]
                path [command [command ...]]
pychroot: error: too few arguments
radhermit commented 9 years ago

Already done in git for a while, will be in the next release probably coming this weekend.

radhermit commented 9 years ago

Now in 0.9.12 on pypi. If you care about it in Gentoo I'm not sure when I'll get around to that.

hartwork commented 9 years ago

You mean due to the migration to Git? I still need to get that to work myself, too.

radhermit commented 9 years ago

More in that I'm technically devaway atm as I've been focusing on other things like pychroot. :smile:

hartwork commented 9 years ago

If I were to bump pychroot, what would I need to watch out for?

radhermit commented 9 years ago

Not that it would be difficult but doing just pychroot would actually force you to do all snakeoil, pkgcore, pkgcheck, and pychroot bumps due to the common snakeoil dep. :smile:

Most of what's changed shouldn't require major ebuild changes as the live ebuilds are mostly fresh enough to copy/paste them for releases iirc.

Anyway, I can probably do them later tonight.

hartwork commented 9 years ago

Anyway, I can probably do them later tonight.

Yes please please :)

radhermit commented 9 years ago

It's finally in the tree, sorry for the delay.

hartwork commented 9 years ago

Cool!