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
bafe72a6
Commit
bafe72a6
authored
Jan 10, 2015
by
Edward Zarecor
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1778 from edx/e0d/with-cd
run in a shell
parents
8347b6ff
d34d1779
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
util/jenkins/change-enrollment-course.sh
+1
-1
util/jenkins/change-enrollment.sh
+1
-1
util/jenkins/django-admin.sh
+1
-1
No files found.
util/jenkins/change-enrollment-course.sh
View file @
bafe72a6
...
...
@@ -2,7 +2,7 @@ cd configuration
pip install
-r
requirements.txt
env
ansible
=
"ansible first_in_tag_Name_
${
environment
}
-
${
deployment
}
-worker -i playbooks/ec2.py -u ubuntu -s -U www-data -a"
ansible
=
"ansible first_in_tag_Name_
${
environment
}
-
${
deployment
}
-worker -i playbooks/ec2.py -u ubuntu -s -U www-data -
m shell -
a"
manage
=
"cd /edx/app/edxapp/edx-platform && /edx/bin/python.edxapp /edx/bin/manage.edxapp lms change_enrollment --settings aws"
if
[
"
$noop
"
=
true
]
;
then
...
...
util/jenkins/change-enrollment.sh
View file @
bafe72a6
...
...
@@ -4,7 +4,7 @@ cd configuration
pip install
-r
requirements.txt
env
ansible
=
"ansible -v first_in_tag_Name_
${
environment
}
-
${
deployment
}
-worker -i playbooks/ec2.py -u ubuntu -s -U www-data -a"
ansible
=
"ansible -v first_in_tag_Name_
${
environment
}
-
${
deployment
}
-worker -i playbooks/ec2.py -u ubuntu -s -U www-data -
m shell -
a"
manage
=
"cd /edx/app/edxapp/edx-platform && /edx/bin/python.edxapp /edx/bin/manage.edxapp lms change_enrollment --settings=aws"
noop_switch
=
""
...
...
util/jenkins/django-admin.sh
View file @
bafe72a6
...
...
@@ -4,7 +4,7 @@ cd configuration
pip install
-r
requirements.txt
env
ansible
=
"ansible first_in_tag_Name_
${
environment
}
-
${
deployment
}
-worker -i playbooks/ec2.py -u ubuntu -s -U www-data -a"
ansible
=
"ansible first_in_tag_Name_
${
environment
}
-
${
deployment
}
-worker -i playbooks/ec2.py -u ubuntu -s -U www-data -
m shell -
a"
manage
=
"cd /edx/app/edxapp/edx-platform && /edx/bin/python.edxapp ./manage.py chdir=/edx/app/edxapp/edx-platform"
if
[
"
$service_variant
"
!=
"UNSET"
]
;
then
...
...
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