2016-03-21 08:36:29 +00:00
|
|
|
<services>
|
|
|
|
<service name="tar_scm" mode="disabled">
|
2016-12-19 14:01:37 +00:00
|
|
|
<!-- 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>
|
2016-03-21 08:36:29 +00:00
|
|
|
<param name="scm">git</param>
|
|
|
|
<param name="filename">runc</param>
|
2016-08-23 15:12:47 +00:00
|
|
|
<param name="versionformat">git.%h</param>
|
2017-03-05 03:07:20 +00:00
|
|
|
<param name="revision">2f7393a47307a16f8cee44a37b262e8b81021e3e</param>
|
2016-03-21 08:36:29 +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">runc</param>
|
|
|
|
</service>
|
|
|
|
</services>
|