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
abc29f3b
Commit
abc29f3b
authored
May 27, 2015
by
Feanil Patel
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2049 from edx/feanil/migrations_update
Update check-migrations.sh
parents
a28d35e4
d6d6e239
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
util/jenkins/check-migrations.sh
+4
-3
No files found.
util/jenkins/check-migrations.sh
View file @
abc29f3b
...
...
@@ -19,14 +19,14 @@ cd "$WORKSPACE/edx-platform"
pip install
--exists-action
w
-r
requirements/edx/pre.txt
pip install
--exists-action
w
-r
requirements/edx/base.txt
if
[[
-f
requirem
ne
ts/edx/post.txt
]]
;
then
if
[[
-f
requirem
en
ts/edx/post.txt
]]
;
then
pip install
--exists-action
w
-r
requirements/edx/post.txt
fi
if
[[
-f
requirem
ne
ts/edx/repo.txt
]]
;
then
if
[[
-f
requirem
en
ts/edx/repo.txt
]]
;
then
pip install
--exists-action
w
-r
requirements/edx/repo.txt
fi
pip install
--exists-action
w
-r
requirements/edx/github.txt
if
[[
-f
requirem
ne
ts/edx/local.txt
]]
;
then
if
[[
-f
requirem
en
ts/edx/local.txt
]]
;
then
pip install
--exists-action
w
-r
requirements/edx/local.txt
fi
pip install
--exists-action
w
-r
requirements/edx/edx-private.txt
...
...
@@ -68,6 +68,7 @@ extra_var_args+=" -e edxapp_app_dir=${WORKSPACE}"
extra_var_args+
=
" -e edxapp_code_dir=
${
WORKSPACE
}
/edx-platform"
extra_var_args+
=
" -e edxapp_user=jenkins"
extra_var_args+
=
" -e syncdb=
$syncdb
"
extra_var_args+
=
" -e EDXAPP_CFG_DIR=
${
WORKSPACE
}
"
# Generate the json configuration files
ansible-playbook
-c
local
$extra_var_args
--tags
edxapp_cfg
-i
localhost,
-s
-U
jenkins edxapp.yml
...
...
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