SHA256
1
0
forked from pool/runc
runc/_service

22 lines
874 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<!-- FIXME: This will (very soon) be split into a separate runC package,
because we shouldn't be pinning it to Docker's release and vendoring
schedule. Docker is a very peculiar user of runC and we should be
providing runC as a separate package so that users can use it. -->
<param name="url">https://github.com/docker/runc.git</param>
<param name="scm">git</param>
<param name="filename">runc</param>
<param name="versionformat">git.%h</param>
<param name="revision">50a19c6ff828</param>
<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">runc</param>
</service>
</services>