mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-04 15:04:25 +01:00
git-subtree-dir: tools/packaging git-subtree-mainline:f818b46a41git-subtree-split:1f22d72d5dSigned-off-by: Peng Tao <bergwolf@hyper.sh>
17 lines
656 B
Plaintext
17 lines
656 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/qemu/qemu.git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="filename">qemu-vanilla</param>
|
|
<!--- %h in the version format is a hash from a given revision -->
|
|
<param name="versionformat">@VERSION@+git.%h</param>
|
|
<param name="revision">@QEMU_VANILLA_HASH@</param>
|
|
</service>
|
|
<service name="recompress">
|
|
<param name="file">*.tar*</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
</services>
|