forked from pool/transactional-update-notifier
* Make notifications a little less urgent OBS-URL: https://build.opensuse.org/package/show/devel:microos/transactional-update-notifier?expand=0&rev=3
20 lines
718 B
Plaintext
20 lines
718 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/89luca89/transactional-update-notifier.git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="filename">transactional-update-notifier</param>
|
|
<param name="revision">main</param>
|
|
<param name="version">1.1.0.2</param>
|
|
</service>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="go_modules" mode="disabled">
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|