File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33# This script sets up the edX theme in LMS and CMS.
44
5- REPO_URL=" https:// github.com/ edx/edx-themes"
5+ REPO_URL=" git@ github.com: edx/edx-themes.git "
66THEME_DIR=" /edx/src/edx-themes/edx-platform"
7- DEVSTACK_FILE=" ../edx-platform /lms/envs/devstack .py"
7+ DEVSTACK_FILE=" ./py_configuration_files /lms.py"
88
99# Clone the edx-themes repository into the src directory
1010cd ../src
@@ -24,7 +24,7 @@ sed -i '' "/COMPREHENSIVE_THEME_DIRS = \[/a\\
2424\" $THEME_DIR \" ,
2525" " $DEVSTACK_FILE "
2626sed -i ' ' " s|^# \]|]|" " $DEVSTACK_FILE "
27- sed -i ' ' " s|^# TEMPLATES\[1\]\[\" DIRS\" \] = _make_mako_template_dirs|TEMPLATES[1][\" DIRS\" ] = _make_mako_template_dirs|" " $DEVSTACK_FILE "
27+ sed -i ' ' " s|^# TEMPLATES\[1\]\[\" DIRS\" \] = Derived( _make_mako_template_dirs) |TEMPLATES[1][\" DIRS\" ] = Derived( _make_mako_template_dirs) |" " $DEVSTACK_FILE "
2828sed -i ' ' " s|^# derive_settings(__name__)|derive_settings(__name__)|" " $DEVSTACK_FILE "
2929
3030
You can’t perform that action at this time.
0 commit comments