diff --git a/qemu/cfg/build.cfg b/qemu/cfg/build.cfg index 10ed6b1a57e3026d212b174603a012c796111085..8bf534bfe49296df8ff6acc5aaea0a522305a7ca 100644 --- a/qemu/cfg/build.cfg +++ b/qemu/cfg/build.cfg @@ -54,9 +54,8 @@ variants: #git_repo_qemu_tag_signed = mst.keys # SPICE installation from a GIT repo - git_repo_spice_uri = git://anongit.freedesktop.org/spice/spice - git_repo_spice_common_uri = git://anongit.freedesktop.org/spice/spice-common - git_repo_spice_protocol_uri = git://anongit.freedesktop.org/spice/spice-protocol + git_repo_spice_uri = git://cgit.freedesktop.org/spice/spice + git_repo_spice_protocol_uri = git://git.freedesktop.org/git/spice/spice-protocol # QEMU (KVM) installation from a YUM repo # yum_qemu_kvm_pkgs = ['qemu-kvm', 'qemu-kvm-tools', 'qemu-system-x86', 'qemu-common', 'qemu-img'] @@ -83,7 +82,7 @@ variants: # INSTALLERS SELECTION # Choose here what components you want to install ###################################################################### - installers = git_repo_spice_protocol git_repo_spice_common git_repo_spice git_repo_qemu + installers = git_repo_spice_protocol git_repo_spice git_repo_qemu # Choose wether you want to include debug information/symbols install_debug_info = yes