Initial submission of package I think Base:System is the best fitting development project. If you think there is a better development project I am welcome to here :) OBS-URL: https://build.opensuse.org/request/show/982215 OBS-URL: https://build.opensuse.org/package/show/Base:System/retry?expand=0&rev=1
17 lines
603 B
Plaintext
17 lines
603 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="extract">dist/rpm/retry.spec</param>
|
|
<param name="url">https://github.com/okurz/retry.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">main</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">okurz@suse.com</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
</services>
|