Commit 07b3e6d3 by Ned Batchelder

Pin IDAs to OPENEDX_RELEASE, and remove edx-notes-api from native install

(cherry picked from commit a8bd50f9)
parent 6ec18d7a
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
- notifier - notifier
- analytics_api - analytics_api
- insights - insights
- edx_notes_api # not ready yet: - edx_notes_api
- demo - demo
- oauth_client_setup - oauth_client_setup
- oraclejdk - oraclejdk
......
...@@ -49,6 +49,9 @@ if [ -n "$OPENEDX_RELEASE" ]; then ...@@ -49,6 +49,9 @@ if [ -n "$OPENEDX_RELEASE" ]; then
-e forum_version=$OPENEDX_RELEASE \ -e forum_version=$OPENEDX_RELEASE \
-e xqueue_version=$OPENEDX_RELEASE \ -e xqueue_version=$OPENEDX_RELEASE \
-e configuration_version=$OPENEDX_RELEASE \ -e configuration_version=$OPENEDX_RELEASE \
-e NOTIFIER_VERSION=$OPENEDX_RELEASE \
-e INSIGHTS_VERSION=$OPENEDX_RELEASE \
-e ANALYTICS_API_VERSION=$OPENEDX_RELEASE \
$EXTRA_VARS" $EXTRA_VARS"
CONFIG_VER=$OPENEDX_RELEASE CONFIG_VER=$OPENEDX_RELEASE
else else
......
...@@ -77,6 +77,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| ...@@ -77,6 +77,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
certs_version: ENV['OPENEDX_RELEASE'], certs_version: ENV['OPENEDX_RELEASE'],
forum_version: ENV['OPENEDX_RELEASE'], forum_version: ENV['OPENEDX_RELEASE'],
xqueue_version: ENV['OPENEDX_RELEASE'], xqueue_version: ENV['OPENEDX_RELEASE'],
NOTIFIER_VERSION: ENV['OPENEDX_RELEASE'],
ECOMMERCE_VERSION: ENV['OPENEDX_RELEASE'], ECOMMERCE_VERSION: ENV['OPENEDX_RELEASE'],
PROGRAMS_VERSION: ENV['OPENEDX_RELEASE'], PROGRAMS_VERSION: ENV['OPENEDX_RELEASE'],
} }
......
...@@ -24,6 +24,7 @@ if [ -n "$OPENEDX_RELEASE" ]; then ...@@ -24,6 +24,7 @@ if [ -n "$OPENEDX_RELEASE" ]; then
-e certs_version=$OPENEDX_RELEASE \ -e certs_version=$OPENEDX_RELEASE \
-e forum_version=$OPENEDX_RELEASE \ -e forum_version=$OPENEDX_RELEASE \
-e xqueue_version=$OPENEDX_RELEASE \ -e xqueue_version=$OPENEDX_RELEASE \
-e NOTIFIER_VERSION=$OPENEDX_RELEASE \
-e ECOMMERCE_VERSION=$OPENEDX_RELEASE \ -e ECOMMERCE_VERSION=$OPENEDX_RELEASE \
-e PROGRAMS_VERSION=$OPENEDX_RELEASE \ -e PROGRAMS_VERSION=$OPENEDX_RELEASE \
" "
......
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