summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2016-01-27 16:20:43 +0100
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2016-02-06 23:58:59 +0100
commitc38e222fb7c44db359bc5677a86fbbd31c3fc419 (patch)
tree8c7cdedf5ea5190593e32467c1eaeca6888101e8
parent7da2cae9b6f59b95eafea0625092369d966073a7 (diff)
Enable full stat generation, now that it works
Here's how: run ./mkstats.sh in the toplevel dir to get all registered repos cloned (that initially might take a while), then generate stats for various subprojects into stats-<project>-<date> dirs. If you want to add new git repos to existing topic areas, add it to the mr-<topic>.config dir. If you need to come up with a new topic area, create a new mr-<topic>.config file (it gets picked up by shell glob from mkstats).
-rwxr-xr-xmkstats.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/mkstats.sh b/mkstats.sh
index cfe9cdbc..85c41f11 100755
--- a/mkstats.sh
+++ b/mkstats.sh
@@ -23,7 +23,6 @@ run_stats ()
}
# run all known stats
-#for item in mr-*.config; do
-for item in mr-legacydev.config; do
+for item in mr-*.config; do
run_stats $item
done