blob: a7040bd034c0a022ab3a3fc70ac8560472040ba0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#!/bin/bash
export LOGFILE=gitstats.log
source ./tools/ci/scripts/init.sh
aptget_install python zlib1g git-core gnuplot
tools/ci/scripts/retry.sh git clone https://github.com/hoxu/gitstats.git gitstats
gitstats/gitstats . stats
check_error $?
|