forked from pool/coccinelle
Jan Engelhardt
8965dfd702
- update to version 1.2 See included changes.txt for details OBS-URL: https://build.opensuse.org/request/show/1187230 OBS-URL: https://build.opensuse.org/package/show/devel:tools/coccinelle?expand=0&rev=95
22 lines
778 B
Plaintext
22 lines
778 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="url">https://github.com/coccinelle/coccinelle.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="revision">969cb12e9e9b7d4f42c2ff15296fd927f1ba63af</param>
|
|
<param name="filename">coccinelle</param>
|
|
<param name="exclude">bundles/menhirLib</param>
|
|
<param name="exclude">bundles/parmap</param>
|
|
<param name="exclude">bundles/pcre</param>
|
|
<param name="exclude">bundles/pyml</param>
|
|
<param name="exclude">bundles/stdcompat</param>
|
|
<!--
|
|
-->
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
</services>
|