Initial submission. Please make the target (systemsmanagement) the devel project. OBS-URL: https://build.opensuse.org/request/show/909098 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/koan?expand=0&rev=1
20 lines
642 B
Plaintext
20 lines
642 B
Plaintext
<services>
|
|
<service mode="disabled" name="obs_scm">
|
|
<param name="url">git://github.com/cobbler/koan.git</param>
|
|
<param name="scm">git</param>
|
|
<!--
|
|
<param name="revision">master</param>
|
|
-->
|
|
<param name="extract">koan.spec</param>
|
|
<param name="exclude">tests*</param>
|
|
<param name="versionformat">3.0.1+git%cd.%h</param>
|
|
<param name="versionformat">3.0.1</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
<service mode="buildtime" name="tar"/>
|
|
<service mode="buildtime" name="recompress">
|
|
<param name="compression">gz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
</services>
|