summaryrefslogtreecommitdiff
path: root/tools/ci/jobs/gitstats.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ci/jobs/gitstats.sh')
-rwxr-xr-xtools/ci/jobs/gitstats.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/ci/jobs/gitstats.sh b/tools/ci/jobs/gitstats.sh
new file mode 100755
index 000000000..a7040bd03
--- /dev/null
+++ b/tools/ci/jobs/gitstats.sh
@@ -0,0 +1,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 $?