Branch: refs/heads/master Home: https://github.com/galaxyproject/ansible-galaxy Commit: 6d31263e7acc4f3e0d9611f1889e7938d1c2ff20 https://github.com/galaxyproject/ansible-galaxy/commit/6d31263e7acc4f3e0d961... Author: Nate Coraor <nate@bx.psu.edu> Date: 2015-03-05 (Thu, 05 Mar 2015) Changed paths: M defaults/main.yml A files/makepyc.py M tasks/clone.yml M tasks/database.yml M tasks/eggs.yml Log Message: ----------- A few additional features for git and running a read-only clone: - Do not allow git to overwrite local clone changes. - Ensure openid_consumer_cache_path defaults to a subdirectory of galaxy_mutable_data_dir - Locate orphaned .pyc files (ones that do not have a corresponding .py file) and remove them. - Compile .py files into bytecode. - Honor the `$GALAXY_EGGS_PATH` environment variable when doing anything with eggs.