mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-21 20:08:54 +00:00
Lets point to qemu repository instead of kata fork for qemu-vanilla. Fixes: #161 Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
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>
|