Skip to content

Commit

Permalink
Merge pull request grpc#7308 from ctiller/moovee
Browse files Browse the repository at this point in the history
Prep for making GA video
  • Loading branch information
nicolasnoble authored Aug 18, 2016
2 parents f4112fc + 8a3df2e commit f906e55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions tools/gource/gen-all-logs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ do
git clone https://github.com/grpc/$repo.git
cd $repo
gource --output-custom-log $tmpdir/logs/$repo
sed -i .backup "s,\|/,\|/$repo/,g" $tmpdir/logs/$repo
sed -i "s,|/,|/$repo/,g" $tmpdir/logs/$repo
done
rm $tmpdir/logs/*.backup
cat $tmpdir/logs/* | sort -n > $outdir/all-logs.txt
2 changes: 1 addition & 1 deletion tools/gource/gource.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gource \
--max-file-lag 0.05 \
--max-files 0 \
-e 0.01 \
--hide filenames,dirnames \
--hide filenames,dirnames,mouse,progress \
--disable-auto-rotate \
--file-filter '/grpc/doc/ref' \
$*
2 changes: 1 addition & 1 deletion tools/gource/make-video.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $(dirname $0)/gource.sh \
--stop-at-end \
--output-ppm-stream - \
$@ | \
ffmpeg \
avconv \
-y \
-r 60 \
-f image2pipe \
Expand Down

0 comments on commit f906e55

Please sign in to comment.