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
3c88573c
Commit
3c88573c
authored
Oct 11, 2013
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sourcing ascii-convert.sh
parent
8a1175c7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
5 deletions
+13
-5
util/jenkins/ansible-configure.sh
+6
-3
util/jenkins/ansible-provision.sh
+7
-2
No files found.
util/jenkins/ansible-configure.sh
View file @
3c88573c
...
...
@@ -18,9 +18,12 @@
export
BOTO_CONFIG
=
/var/lib/jenkins/
${
aws_account
}
.boto
dir
=
$(
dirname
$0
)
source
"
${
dir
}
/ascii-convert.sh"
if
[[
-z
$WORKSPACE
]]
;
then
dir
=
$(
dirname
$0
)
source
"
$dir
/ascii-convert.sh"
else
source
"
$WORKSPACE
/util/jenkins/ascii-convert.sh"
fi
if
[[
-z
$dns_name
]]
;
then
echo
"The hostname is required to know what machine to configure"
...
...
util/jenkins/ansible-provision.sh
View file @
3c88573c
...
...
@@ -19,8 +19,13 @@
# - name_tag
export
BOTO_CONFIG
=
/var/lib/jenkins/
${
aws_account
}
.boto
dir
=
$(
dirname
$0
)
source
"
${
dir
}
/ascii-convert.sh"
if
[[
-z
$WORKSPACE
]]
;
then
dir
=
$(
dirname
$0
)
source
"
$dir
/ascii-convert.sh"
else
source
"
$WORKSPACE
/util/jenkins/ascii-convert.sh"
fi
if
[[
-z
$github_username
]]
;
then
github_username
=
$BUILD_USER_ID
...
...
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