aboutsummaryrefslogtreecommitdiff
path: root/tcwg-make-gcc-release-tag.yaml
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2017-04-20 11:29:23 +0200
committerYvan Roux <yvan.roux@linaro.org>2017-04-20 09:29:58 +0000
commit9a31aa31017d9c9f67bed6bb23ccd39dca4b21a2 (patch)
tree031f572f4108337d4a6d504efc419574dd96e095 /tcwg-make-gcc-release-tag.yaml
parentf996d87dc50e1690e56cca6e996b1548bb7cf609 (diff)
tcwg-make-gcc-release-tag: Change TCWG user name.
Change-Id: I6156bd1de2032405b653bd96346d8f0e6ef3deaa
Diffstat (limited to 'tcwg-make-gcc-release-tag.yaml')
-rw-r--r--tcwg-make-gcc-release-tag.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcwg-make-gcc-release-tag.yaml b/tcwg-make-gcc-release-tag.yaml
index 501faace..0f302be4 100644
--- a/tcwg-make-gcc-release-tag.yaml
+++ b/tcwg-make-gcc-release-tag.yaml
@@ -74,8 +74,8 @@
pushd gcc_src
- git config --global user.name "TCWG Buildslave"
- git config --global user.email tcwg-buildslave@linaro.org
+ git config --global user.name "TCWG Automation"
+ git config --global user.email linaro-toolchain@lists.linaro.org
if git remote | grep -q gerrit; then
git remote rm gerrit
fi