Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
d439da44
Commit
d439da44
authored
Feb 24, 2017
by
David Ormsbee
Committed by
GitHub
Feb 24, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14583 from edx/ormsbee/remove_dealer_git_for_lms
Remove dealer.git use for LMS.
parents
446f13c8
4dc087ae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
lms/envs/common.py
+0
-11
No files found.
lms/envs/common.py
View file @
d439da44
...
...
@@ -38,7 +38,6 @@ from warnings import simplefilter
from
django.utils.translation
import
ugettext_lazy
as
_
from
.discussionsettings
import
*
import
dealer.git
from
xmodule.modulestore.modulestore_settings
import
update_module_store_settings
from
xmodule.modulestore.edit_info
import
EditInfoMixin
from
xmodule.mixin
import
LicenseMixin
...
...
@@ -826,16 +825,6 @@ CONTACT_MAILING_ADDRESS = ''
ADMINS
=
()
MANAGERS
=
ADMINS
EDX_PLATFORM_REVISION
=
os
.
environ
.
get
(
'EDX_PLATFORM_REVISION'
)
if
not
EDX_PLATFORM_REVISION
:
try
:
# Get git revision of the current file
EDX_PLATFORM_REVISION
=
dealer
.
git
.
Backend
(
path
=
REPO_ROOT
)
.
revision
except
TypeError
:
# Not a git repository
EDX_PLATFORM_REVISION
=
'unknown'
# Static content
STATIC_URL
=
'/static/'
STATIC_ROOT
=
ENV_ROOT
/
"staticfiles"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment