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
7715d789
Commit
7715d789
authored
Jul 11, 2018
by
Ned Batchelder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the indentation
parent
f29e3937
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
20 deletions
+20
-20
util/install/native.sh
+20
-20
No files found.
util/install/native.sh
View file @
7715d789
...
...
@@ -47,29 +47,29 @@ sudo -H pip install --upgrade virtualenv==15.2.0
## individually, or with $OPENEDX_RELEASE.
##
VERSION_VARS
=(
edx_platform_version
certs_version
forum_version
xqueue_version
configuration_version
demo_version
NOTIFIER_VERSION
INSIGHTS_VERSION
ANALYTICS_API_VERSION
ECOMMERCE_VERSION
ECOMMERCE_WORKER_VERSION
DISCOVERY_VERSION
THEMES_VERSION
edx_platform_version
certs_version
forum_version
xqueue_version
configuration_version
demo_version
NOTIFIER_VERSION
INSIGHTS_VERSION
ANALYTICS_API_VERSION
ECOMMERCE_VERSION
ECOMMERCE_WORKER_VERSION
DISCOVERY_VERSION
THEMES_VERSION
)
for
var
in
${
VERSION_VARS
[@]
}
;
do
# Each variable can be overridden by a similarly-named environment variable,
# or OPENEDX_RELEASE, if provided.
ENV_VAR
=
$(
echo
$var
| tr
'[:lower:]'
'[:upper:]'
)
eval
override
=
\$
{
$ENV_VAR
-
\$
OPENEDX_RELEASE
}
if
[
-n
"
$override
"
]
;
then
EXTRA_VARS
=
"-e
$var
=
$override
$EXTRA_VARS
"
fi
# Each variable can be overridden by a similarly-named environment variable,
# or OPENEDX_RELEASE, if provided.
ENV_VAR
=
$(
echo
$var
| tr
'[:lower:]'
'[:upper:]'
)
eval
override
=
\$
{
$ENV_VAR
-
\$
OPENEDX_RELEASE
}
if
[
-n
"
$override
"
]
;
then
EXTRA_VARS
=
"-e
$var
=
$override
$EXTRA_VARS
"
fi
done
# my-passwords.yml is the file made by generate-passwords.sh.
...
...
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