Page MenuHomeFreeBSD

sysutils/containers-common: update to 0.61.1
AbandonedPublic

Authored by dfr on Feb 6 2025, 12:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 25, 1:11 PM
Unknown Object (File)
Sat, Nov 15, 12:21 PM
Unknown Object (File)
Sun, Nov 9, 2:27 AM
Unknown Object (File)
Oct 24 2025, 10:44 PM
Unknown Object (File)
Oct 11 2025, 11:41 PM
Unknown Object (File)
Oct 7 2025, 5:10 AM
Unknown Object (File)
Oct 6 2025, 2:57 AM
Unknown Object (File)
Sep 29 2025, 10:07 AM
Subscribers
None

Details

Reviewers
dch
osa

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 62278
Build 59162: arc lint + arc unit

Event Timeline

dfr requested review of this revision.Feb 6 2025, 12:06 PM
dfr created this revision.

Small change in the order of GH_* staff to sort out targets:

-GH_ACCOUNT=    containers:common containers:image containers:storage \
-               containers:skopeo
-GH_PROJECT=    common:common image:image storage:storage skopeo:skopeo
+GH_ACCOUNT=    containers:common containers:image containers:skopeo \
+               containers:storage
+GH_PROJECT=    common:common image:image skopeo:skopeo storage:storage
 GH_TAGNAME=    v${DISTVERSION}:common v${IMAGEVERSION}:image \
-               v${STORAGEVERSION}:storage v${SKOPEOVERSION}:skopeo
+               v${SKOPEOVERSION}:skopeo v${STORAGEVERSION}:storage

Otherwise looks good.

Committed without remembering to add 'Differential Revision'