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)
Sat, Aug 22, 11:33 PM
Unknown Object (File)
Sat, Aug 22, 2:40 PM
Unknown Object (File)
Mon, Aug 10, 6:34 AM
Unknown Object (File)
Sun, Aug 9, 1:47 PM
Unknown Object (File)
Sat, Aug 8, 11:36 AM
Unknown Object (File)
Fri, Aug 7, 6:10 PM
Unknown Object (File)
Thu, Aug 6, 7:57 AM
Unknown Object (File)
Wed, Aug 5, 4:40 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'