2016-03-21 09:36:29 +01:00
|
|
|
<services>
|
|
|
|
<service name="tar_scm" mode="disabled">
|
|
|
|
<param name="url">https://github.com/opencontainers/runc.git</param>
|
|
|
|
<param name="scm">git</param>
|
|
|
|
<param name="filename">runc</param>
|
2016-04-13 14:11:46 +02:00
|
|
|
<param name="versionformat">0.1.0</param>
|
|
|
|
<param name="revision">v0.1.0</param>
|
2016-03-21 09:36:29 +01: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>
|