2016-03-27 12:27:18 +02:00
|
|
|
<services>
|
|
|
|
<service name="tar_scm" mode="disabled">
|
2017-10-18 06:27:20 +02:00
|
|
|
<param name="url">https://github.com/containerd/containerd.git</param>
|
2016-03-27 12:27:18 +02:00
|
|
|
<param name="scm">git</param>
|
|
|
|
<param name="filename">containerd</param>
|
2021-11-19 01:09:23 +01:00
|
|
|
<param name="versionformat">1.4.12_%h</param>
|
|
|
|
<param name="revision">v1.4.12</param>
|
2016-03-27 12:27:18 +02:00
|
|
|
<param name="exclude">.git</param>
|
|
|
|
</service>
|
|
|
|
<service name="recompress" mode="disabled">
|
|
|
|
<param name="file">*.tar</param>
|
|
|
|
<param name="compression">xz</param>
|
|
|
|
</service>
|
|
|
|
</services>
|