Commit 57b3ff9d by Ned Batchelder

Merge pull request #2966 from edx/ned/quiet-compileall

No need to list 5000 lines of compileall
parents 4eb4fb84 2028a847
......@@ -325,7 +325,7 @@
- install:app-requirements
- name: compiling all py files in the edx-platform repo
shell: "{{ edxapp_venv_bin }}/python -m compileall -x .git/.* {{ edxapp_code_dir }}"
shell: "{{ edxapp_venv_bin }}/python -m compileall -q -x .git/.* {{ edxapp_code_dir }}"
sudo_user: "{{ edxapp_user }}"
tags:
- install
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment