Mirror of mitogen
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.
 
 
 
Go to file
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
8 years ago
.travis Revert "try to catch EINTR on travis" 8 years ago
ansible_mitogen Merge pull request #282 from dw/issue278 8 years ago
docs issue #278: ansible: support mitogen_ssh_debug_level variable. 8 years ago
examples service: v2. Closes #213 8 years ago
mitogen issue #277: core: move Darwin versioner check into first stage 8 years ago
tests Merge pull request #282 from dw/issue278 8 years ago
.gitignore docs: fix intensely annoying _prefix, 2 years later. 8 years ago
.lgtm.yml compat: ignore LGTM checks on third party 8 years ago
.travis.yml issue #179: ec0_receive() and connect_bootstrap() should use deadline. 8 years ago
ChangeLog docs: add initial ChangeLog. 8 years ago
LICENSE Add license text everywhere. 8 years ago
README.md README: move testing bits into tests directory. 8 years ago
dev_requirements.txt tests: add debops to requirements 8 years ago
preamble_size.py Add select to preamble_size 8 years ago
run_tests issue #164: rename 'test' to 'run_tests' to avoid tab complete conflict 8 years ago
setup.cfg Ignore another annoying flake8 message. 8 years ago
setup.py setup: Add missing os import 8 years ago
tox.ini Fix invocation of test runner by tox 8 years ago

README.md