[Spice-devel] [PATCH 5/6] Fetching script: Fix gtk-osx url
Kirill Moizik
kirill at daynix.com
Thu Apr 2 08:20:53 PDT 2015
From: Kirill Moizik <kmoizik at redhat.com>
http does not supported anymore, have to use https
Signed-off-by: Kirill Moizik <kmoizik at redhat.com>
---
spice-osx-build-setup.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spice-osx-build-setup.sh b/spice-osx-build-setup.sh
index c04311e..4934ed7 100755
--- a/spice-osx-build-setup.sh
+++ b/spice-osx-build-setup.sh
@@ -26,7 +26,7 @@
#
SOURCE=$HOME/Source
-BASEURL="http://git.gnome.org/browse/gtk-osx/plain/"
+BASEURL="https://git.gnome.org/browse/gtk-osx/plain/"
SPICE_JHBUILD_GIT="git://people.freedesktop.org/~teuf/spice-jhbuild"
do_exit()
--
1.9.5 (Apple Git-50.3)
More information about the Spice-devel
mailing list