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
OpenEdx
configuration
Commits
9bf3b176
Commit
9bf3b176
authored
Aug 18, 2016
by
Ned Batchelder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Default -t to OPENEDX_RELEASE
parent
38728e6b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
util/vagrant/upgrade.sh
+4
-4
No files found.
util/vagrant/upgrade.sh
View file @
9bf3b176
...
...
@@ -9,7 +9,7 @@ exec > >(sudo tee /var/log/edx/upgrade-$(date +%Y%m%d-%H%M%S).log) 2>&1
# defaults
CONFIGURATION
=
"none"
TARGET
=
"none"
TARGET
=
${
OPENEDX_RELEASE
-none
}
INTERACTIVE
=
true
OPENEDX_ROOT
=
"/edx"
...
...
@@ -42,9 +42,9 @@ Upgrades your Open edX installation to a newer release.
must specify this.
-t TARGET
Upgrade to the given git ref.
You must specify this. Open edX releases are
called "open-release/eucalyptus.1", "open-release/eucalyptus.latest", and
so on
.
Upgrade to the given git ref.
Open edX releases are called
"open-release/eucalyptus.1", "open-release/eucalyptus.latest", and so on.
Defaults to \
$OPENEDX_RELEASE
if it is defined
.
-y
Run in non-interactive mode (reply "yes" to all questions)
...
...
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