[Spice-devel] [PATCH v2 3/3] spice-osx-build-setup.sh: fix gtk-osx fetching script link

Victor Toso victortoso at redhat.com
Mon May 11 12:14:26 PDT 2015


This seems okay!
Soon enough the git path will change as well:
https://bugs.freedesktop.org/show_bug.cgi?id=89977

On Sun, May 10, 2015 at 06:47:33PM +0300, Kirill Moizik wrote:
> From: Kirill Moizik <kmoizik at redhat.com>
> 
> should be https, not http, since curl does not do autoredirection
> 
> 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)
> 
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel


More information about the Spice-devel mailing list