Page MenuHomeDevCentral

Improve detection of modified packages
ClosedPublic

Authored by dereckson on Oct 20 2025, 23:25.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jun 22, 16:47
Unknown Object (File)
Sat, Jun 20, 20:21
Unknown Object (File)
Thu, Jun 18, 08:10
Unknown Object (File)
Tue, Jun 16, 16:09
Unknown Object (File)
Tue, Jun 16, 06:32
Unknown Object (File)
Tue, Jun 16, 02:51
Unknown Object (File)
Tue, Jun 16, 02:50
Unknown Object (File)
Mon, Jun 15, 17:54
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 6064
Build 6348: 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