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
eb5f7b54
Commit
eb5f7b54
authored
Sep 13, 2013
by
David Baumgold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename edx-platform version variables
parent
be124d7b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
playbooks/roles/edxapp/tasks/deploy.yml
+1
-1
playbooks/roles/edxapp/vars/main.yml
+4
-2
vagrant/shortstack/Vagrantfile
+3
-0
No files found.
playbooks/roles/edxapp/tasks/deploy.yml
View file @
eb5f7b54
...
...
@@ -17,7 +17,7 @@
# Do A Checkout
-
name
:
git checkout edx-platform repo into $app_base_dir
git
:
dest={{edx_platform_code_dir}} repo={{
lms_source_repo}} version={{lms_version
}}
git
:
dest={{edx_platform_code_dir}} repo={{
edx_platform_repo}} version={{edx_platform_commit
}}
tags
:
-
lms
-
cms
...
...
playbooks/roles/edxapp/vars/main.yml
View file @
eb5f7b54
...
...
@@ -198,8 +198,10 @@ edxapp_theme_source_repo: 'https://github.com/Stanford-Online/edx-theme.git'
edxapp_theme_version
:
'
HEAD'
# make this the public URL instead of writable
lms_source_repo
:
https://github.com/edx/edx-platform.git
lms_version
:
'
release'
edx_platform_repo
:
https://github.com/edx/edx-platform.git
# `edx_platform_commit` can be anything that git recognizes as a commit
# reference, including a tag, a branch name, or a commit hash
edx_platform_commit
:
'
release'
local_requirements_file
:
"
{{
edx_platform_code_dir
}}/requirements/edx/local.txt"
pre_requirements_file
:
"
{{
edx_platform_code_dir
}}/requirements/edx/pre.txt"
post_requirements_file
:
"
{{
edx_platform_code_dir
}}/requirements/edx/post.txt"
...
...
vagrant/shortstack/Vagrantfile
View file @
eb5f7b54
...
...
@@ -19,5 +19,8 @@ Vagrant.configure("2") do |config|
ansible
.
playbook
=
"../../playbooks/vagrant-shortstack.yml"
ansible
.
inventory_path
=
"../../playbooks/vagrant/inventory.ini"
ansible
.
verbose
=
"extra"
# to target the master branch of edx-platform, instead of the release branch,
# just uncomment this line
# ansible.extra_vars = { edx_platform_commit: "master" }
end
end
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