2016-03-27 10:27:18 +00:00
|
|
|
<services>
|
|
|
|
<service name="tar_scm" mode="disabled">
|
|
|
|
<param name="url">https://github.com/docker/containerd.git</param>
|
|
|
|
<param name="scm">git</param>
|
|
|
|
<param name="filename">containerd</param>
|
2016-10-24 10:56:09 +00:00
|
|
|
<param name="versionformat">git.%h</param>
|
2016-12-19 14:01:27 +00:00
|
|
|
<param name="revision">2a5e70cbf65457815ee76b7e5dd2a01292d9eca8</param>
|
2016-03-27 10:27:18 +00:00
|
|
|
<param name="exclude">.git</param>
|
|
|
|
</service>
|
|
|
|
<service name="recompress" mode="disabled">
|
|
|
|
<param name="file">*.tar</param>
|
|
|
|
<param name="compression">xz</param>
|
|
|
|
</service>
|
|
|
|
<service name="set_version" mode="disabled">
|
|
|
|
<param name="basename">containerd</param>
|
|
|
|
</service>
|
|
|
|
</services>
|