runc/_service

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">2f7393a47307a16f8cee44a37b262e8b81021e3e</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>