18 lines
611 B
Plaintext
18 lines
611 B
Plaintext
|
<!-- For the closest thing to official documentation see:
|
||
|
https://github.com/openSUSE/obs-service-tar_scm#user-documentation -->
|
||
|
<services>
|
||
|
<service name="obs_scm">
|
||
|
<param name="url">https://github.com/google/gasket-driver</param>
|
||
|
<param name="revision">97aeba5</param>
|
||
|
<param name="versionformat">%h</param>
|
||
|
<param name="scm">git</param>
|
||
|
</service>
|
||
|
<service name="set_version" mode="buildtime"/>
|
||
|
<service name="tar" mode="buildtime"/>
|
||
|
<service name="recompress" mode="buildtime">
|
||
|
<param name="file">*.tar</param>
|
||
|
<param name="compression">xz</param>
|
||
|
</service>
|
||
|
</services>
|
||
|
|