mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-13 03:12:21 +01:00
txw --quiet
This commit is contained in:
parent
e64718ef0f
commit
6d748681de
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ function bb_repo_upload()
|
||||||
local A
|
local A
|
||||||
|
|
||||||
declare -a REVIEWERS
|
declare -a REVIEWERS
|
||||||
REVIEWERS=$(txw gerrit-getGroupMembers reviewers-buildbot 2> /dev/null | tr " " ",")
|
REVIEWERS=$(txw --quiet gerrit-getGroupMembers reviewers-buildbot 2> /dev/null | tr " " ",")
|
||||||
echo "Reviewers: $REVIEWERS"
|
echo "Reviewers: $REVIEWERS"
|
||||||
echo "Cmd: repo upload --cbr --re=$REVIEWERS ."
|
echo "Cmd: repo upload --cbr --re=$REVIEWERS ."
|
||||||
yes | repo upload --cbr --re=$REVIEWERS .
|
yes | repo upload --cbr --re=$REVIEWERS .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue