gasket-driver/_service

28 lines
1.1 KiB
Plaintext
Raw Normal View History

<!--
For documentation on the contents of this file see:
https://github.com/openSUSE/obs-service-tar_scm#user-documentation
https://openbuildservice.org/help/manuals/obs-user-guide/cha.obs.source_service.html
https://openbuildservice.org/help/manuals/obs-user-guide/cha.obs.best-practices.scm_integration.html
https://en.opensuse.org/openSUSE:Build_Service_Concept_SourceService
-->
<services>
<!-- Download the module source from GitHub. -->
<service name="obs_scm">
<param name="url">https://github.com/google/gasket-driver</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">97aeba5</param>
<param name="versionformat">%h</param>
</service>
<!-- Compress source files into a tarball. -->
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<!-- This has to be included or the build will fail attempting to parse the "Version"
line in the spec file. -->
<service name="set_version" mode="buildtime"/>
</services>