2016-03-27 10:27:18 +00:00
|
|
|
<services>
|
2024-05-01 05:52:23 +00:00
|
|
|
<service name="obs_scm" mode="manual">
|
2017-10-18 04:27:20 +00:00
|
|
|
<param name="url">https://github.com/containerd/containerd.git</param>
|
2016-03-27 10:27:18 +00:00
|
|
|
<param name="scm">git</param>
|
|
|
|
<param name="filename">containerd</param>
|
2024-05-22 19:51:46 +00:00
|
|
|
<param name="versionformat">1.7.17_%h</param>
|
|
|
|
<param name="revision">v1.7.17</param>
|
2016-03-27 10:27:18 +00:00
|
|
|
<param name="exclude">.git</param>
|
|
|
|
</service>
|
2024-05-22 19:51:46 +00:00
|
|
|
|
2024-05-01 05:52:23 +00:00
|
|
|
<service mode="buildtime" name="tar" />
|
|
|
|
<service mode="buildtime" name="recompress">
|
2016-03-27 10:27:18 +00:00
|
|
|
<param name="file">*.tar</param>
|
|
|
|
<param name="compression">xz</param>
|
|
|
|
</service>
|
2024-05-01 05:52:23 +00:00
|
|
|
|
2016-03-27 10:27:18 +00:00
|
|
|
</services>
|