summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2017-01-18 15:55:46 +0100
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2017-01-18 15:55:46 +0100
commit9d50ad9764c63ad39cc71cc519aeac7cffe91412 (patch)
treeb0a805c8cd49161c894ac68114573e4f0238bc93
parent0a1e4c65a036abb7e71d3b7445ae857458942ad4 (diff)
Move mr configs back, add separate online & core repos
-rwxr-xr-xmkstats.sh2
-rw-r--r--mr-adm.config (renamed from mr_configs/mr-adm.config)0
-rw-r--r--mr-core.config14
-rw-r--r--mr-dev.config (renamed from mr_configs/mr-dev.config)0
-rw-r--r--mr-l10n.config (renamed from mr_configs/mr-l10n.config)0
-rw-r--r--mr-legacydev.config (renamed from mr_configs/mr-legacydev.config)0
-rw-r--r--mr-online.config14
-rw-r--r--mr-web.config (renamed from mr_configs/mr-web.config)0
8 files changed, 29 insertions, 1 deletions
diff --git a/mkstats.sh b/mkstats.sh
index de62a217..85c41f11 100755
--- a/mkstats.sh
+++ b/mkstats.sh
@@ -23,6 +23,6 @@ run_stats ()
}
# run all known stats
-for item in mr_configs/mr-*.config; do
+for item in mr-*.config; do
run_stats $item
done
diff --git a/mr_configs/mr-adm.config b/mr-adm.config
index 992ae143..992ae143 100644
--- a/mr_configs/mr-adm.config
+++ b/mr-adm.config
diff --git a/mr-core.config b/mr-core.config
new file mode 100644
index 00000000..e65f0ebd
--- /dev/null
+++ b/mr-core.config
@@ -0,0 +1,14 @@
+# .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/core]
+checkout = git clone 'git://gerrit.libreoffice.org/core' 'core'
+
diff --git a/mr_configs/mr-dev.config b/mr-dev.config
index f31882b5..f31882b5 100644
--- a/mr_configs/mr-dev.config
+++ b/mr-dev.config
diff --git a/mr_configs/mr-l10n.config b/mr-l10n.config
index 6659c120..6659c120 100644
--- a/mr_configs/mr-l10n.config
+++ b/mr-l10n.config
diff --git a/mr_configs/mr-legacydev.config b/mr-legacydev.config
index 4183acda..4183acda 100644
--- a/mr_configs/mr-legacydev.config
+++ b/mr-legacydev.config
diff --git a/mr-online.config b/mr-online.config
new file mode 100644
index 00000000..bb147302
--- /dev/null
+++ b/mr-online.config
@@ -0,0 +1,14 @@
+# .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'
+
diff --git a/mr_configs/mr-web.config b/mr-web.config
index 79a2f5fe..79a2f5fe 100644
--- a/mr_configs/mr-web.config
+++ b/mr-web.config