You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<template>
|
|
|
|
<name>Rocky-{{major}}-{{type}}-{{version_variant}}.{{iso8601date}}.{{release}}.{{architecture}}</name>
|
|
|
|
<os>
|
|
|
|
<name>Fedora</name>
|
|
|
|
<version>{{fedora_version}}</version>
|
|
|
|
<arch>{{architecture}}</arch>
|
|
|
|
<install type='url'>
|
|
|
|
<url>https://dl.rockylinux.org/stg/rocky/{{major}}/BaseOS/{{architecture}}/{{installdir}}</url>
|
|
|
|
</install>
|
|
|
|
<icicle>
|
|
|
|
<extra_command>rpm -qa --qf '%{NAME},%{VERSION},%{RELEASE},%{ARCH},%{EPOCH},%{SIZE},%{SIGMD5},%{BUILDTIME}
|
|
|
|
'</extra_command>
|
|
|
|
</icicle>
|
|
|
|
</os>
|
|
|
|
<description>Rocky-{{major}}-{{type}}-{{version_variant}}.{{iso8601date}}.{{release}}.{{architecture}} Generated on {{utcnow}}</description>
|
|
|
|
<disk>
|
|
|
|
<size>{{size}}</size>
|
|
|
|
</disk>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|