aboutsummaryrefslogtreecommitdiff
path: root/tcwg-make-gcc-release-tag.yaml
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2017-04-20 11:16:22 +0200
committerYvan Roux <yvan.roux@linaro.org>2017-04-20 11:16:22 +0200
commit1aa6048adb498f06577b5ed93001b25530d497c5 (patch)
tree7a222fc753399e02019048a94dba507a1e8ac587 /tcwg-make-gcc-release-tag.yaml
parent17dd7128c0a9d3d773a60ace3b9b866e08afac5f (diff)
tcwg-make-gcc-release-tag: Disable verbosity.
Change-Id: I210f65e0512bfc53e6cba9b30d830b0c59d1eda5
Diffstat (limited to 'tcwg-make-gcc-release-tag.yaml')
-rw-r--r--tcwg-make-gcc-release-tag.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-make-gcc-release-tag.yaml b/tcwg-make-gcc-release-tag.yaml
index bb077a01..501faace 100644
--- a/tcwg-make-gcc-release-tag.yaml
+++ b/tcwg-make-gcc-release-tag.yaml
@@ -81,7 +81,7 @@
fi
git remote add gerrit ssh://tcwg-buildslave@review.linaro.org:29418/toolchain/gcc
- FLAGS="-v -v -v -t $gcc_ref -e gerrit"
+ FLAGS="-t $gcc_ref -e gerrit"
case "$tag_kind" in
snapshot) FLAGS="$FLAGS -R" ;;