Commit cd05e067 by shuangcheng

Merge branch 'open-release-mongol/ginkgo.2' of…

Merge branch 'open-release-mongol/ginkgo.2' of https://git.orhontech.com/edx/edx-platform into open-release-mongol/ginkgo.2
parents 6e5d4ab4 565628b0
...@@ -14,7 +14,7 @@ from .utils.envs import Env ...@@ -14,7 +14,7 @@ from .utils.envs import Env
from .utils.timer import timed from .utils.timer import timed
PREREQS_STATE_DIR = os.getenv('PREREQ_CACHE_DIR', Env.REPO_ROOT / '.prereqs_cache') PREREQS_STATE_DIR = os.getenv('PREREQ_CACHE_DIR', Env.REPO_ROOT / '.prereqs_cache')
NPM_REGISTRY = "https://registry.npm.taobao.org" NPM_REGISTRY = "http://registry.npmjs.org"
NO_PREREQ_MESSAGE = "NO_PREREQ_INSTALL is set, not installing prereqs" NO_PREREQ_MESSAGE = "NO_PREREQ_INSTALL is set, not installing prereqs"
NO_PYTHON_UNINSTALL_MESSAGE = 'NO_PYTHON_UNINSTALL is set. No attempts will be made to uninstall old Python libs.' NO_PYTHON_UNINSTALL_MESSAGE = 'NO_PYTHON_UNINSTALL is set. No attempts will be made to uninstall old Python libs.'
COVERAGE_REQ_FILE = 'requirements/edx/coverage.txt' COVERAGE_REQ_FILE = 'requirements/edx/coverage.txt'
......
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