OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/hermes?expand=0&rev=3
24 lines
655 B
XML
24 lines
655 B
XML
<!--
|
|
# vim: set syntax=xml
|
|
-->
|
|
|
|
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/facebook/hermes.git</param>
|
|
<param name="revision">v0.11.0</param>
|
|
<param name="version">0.11.0</param>
|
|
|
|
<param name="exclude">.circleci</param>
|
|
<param name="exclude">.github</param>
|
|
<param name="exclude">.gitignore</param>
|
|
<param name="exclude">CODE_OF_CONDUCT.md</param>
|
|
</service>
|
|
<service name="tar" mode="manual"/>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|
|
|