mirror of https://git.ffmpeg.org/ffmpeg.git
fate.sh: Run git-pull in quiet mode to avoid console spam.
Since fate.sh can be run from cron, silent commands are preferrable.
This commit is contained in:
parent
be64629a13
commit
12ad0677b4
|
@ -35,7 +35,7 @@ checkout(){
|
||||||
update()(
|
update()(
|
||||||
cd ${src} || return
|
cd ${src} || return
|
||||||
case "$repo" in
|
case "$repo" in
|
||||||
git:*) git pull ;;
|
git:*) git pull --quiet ;;
|
||||||
esac
|
esac
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue