Page MenuHomeDevCentral

Improve detection of modified packages
ClosedPublic

Authored by dereckson on Mon, Oct 20, 23:25.
Tags
None
Referenced Files
F12350267: D3786.id9810.diff
Mon, Oct 27, 18:30
F12345777: D3786.id.diff
Mon, Oct 27, 06:40
F12342434: D3786.diff
Sun, Oct 26, 22:06
Unknown Object (File)
Sun, Oct 26, 08:45
Unknown Object (File)
Sun, Oct 26, 06:57
Unknown Object (File)
Sat, Oct 25, 00:52
Unknown Object (File)
Thu, Oct 23, 07:33
Unknown Object (File)
Thu, Oct 23, 07:29
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.Mon, Oct 20, 23:27