6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-12-13 06:37:46 +00:00
tutor/tutor
Régis Behmo 325c1037c0 Fix missing webpack-stats.json in openedx Docker image
In CI, the webpack-stats.json file sometimes contains just:

    {"status":"compiling"}

This was due to the fact that the `subprocess.call(...)` command in
openedx-assets did not check whether the command was killed -- for lack
of memory for instance. This is resolved by replacing "call(...)" by
"check_call(...)".
2020-06-16 06:22:12 +02:00
..
commands v10.0.0 Upgrade to Juniper (2020-06-15) 2020-06-15 10:19:07 +02:00
templates Fix missing webpack-stats.json in openedx Docker image 2020-06-16 06:22:12 +02:00
__about__.py v10.0.1 (2020-06-15) 2020-06-15 17:59:27 +02:00
__init__.py Tutor v3 complete rewrite 2019-02-09 20:30:01 +01:00
config.py v10.0.0 Upgrade to Juniper (2020-06-15) 2020-06-15 10:19:07 +02:00
env.py Fix KeyError when running `local quickstart` for the first time 2020-06-15 17:57:14 +02:00
exceptions.py Tutor v3 complete rewrite 2019-02-09 20:30:01 +01:00
fmt.py env.py refactoring 2020-01-16 15:07:35 +01:00
images.py Better dev environment 2019-10-24 20:03:36 +02:00
interactive.py v10.0.0 Upgrade to Juniper (2020-06-15) 2020-06-15 10:19:07 +02:00
plugins.py env.py refactoring 2020-01-16 15:07:35 +01:00
scripts.py Add --limit=myplugin option to init commands 2020-06-02 14:30:06 +02:00
serialize.py Improve job running in local and k8s 2020-04-25 23:12:42 +02:00
utils.py v10.0.0 Upgrade to Juniper (2020-06-15) 2020-06-15 10:19:07 +02:00