From c754d504cb3825ab00fe82cf40b2352d21818bda Mon Sep 17 00:00:00 2001 From: Lauren Perry Date: Fri, 9 Jan 2015 16:43:40 +0000 Subject: Obtain Gerrit user identity and Gerrit URL from firehose.morph during deployment, rather than hardcoding values, and remove changing of git identity, which is now also set in firehose.morph --- firehose.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firehose.sh') diff --git a/firehose.sh b/firehose.sh index 4d272d3..a61ba6c 100755 --- a/firehose.sh +++ b/firehose.sh @@ -18,4 +18,4 @@ PYTHONPATH="${BASE}${PYTHONPATH:+:${PYTHONPATH}}:" export PYTHONPATH -exec ${MORPH} firehose "$@" +exec ${MORPH} firehose "$@" --config=/etc/firehose.conf -- cgit v1.2.1