Commit 38728e6b by Ned Batchelder

Use 'Open edX release' terminology

parent d4b95f76
...@@ -42,8 +42,9 @@ Upgrades your Open edX installation to a newer release. ...@@ -42,8 +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. Named releases are Upgrade to the given git ref. You must specify this. Open edX releases are
called "named-release/cypress", "named-release/dogwood.rc2", and so on. called "open-release/eucalyptus.1", "open-release/eucalyptus.latest", and
so on.
-y -y
Run in non-interactive mode (reply "yes" to all questions) Run in non-interactive mode (reply "yes" to all questions)
...@@ -98,9 +99,9 @@ fi ...@@ -98,9 +99,9 @@ fi
if [[ $TARGET == none ]]; then if [[ $TARGET == none ]]; then
cat <<"EOM" cat <<"EOM"
You must specify a target. This should be the next named release after the one You must specify a target. This should be the next Open edX release after the
you are currently running. This script can only move forward one release at one you are currently running. This script can only move forward one release
a time. at a time.
EOM EOM
show_help show_help
exit_cleanly 1 exit_cleanly 1
......
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