Commit 9bf3b176 by Ned Batchelder

Default -t to OPENEDX_RELEASE

parent 38728e6b
...@@ -9,7 +9,7 @@ exec > >(sudo tee /var/log/edx/upgrade-$(date +%Y%m%d-%H%M%S).log) 2>&1 ...@@ -9,7 +9,7 @@ exec > >(sudo tee /var/log/edx/upgrade-$(date +%Y%m%d-%H%M%S).log) 2>&1
# defaults # defaults
CONFIGURATION="none" CONFIGURATION="none"
TARGET="none" TARGET=${OPENEDX_RELEASE-none}
INTERACTIVE=true INTERACTIVE=true
OPENEDX_ROOT="/edx" OPENEDX_ROOT="/edx"
...@@ -42,9 +42,9 @@ Upgrades your Open edX installation to a newer release. ...@@ -42,9 +42,9 @@ Upgrades your Open edX installation to a newer release.
must specify this. must specify this.
-t TARGET -t TARGET
Upgrade to the given git ref. You must specify this. Open edX releases are Upgrade to the given git ref. Open edX releases are called
called "open-release/eucalyptus.1", "open-release/eucalyptus.latest", and "open-release/eucalyptus.1", "open-release/eucalyptus.latest", and so on.
so on. Defaults to \$OPENEDX_RELEASE if it is defined.
-y -y
Run in non-interactive mode (reply "yes" to all questions) Run in non-interactive mode (reply "yes" to all questions)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment