forked from pool/mlxbf-bootctl
87d0d1ff81
- 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
16 lines
745 B
Plaintext
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>
|