Page MenuHomeDevCentral

Improve detection of modified packages
ClosedPublic

Authored by dereckson on Oct 20 2025, 23:25.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 10, 19:27
Unknown Object (File)
Fri, May 8, 05:12
Unknown Object (File)
Thu, May 7, 21:07
Unknown Object (File)
Wed, May 6, 22:37
Unknown Object (File)
Wed, May 6, 20:27
Unknown Object (File)
Mon, May 4, 21:26
Unknown Object (File)
Sat, May 2, 20:11
Unknown Object (File)
Thu, Apr 30, 21:07
Subscribers
None

Details

Summary

Ignore root files like composer.json: awk splits fields with path separator
and only keep lines with more than one field, so at least a directory.

Consolidate all operations in an awk script.

Consolidate sort and uniq using sort -u.

Test Plan

./_utils/repo/get-repos-modified-by-last-commit.sh with several commits

Diff Detail

Repository
rKERUALD Keruald libraries development repository
Lint
Lint Passed
Unit
No Test Coverage
Branch
main
Build Status
Buildable 6063
Build 6347: arc lint + arc unit

Event Timeline

dereckson created this revision.
dereckson edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Oct 20 2025, 23:27