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, May 31, 4:06 PM
Unknown Object (File)
Wed, May 28, 9:26 AM
Unknown Object (File)
Apr 30 2025, 6:35 AM
Unknown Object (File)
Apr 21 2025, 9:20 AM
Unknown Object (File)
Apr 21 2025, 12:18 AM
Unknown Object (File)
Apr 21 2025, 12:08 AM
Unknown Object (File)
Apr 20 2025, 11:07 PM
Unknown Object (File)
Apr 7 2025, 7:48 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'