Page MenuHomeFreeBSD

getpatch: Use a single method to retrieve patch names and URLs.
ClosedPublic

Authored by rakuco on Jul 13 2014, 1:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
May 2 2024, 11:02 PM
Unknown Object (File)
May 2 2024, 11:02 PM
Unknown Object (File)
May 2 2024, 7:59 PM
Unknown Object (File)
Mar 17 2024, 12:30 AM
Unknown Object (File)
Mar 16 2024, 11:53 PM
Unknown Object (File)
Feb 27 2024, 8:54 AM
Unknown Object (File)
Feb 24 2024, 5:47 PM
Unknown Object (File)
Jan 4 2024, 5:53 AM
Subscribers
None

Details

Reviewers
sbz
Summary

Instead of retrieving patch URLs and names separately, do so in a single shot and store the information in a single data structure. Not only does this simplify the code a little, but it also allows for better error messages in case something goes wrong and a certain patch needs to be skipped.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

rakuco retitled this revision from to getpatch: Use a single method to retrieve patch names and URLs..
rakuco updated this object.
rakuco edited the test plan for this revision. (Show Details)
rakuco added a reviewer: sbz.
sbz edited edge metadata.

Committed in r362667 . Thanks rakuco, great stuff!

This revision is now accepted and ready to land.Jul 23 2014, 12:17 PM