We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af59243 commit 4682031Copy full SHA for 4682031
scriptmodules/admin/stats.sh
@@ -33,6 +33,10 @@ function build_stats() {
33
local dest="$__tmpdir/stats"
34
mkUserDir "$dest"
35
36
+ # ignore platform flags to get info for all packages
37
+ __ignore_flags=1
38
+ rp_registerAllModules
39
+
40
echo "$(_get_package_data_stats)" > "$dest/packages.csv"
41
echo "$(_get_commit_data_stats)" > "$dest/commit.csv"
42
0 commit comments