Skip to content

Commit 4682031

Browse files
committed
stats - set __ignore_flags=1 and call rp_registerAllModules to get info about all modules
1 parent af59243 commit 4682031

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scriptmodules/admin/stats.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ function build_stats() {
3333
local dest="$__tmpdir/stats"
3434
mkUserDir "$dest"
3535

36+
# ignore platform flags to get info for all packages
37+
__ignore_flags=1
38+
rp_registerAllModules
39+
3640
echo "$(_get_package_data_stats)" > "$dest/packages.csv"
3741
echo "$(_get_commit_data_stats)" > "$dest/commit.csv"
3842

0 commit comments

Comments
 (0)