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>
|
|
|
|
<param name="versionrewrite-pattern">rshim(.*)</param>
|
|
|
|
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@</param>
|
|
|
|
</service>
|
2020-11-20 11:00:39 +01:00
|
|
|
<service mode="disabled" name="set_version" />
|
2020-06-15 17:04:20 +02:00
|
|
|
</services>
|