mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-29 03:54:27 +01:00
git-subtree-dir: tools/packaging git-subtree-mainline:f818b46a41git-subtree-split:1f22d72d5dSigned-off-by: Peng Tao <bergwolf@hyper.sh>
25 lines
975 B
Plaintext
25 lines
975 B
Plaintext
<!--- XML Structure defined here: https://en.opensuse.org/openSUSE:Build_Service_Concept_SourceService -->
|
|
<services>
|
|
<service name="tar_scm">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/kata-containers/proxy.git</param>
|
|
<param name="filename">kata-proxy</param>
|
|
<param name="versionformat">@VERSION@</param>
|
|
<param name="revision">@HASH@</param>
|
|
</service>
|
|
<service name="recompress">
|
|
<param name="file">*.tar*</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="download_url">
|
|
<param name="protocol">https</param>
|
|
<param name="host">storage.googleapis.com</param>
|
|
<param name="path">golang/go@GO_VERSION@.linux-@GO_ARCH@.tar.gz</param>
|
|
</service>
|
|
<service name="verify_file">
|
|
<param name="file">_service:download_url:go@GO_VERSION@.linux-@GO_ARCH@.tar.gz</param>
|
|
<param name="verifier">sha256</param>
|
|
<param name="checksum">@GO_CHECKSUM@</param>
|
|
</service>
|
|
</services>
|