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
3352ae7f
Commit
3352ae7f
authored
May 09, 2013
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
repo rename to edx-platform
parent
c765906f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
rakefile
+2
-2
No files found.
rakefile
View file @
3352ae7f
...
@@ -14,8 +14,8 @@ LMS_REPORT_DIR = File.join(REPORT_DIR, "lms")
...
@@ -14,8 +14,8 @@ LMS_REPORT_DIR = File.join(REPORT_DIR, "lms")
# Packaging constants
# Packaging constants
DEPLOY_DIR
=
"/opt/wwc"
DEPLOY_DIR
=
"/opt/wwc"
PACKAGE_NAME
=
"
mitx
"
PACKAGE_NAME
=
"
edx-platform
"
LINK_PATH
=
"/opt/wwc/
mitx
"
LINK_PATH
=
"/opt/wwc/
edx-platform
"
PKG_VERSION
=
"0.1"
PKG_VERSION
=
"0.1"
COMMIT
=
(
ENV
[
"GIT_COMMIT"
]
||
`git rev-parse HEAD`
).
chomp
()[
0
,
10
]
COMMIT
=
(
ENV
[
"GIT_COMMIT"
]
||
`git rev-parse HEAD`
).
chomp
()[
0
,
10
]
BRANCH
=
(
ENV
[
"GIT_BRANCH"
]
||
`git symbolic-ref -q HEAD`
).
chomp
().
gsub
(
'refs/heads/'
,
''
).
gsub
(
'origin/'
,
''
)
BRANCH
=
(
ENV
[
"GIT_BRANCH"
]
||
`git symbolic-ref -q HEAD`
).
chomp
().
gsub
(
'refs/heads/'
,
''
).
gsub
(
'origin/'
,
''
)
...
...
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