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
818388c0
Commit
818388c0
authored
Sep 14, 2016
by
Stu Young
Committed by
GitHub
Sep 14, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3380 from edx/estute/fix-packer-ami-scripts
copy github.txt onto target machine
parents
cd643579
88823716
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
0 deletions
+16
-0
util/packer/harprofiler.json
+4
-0
util/packer/jenkins_worker.json
+4
-0
util/packer/jenkins_worker_simple.json
+4
-0
util/packer/jenkins_worker_sitespeedio.json
+4
-0
No files found.
util/packer/harprofiler.json
View file @
818388c0
...
...
@@ -27,6 +27,10 @@
"source"
:
"../../requirements.txt"
,
"destination"
:
"{{user `playbook_remote_dir`}}/requirements.txt"
},
{
"type"
:
"file"
,
"source"
:
"../../github.txt"
,
"destination"
:
"{{user `playbook_remote_dir`}}/github.txt"
},
{
"type"
:
"shell"
,
"inline"
:
[
"cd {{user `playbook_remote_dir`}}"
,
"virtualenv packer-venv"
,
...
...
util/packer/jenkins_worker.json
View file @
818388c0
...
...
@@ -44,6 +44,10 @@
"source"
:
"../../requirements.txt"
,
"destination"
:
"{{user `playbook_remote_dir`}}/requirements.txt"
},
{
"type"
:
"file"
,
"source"
:
"../../github.txt"
,
"destination"
:
"{{user `playbook_remote_dir`}}/github.txt"
},
{
"type"
:
"shell"
,
"inline"
:
[
"sudo add-apt-repository ppa:git-core/ppa -y"
]
},
{
...
...
util/packer/jenkins_worker_simple.json
View file @
818388c0
...
...
@@ -40,6 +40,10 @@
"source"
:
"../../requirements.txt"
,
"destination"
:
"{{user `playbook_remote_dir`}}/requirements.txt"
},
{
"type"
:
"file"
,
"source"
:
"../../github.txt"
,
"destination"
:
"{{user `playbook_remote_dir`}}/github.txt"
},
{
"type"
:
"shell"
,
"inline"
:
[
"sudo add-apt-repository ppa:git-core/ppa -y"
]
},
{
...
...
util/packer/jenkins_worker_sitespeedio.json
View file @
818388c0
...
...
@@ -39,6 +39,10 @@
"source"
:
"../../requirements.txt"
,
"destination"
:
"{{user `playbook_remote_dir`}}/requirements.txt"
},
{
"type"
:
"file"
,
"source"
:
"../../github.txt"
,
"destination"
:
"{{user `playbook_remote_dir`}}/github.txt"
},
{
"type"
:
"shell"
,
"inline"
:
[
"sudo add-apt-repository ppa:git-core/ppa -y"
]
},
{
...
...
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