2016-06-07 08:03:45 +00:00
|
|
|
<services>
|
2017-03-24 15:23:05 +00:00
|
|
|
<service name="tar_scm" mode="disabled">
|
2016-06-07 08:03:45 +00:00
|
|
|
<param name="scm">git</param>
|
2016-09-19 17:34:35 +00:00
|
|
|
<param name="url">https://github.com/openSUSE/multipath-tools.git</param>
|
2016-06-07 08:03:45 +00:00
|
|
|
<param name="subdir"></param>
|
|
|
|
<param name="filename">multipath-tools</param>
|
2019-04-01 19:21:40 +00:00
|
|
|
<!-- for factory, TAG_OFFSET doesn't work, because patches that
|
|
|
|
are have been added to factory before upstream will be
|
|
|
|
counted. Determine patch offset manually! It should be the number
|
|
|
|
of patches which are _really_ not upstream (yet). -->
|
2019-07-02 22:36:31 +00:00
|
|
|
<param name="versionformat">@PARENT_TAG@+59+suse.%h</param>
|
2017-08-11 12:58:32 +00:00
|
|
|
<param name="revision">factory</param>
|
|
|
|
<param name="match-tag">0.[0-9].[0-9]</param>
|
2016-06-14 12:45:24 +00:00
|
|
|
<param name="changesgenerate">enable</param>
|
2016-06-07 08:03:45 +00:00
|
|
|
</service>
|
2017-03-24 15:23:05 +00:00
|
|
|
<service name="recompress" mode="disabled">
|
2016-06-07 08:03:45 +00:00
|
|
|
<param name="file">*multipath-tools*.tar</param>
|
|
|
|
<param name="compression">xz</param>
|
|
|
|
</service>
|
2017-03-24 15:23:05 +00:00
|
|
|
<service name="set_version" mode="disabled"/>
|
2016-06-07 08:03:45 +00:00
|
|
|
</services>
|