Page MenuHomeDevCentral

Improve detection of modified packages
ClosedPublic

Authored by dereckson on Oct 20 2025, 23:25.
Tags
None
Referenced Files
F24510619: D3786.diff
Tue, Feb 24, 11:02
F24507793: D3786.id9809.diff
Tue, Feb 24, 07:12
F24503801: D3786.id9810.diff
Tue, Feb 24, 01:56
F24500079: D3786.id9811.diff
Mon, Feb 23, 20:48
Unknown Object (File)
Sat, Feb 21, 17:26
Unknown Object (File)
Fri, Feb 20, 08:49
Unknown Object (File)
Wed, Feb 18, 15:16
Unknown Object (File)
Wed, Feb 18, 15:01
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