22 lines
902 B
Plaintext
22 lines
902 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">9c2d8d184e5da67c95d601382adf14862e4f2228</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>
|