summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2016-01-24 03:42:23 +0100
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2016-01-24 03:45:46 +0100
commit31e9b43427510466c845e83e026959217a92e50c (patch)
tree82f46a826ce17a8b80f043490afd702666db4435
parent053b6faaed8d27b4ac87f6b5ee17c3082180c131 (diff)
Add legacy stats config file
This mr config file emulates (very, very closely) the old stats generation via home-grown analyse_commits perl script
-rw-r--r--mr-legacydev.config17
1 files changed, 17 insertions, 0 deletions
diff --git a/mr-legacydev.config b/mr-legacydev.config
new file mode 100644
index 00000000..4183acda
--- /dev/null
+++ b/mr-legacydev.config
@@ -0,0 +1,17 @@
+# .mrconfig file for LibreOffice-related development repositories
+
+# config file to generate stats exactly as the old scripts before -
+# limited to LibreOffice core repo and LibreOffice Online repo
+# run as: mr log -p --since='Jan 1 19:00:00 2013' | \
+# gitdm -u -X '\.(sdf|po|dic)\$' -b . \
+# -x stats/git-hackers-data.csv \
+# -o stats/git-hackers-reports.txt \
+# -H stats/hackers.csv
+
+
+[checkouts/dev/online]
+checkout = git clone 'git://gerrit.libreoffice.org/online' 'online'
+
+[checkouts/dev/core]
+checkout = git clone 'git://gerrit.libreoffice.org/core' 'core'
+