Skip to content

Commit 1c79837

Browse files
committed
Track "_tools" pkgs
1 parent 6e802b1 commit 1c79837

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tools/git/scripts/author_tools_pkgs_per_day

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pkg_json="${root}/tools/git/scripts/pkg_json_added_deleted"
4040
}
4141
4242
# Skip non-tools `package.json`:
43-
$9 !~ /^tools\// {
43+
$9 !~ /^tools\/|\/_tools\// {
4444
next
4545
}
4646

tools/git/scripts/author_tools_pkgs_per_month

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pkg_json="${root}/tools/git/scripts/pkg_json_added_deleted"
4040
}
4141
4242
# Skip non-tools `package.json`:
43-
$9 !~ /^tools\// {
43+
$9 !~ /^tools\/|\/_tools\// {
4444
next
4545
}
4646

tools/git/scripts/author_tools_pkgs_per_weekday

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pkg_json="${root}/tools/git/scripts/pkg_json_added_deleted"
3232
# - Tabulate the weekday totals.
3333
"${pkg_json}" | awk '
3434
# Skip non-tools `package.json`:
35-
$9 !~ /^tools\// {
35+
$9 !~ /^tools\/|\/_tools\// {
3636
next
3737
}
3838

tools/git/scripts/author_tools_pkgs_per_year

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pkg_json="${root}/tools/git/scripts/pkg_json_added_deleted"
4040
}
4141
4242
# Skip non-tools `package.json`:
43-
$9 !~ /^tools\// {
43+
$9 !~ /^tools\/|\/_tools\// {
4444
next
4545
}
4646

0 commit comments

Comments
 (0)