You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitogen/mitogen
David Wilson 884a72ee86 issue #277: core: move Darwin versioner check into first stage
The 'versioner.c' dodging check added in 0ef23d86 was wrong, since the
check occurred on the host machine, when the fix actually needs to apply
to the Darwin target.

Fixes ability to target OS X from a Red Hat controller, manifesting as
an error like:

    D mitogen: mitogen.parent.TtyLogStream('local.2472'):  'python(mitogen:dmw@localhost.localdomain:2449): realpath couldn\'t resolve "/usr/bin/python(mitogen:dmw@localhost.localdomain:2449)"'

The "realpath couldn't resolve" error comes from versioner.c:

    https://opensource.apple.com/source/perl/perl-104/versioner/versioner.c
6 years ago
..
compat Import v2.7.11 tokenize.py for use on older Pythons; closes #189. 7 years ago
__init__.py docs: tidy ups 6 years ago
core.py core: race during Receiver construction. 6 years ago
debug.py Get integration tests running under 2.6. 6 years ago
docker.py issue #186: initial version of subtree detachment. 7 years ago
fakessh.py docs: tidy ups 6 years ago
fork.py fork: avoid another logging deadlock at startup. 6 years ago
jail.py issue #186: initial version of subtree detachment. 7 years ago
lxc.py issue #186: initial version of subtree detachment. 7 years ago
master.py master: reduce module verbosity somewhat. 6 years ago
minify.py parent: split out minify.py and add stub where master can install it. 6 years ago
parent.py issue #277: core: move Darwin versioner check into first stage 6 years ago
select.py select: add missing get(block=..) parameter. 6 years ago
service.py service: fix SerializedInvoker CallError handling. 6 years ago
setns.py issue #186: initial version of subtree detachment. 7 years ago
ssh.py issue #277: core: move Darwin versioner check into first stage 6 years ago
su.py issue #186: initial version of subtree detachment. 7 years ago
sudo.py issue #186: initial version of subtree detachment. 7 years ago
unix.py issue #132: initial unidirectional routing mode. 7 years ago
utils.py Get integration tests running under 2.6. 6 years ago