1
0
forked from pool/mlxbf-bootctl
mlxbf-bootctl/_service
Michal Suchanek 87d0d1ff81 Accepting request 866621 from home:mbrugger
- mlxbf-bootctl is used to control the two boot firmware partitions present on most Mellanox BlueField devices.

OBS-URL: https://build.opensuse.org/request/show/866621
OBS-URL: https://build.opensuse.org/package/show/hardware/mlxbf-bootctl?expand=0&rev=1
2021-01-25 15:30:08 +00:00

16 lines
745 B
Plaintext

<!-- See https://en.opensuse.org/openSUSE:Build_Service_Concept_SourceService -->
<!-- for more details on the syntax -->
<services>
<service name="obs_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/Mellanox/mlxbf-bootctl.git</param>
<param name="filename">mlxbf-bootctl</param>
<param name="versionrewrite-pattern">mlxbf-bootctl-(.*)-(.*)</param>
<param name="versionrewrite-replacement">\1.\2</param>
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@</param>
</service>
<service mode="disabled" name="set_version" />
<service name="tar" mode="buildtime"/>
</services>