summaryrefslogtreecommitdiff
path: root/firehose.configure
diff options
context:
space:
mode:
authorBob Mottram <bob.mottram@codethink.co.uk>2015-03-31 12:21:48 +0100
committerFrancisco Redondo <francisco.marchena@codethink.co.uk>2015-06-11 16:01:37 +0000
commit5a6c1a08d1b9a0ff76215cace56e15114cf5a59e (patch)
tree579d1a889b4c4aa199cc3b459e8b1ab05f3814f6 /firehose.configure
parente9be89d2d8ec884d890e9db90e37de3981f3b83e (diff)
downloadfirehose-5a6c1a08d1b9a0ff76215cace56e15114cf5a59e.tar.gz
Change underscores to dashes
To be compliant with the baserock convention Change-Id: I9e6830c48fa1939a4bc8409faaaed964208f897b
Diffstat (limited to 'firehose.configure')
-rw-r--r--firehose.configure9
1 files changed, 4 insertions, 5 deletions
diff --git a/firehose.configure b/firehose.configure
index 7d129dd..9c809f6 100644
--- a/firehose.configure
+++ b/firehose.configure
@@ -46,10 +46,10 @@ fi
# Create firehose.conf to store parameters obtained from .morph file
cat >>"$ROOT/etc/firehose.conf" <<EOF
[config]
-gerrit_username = $GERRIT_USERNAME
-gerrit_url = $GERRIT_URL
-git_username = $GIT_USERNAME
-git_email = $GIT_EMAIL
+gerrit-username = $GERRIT_USERNAME
+gerrit-url = $GERRIT_URL
+git-username = $GIT_USERNAME
+git-email = $GIT_EMAIL
EOF
# Become firehose user
@@ -60,4 +60,3 @@ cat >>"$ROOT/home/firehose/.gitconfig" <<EOF
git config --global user.name "$GIT_USER"
git config --global user.email "$GIT_EMAIL"
EOF
-