Skip to content

Commit 6e802b1

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

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

tools/git/scripts/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/tools_pkgs_per_hour

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

tools/git/scripts/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/tools_pkgs_per_weekday

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ BEGIN {
3636
}
3737
3838
# Skip non-tools `package.json`:
39-
$9 !~ /^tools\// {
39+
$9 !~ /^tools\/|\/_tools\// {
4040
next
4141
}
4242

tools/git/scripts/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)