- Switch back to using tar_scm service. Aside from obs_scm using more bandwidth and storage than a locally-compressed tar.xz, it seems there's some weird issue with paths in obscpio that break our SLE-12-only patch. OBS-URL: https://build.opensuse.org/request/show/1175971 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/containerd?expand=0&rev=178
15 lines
510 B
Plaintext
15 lines
510 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="url">https://github.com/containerd/containerd.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="filename">containerd</param>
|
|
<param name="versionformat">1.7.17_%h</param>
|
|
<param name="revision">v1.7.17</param>
|
|
<param name="exclude">.git</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">containerd-*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|