Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
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
configuration
Commits
b1d59db6
Commit
b1d59db6
authored
Jul 05, 2018
by
Ned Batchelder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Require OPENEDX_RELEASE
parent
b7313f40
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
CHANGELOG.md
+3
-0
util/install/sandbox.sh
+9
-3
No files found.
CHANGELOG.md
View file @
b1d59db6
-
Installation
-
OPENEDX_RELEASE is now required, to prevent accidental installation of master.
-
XQueue
-
XQueue
-
Expose CLOUDWATCH_QUEUE_COUNT_METRIC which is defined XQueue's settings.py for further dictionary structure
-
Expose CLOUDWATCH_QUEUE_COUNT_METRIC which is defined XQueue's settings.py for further dictionary structure
...
...
util/install/sandbox.sh
View file @
b1d59db6
...
@@ -9,11 +9,17 @@
...
@@ -9,11 +9,17 @@
##
##
##
##
## Sanity check
## Sanity check
s
##
##
if
[[
!
$OPENEDX_RELEASE
]]
;
then
echo
"You must define OPENEDX_RELEASE"
exit
fi
if
[[
`
lsb_release
-rs
`
!=
"16.04"
]]
;
then
if
[[
`
lsb_release
-rs
`
!=
"16.04"
]]
;
then
echo
"This script is only known to work on Ubuntu 16.04, exiting..."
;
echo
"This script is only known to work on Ubuntu 16.04, exiting..."
exit
;
exit
fi
fi
##
##
...
...
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