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
264a5b55
Commit
264a5b55
authored
Jul 16, 2012
by
Victor Shnayder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix repo paths (to data/)
parent
3f356bfb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
cms/envs/dev.py
+5
-7
No files found.
cms/envs/dev.py
View file @
264a5b55
...
@@ -29,39 +29,37 @@ DATABASES = {
...
@@ -29,39 +29,37 @@ DATABASES = {
}
}
}
}
REPO_ROOT
=
ENV_ROOT
/
"content"
REPOS
=
{
REPOS
=
{
'edx4edx'
:
{
'edx4edx'
:
{
'path'
:
REPO_ROOT
/
"edx4edx"
,
'path'
:
DATA_DIR
/
"edx4edx"
,
'org'
:
'edx'
,
'org'
:
'edx'
,
'course'
:
'edx4edx'
,
'course'
:
'edx4edx'
,
'branch'
:
'for_cms'
,
'branch'
:
'for_cms'
,
'origin'
:
'git@github.com:MITx/edx4edx.git'
,
'origin'
:
'git@github.com:MITx/edx4edx.git'
,
},
},
'6002x-fall-2012'
:
{
'6002x-fall-2012'
:
{
'path'
:
REPO_ROOT
/
'6002x-fall-2012'
,
'path'
:
DATA_DIR
/
'6002x-fall-2012'
,
'org'
:
'mit.edu'
,
'org'
:
'mit.edu'
,
'course'
:
'6.002x'
,
'course'
:
'6.002x'
,
'branch'
:
'for_cms'
,
'branch'
:
'for_cms'
,
'origin'
:
'git@github.com:MITx/6002x-fall-2012.git'
,
'origin'
:
'git@github.com:MITx/6002x-fall-2012.git'
,
},
},
'6.00x'
:
{
'6.00x'
:
{
'path'
:
REPO_ROOT
/
'6.00x'
,
'path'
:
DATA_DIR
/
'6.00x'
,
'org'
:
'mit.edu'
,
'org'
:
'mit.edu'
,
'course'
:
'6.00x'
,
'course'
:
'6.00x'
,
'branch'
:
'for_cms'
,
'branch'
:
'for_cms'
,
'origin'
:
'git@github.com:MITx/6.00x.git'
,
'origin'
:
'git@github.com:MITx/6.00x.git'
,
},
},
'7.00x'
:
{
'7.00x'
:
{
'path'
:
REPO_ROOT
/
'7.00x'
,
'path'
:
DATA_DIR
/
'7.00x'
,
'org'
:
'mit.edu'
,
'org'
:
'mit.edu'
,
'course'
:
'7.00x'
,
'course'
:
'7.00x'
,
'branch'
:
'for_cms'
,
'branch'
:
'for_cms'
,
'origin'
:
'git@github.com:MITx/7.00x.git'
,
'origin'
:
'git@github.com:MITx/7.00x.git'
,
},
},
'3.091x'
:
{
'3.091x'
:
{
'path'
:
REPO_ROOT
/
'3.091x'
,
'path'
:
DATA_DIR
/
'3.091x'
,
'org'
:
'mit.edu'
,
'org'
:
'mit.edu'
,
'course'
:
'3.091x'
,
'course'
:
'3.091x'
,
'branch'
:
'for_cms'
,
'branch'
:
'for_cms'
,
...
...
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