You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
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:
@@ -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
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user