2017-06-19 15:16:47 +02:00
|
|
|
<services>
|
|
|
|
<service mode="disabled" name="tar_scm">
|
|
|
|
<param name="url">https://github.com/openSUSE/suse-module-tools.git</param>
|
|
|
|
<param name="scm">git</param>
|
|
|
|
<param name="changesgenerate">enable</param>
|
|
|
|
<param name="filename">suse-module-tools</param>
|
2019-01-31 23:04:12 +01:00
|
|
|
<param name="version">15.1.0</param>
|
2018-12-11 09:38:04 +01:00
|
|
|
<param name="revision">master</param>
|
2018-11-05 21:53:40 +01:00
|
|
|
<param name="exclude">*.spec</param>
|
|
|
|
<param name="exclude">*.rpmlintrc</param>
|
2017-06-19 15:16:47 +02:00
|
|
|
</service>
|
|
|
|
<service mode="disabled" name="recompress">
|
|
|
|
<param name="file">*.tar</param>
|
|
|
|
<param name="compression">xz</param>
|
|
|
|
</service>
|
|
|
|
</services>
|