Diff Detail
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
Comment Actions
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}:storageOtherwise looks good.