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 2c74eac19a issue #291: more Ansible-compatible script invocation
When running any kind of script, rewrite the hashbang like Ansible does,
but subsequently ignore it and explicitly use a fragment of shell from
the ansible_*_interpreter variable to call the interpreter, just like
Ansible does.

This fixes hashbangs containing '/usr/bin/env A=1 bash' on Linux, where
putting that into a hashbang line results in an infinite loop.
8 years ago
.travis Updated Travis Config to use Ansible 2.6.1, Added build status in readme 8 years ago
ansible_mitogen issue #291: more Ansible-compatible script invocation 8 years ago
docs issue #291: more Ansible-compatible script invocation 8 years ago
examples examples: fix mitogen-fuse on 2.x. 8 years ago
mitogen issue #310: fix negative imports on Python 3.x. 8 years ago
tests issue #301: add related test. 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 Updated Travis Config to use Ansible 2.6.1, Added build status in readme 8 years ago
LICENSE Add license text everywhere. 8 years ago
README.md commented out travis badge 8 years ago
dev_requirements.txt Updated Travis Config to use Ansible 2.6.1, Added build status in readme 8 years ago
preamble_size.py Initial Python 3.x port work. 8 years ago
run_tests Record ulimit -a in run_test output. 8 years ago
setup.cfg Ignore another annoying flake8 message. 8 years ago
setup.py Update trove classifiers. 8 years ago
tox.ini Fix invocation of test runner by tox 8 years ago

README.md