summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Lima (Etrunko) <etrunko@redhat.com>2017-01-25 12:32:10 -0200
committerEduardo Lima (Etrunko) <etrunko@redhat.com>2017-01-26 16:17:30 -0200
commit2c31258b20278795e34e9a434ae3224430738a1e (patch)
treedd5bdd1a1ccadb79ffc133238cbc6a2ffeb7d825
parentd615b45132c1cca3c01a02de310a0ef68ccd6f2f (diff)
Update repositories for virt-viewer and virt-manager
fedorahosted.org is shutting down soon, and projects have migrated to different locations. Virt-viewer moved to pagure.io, while virt-manger is now hosted on github. https://www.redhat.com/archives/virt-tools-list/2017-January/msg00070.html Signed-off-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
-rw-r--r--modulesets/spice.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/modulesets/spice.xml b/modulesets/spice.xml
index 48d3795..f7c25a4 100644
--- a/modulesets/spice.xml
+++ b/modulesets/spice.xml
@@ -16,8 +16,11 @@
<repository type="git" name="libvirt.org"
href="git://libvirt.org/"/>
- <repository type="git" name="git.fedorahosted.org"
- href="git://git.fedorahosted.org/git/"/>
+ <repository type="git" name="github.com"
+ href="https://github.com/virt-manager/"/>
+
+ <repository type="git" name="pagure.io"
+ href="https://pagure.io/"/>
<repository type="tarball" name="sourceforge"
href="http://downloads.sourceforge.net/project/"/>
@@ -157,7 +160,7 @@
</autotools>
<autotools id="virt-manager" makeinstallargs="-C build install" makeargs="-C build" autogenargs=" --with-default-graphics=spice">
- <branch repo="git.fedorahosted.org" module="virt-manager.git"/>
+ <branch repo="github.com" module="virt-manager.git"/>
<dependencies>
<dep package="libvirt"/>
<dep package="libvirt-glib"/>
@@ -170,7 +173,7 @@
autogenargs=
"--enable-werror
--with-spice-gtk">
- <branch repo="git.fedorahosted.org" module="virt-viewer.git"/>
+ <branch repo="pagure.io" module="virt-viewer.git"/>
<dependencies>
<dep package="libvirt"/>
<dep package="gtk-vnc"/>