no more "y" in bb_repo_upload

This commit is contained in:
Gaetan Semet 2013-11-18 14:53:47 +01:00
commit 41976ae8bd

View file

@ -56,7 +56,7 @@ function bb_repo_upload()
A=$(printf -- '%s,' ${REVIEWERS[@]})
A=${A%,}
echo "Reviewers: $A"
repo upload --cbr --re=$A .
yes | repo upload --cbr --re=$A .
}
function bb_merge_staging_main()