2020-06-15 17:04:20 +02:00
|
|
|
<!-- See https://en.opensuse.org/openSUSE:Build_Service_Concept_SourceService -->
|
|
|
|
<!-- for more details on the syntax -->
|
|
|
|
|
|
|
|
<services>
|
|
|
|
<service name="tar_scm" mode="disabled">
|
|
|
|
<param name="scm">git</param>
|
|
|
|
<param name="url">https://github.com/Mellanox/rshim-user-space.git</param>
|
|
|
|
<param name="filename">rshim</param>
|
2023-04-28 08:53:46 +02:00
|
|
|
<param name="versionrewrite-pattern">rshim-(.*)</param>
|
2021-03-12 11:05:54 +01:00
|
|
|
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@</param>
|
2020-06-15 17:04:20 +02:00
|
|
|
</service>
|
2020-11-20 11:00:39 +01:00
|
|
|
<service mode="disabled" name="set_version" />
|
2020-06-15 17:04:20 +02:00
|
|
|
</services>
|