mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Add a 'list-cloudware' target to print the list of
supported CLOUDWARE values and a description. Add the AZURE_DESC and OPENSTACK_DESC descriptions. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
0cdabd97fb
commit
99e908c904
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/projects/release-vmimage/; revision=277251
@ -13,7 +13,9 @@ VMBASE?= vm
|
|||||||
CLOUDWARE?= AZURE \
|
CLOUDWARE?= AZURE \
|
||||||
OPENSTACK
|
OPENSTACK
|
||||||
AZURE_FORMAT= vhdf
|
AZURE_FORMAT= vhdf
|
||||||
|
AZURE_DESC= Microsoft Azure platform image
|
||||||
OPENSTACK_FORMAT=qcow2
|
OPENSTACK_FORMAT=qcow2
|
||||||
|
OPENSTACK_DESC= OpenStack platform image
|
||||||
|
|
||||||
.if defined(WITH_CLOUDWARE) && !empty(WITH_CLOUDWARE) && !empty(CLOUDWARE)
|
.if defined(WITH_CLOUDWARE) && !empty(WITH_CLOUDWARE) && !empty(CLOUDWARE)
|
||||||
. for _CW in ${CLOUDWARE}
|
. for _CW in ${CLOUDWARE}
|
||||||
@ -62,3 +64,10 @@ vm-image:
|
|||||||
touch ${.TARGET}
|
touch ${.TARGET}
|
||||||
|
|
||||||
vm-cloudware: ${CLOUDTARGETS}
|
vm-cloudware: ${CLOUDTARGETS}
|
||||||
|
|
||||||
|
list-cloudware:
|
||||||
|
.if !empty(CLOUDWARE)
|
||||||
|
. for _CW in ${CLOUDWARE}
|
||||||
|
@${ECHO} "${_CW:tu}: ${${_CW:tu}_DESC}"
|
||||||
|
. endfor
|
||||||
|
.endif
|
||||||
|
Loading…
Reference in New Issue
Block a user