[Spice-devel] [spice-space-pages] Update git repos and links

Uri Lublin uril at redhat.com
Sun May 13 14:36:37 UTC 2018


On 05/10/2018 03:48 PM, Snir Sheriber wrote:
> Most of spice related git repositories are now hosted on
> gitlab.freedesktop.org/spice
> ---
>   .gitlab-ci.yml  |  4 ++--
>   developers.rst  |  2 +-
>   download.rst    | 26 +++++++++++++-------------
>   osx-client.rst  |  4 ++--
>   spice-html5.rst |  4 ++--
>   usbredir.rst    |  4 ++--
>   6 files changed, 22 insertions(+), 22 deletions(-)

Ack.

Please fix http -> https per Daniel's comment.

Thanks,
     Uri.


> 
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index 767bbe5..1b72d95 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -12,7 +12,7 @@ asciidoc:
>     - gem install asciidoctor
>   
>     script:
> -  - wget -O spice-user-manual.asc https://cgit.freedesktop.org/spice/spice/plain/docs/manual/manual.txt
> -  - wget -O spice-style.asc https://cgit.freedesktop.org/spice/spice/plain/docs/spice_style.txt
> +  - wget -O spice-user-manual.asc https://gitlab.freedesktop.org/spice/spice/raw/master/docs/manual/manual.txt
> +  - wget -O spice-style.asc https://gitlab.freedesktop.org/spice/spice/raw/master/docs/spice_style.txt
>     - asciidoctor -d book *.asc > errors 2>&1
>     - RET=0; if [ -n "$(cat errors)" ] ; then cat errors; RET=1 ; fi ; (exit $RET)
> diff --git a/developers.rst b/developers.rst
> index e77897b..28d5556 100644
> --- a/developers.rst
> +++ b/developers.rst
> @@ -5,7 +5,7 @@ Developers
>   .. _spice for newbies: {filename}/static/docs/spice_for_newbies.pdf
>   .. _spice protocol: {filename}/static/docs/spice_protocol.pdf
>   .. _VD-Interfaces: {filename}/static/docs/vd_interfaces.pdf
> -.. _spice-html5: http://cgit.freedesktop.org/spice/spice-html5
> +.. _spice-html5: https://gitlab.freedesktop.org/spice/spice-html5
>   .. _spice style: spice-project-coding-style-and-coding-conventions.html
>   .. _xf86-video-qxl: http://cgit.freedesktop.org/xorg/driver/xf86-video-qxl
>   .. _style: http://cgit.freedesktop.org/pixman/tree/CODING_STYLE
> diff --git a/download.rst b/download.rst
> index d80790b..6f3a29f 100644
> --- a/download.rst
> +++ b/download.rst
> @@ -26,7 +26,7 @@ Download
>   .. _spice-guest-tools: https://www.spice-space.org/download/windows/spice-guest-tools/spice-guest-tools-latest.exe
>   .. _Windows QXL driver: https://www.spice-space.org/download/windows/qxl/qxl-0.1-24/
>   .. _Windows QXL-WDDM-DOD driver: https://www.spice-space.org/download/windows/qxl-wddm-dod/qxl-wddm-dod-0.18/
> -.. _Changelog: https://gitlab.com/spice/qxl-wddm-dod/raw/v0.18/Changelog
> +.. _Changelog: https://gitlab.freedesktop.org/spice/win32/qxl-wddm-dod/raw/master/Changelog
>   .. _Windows SPICE agent: https://www.spice-space.org/download/windows/vdagent/vdagent-win-0.8.0
>   .. _Spice WebDAV daemon: https://www.spice-space.org/download/windows/spice-webdavd/
>   .. _spice-0.12.8.tar.bz2: https://www.spice-space.org/download/releases/spice-0.12.8.tar.bz2
> @@ -49,7 +49,7 @@ spice-gtk is a GTK+3 SPICE widget. It features glib-based objects for SPICE prot
>   
>   - SPICE GTK+ Widget - `spice-gtk-0.34.tar.bz2`_
>   
> -  - http://cgit.freedesktop.org/spice/spice-gtk
> +  - https://gitlab.freedesktop.org/spice/spice-gtk
>   
>   The recommended client application is virt-viewer_.
>   
> @@ -58,14 +58,14 @@ Windows installers
>   - virt-viewer Windows installer - can be downloaded from `virt-manager download page`_
>   - UsbDk - A Windows filter driver developed for Spice USB redirection (windows client side) - `UsbDk_1.0.19_x64.msi`_, `UsbDk_1.0.19_x86.msi`_, (`source code <https://www.spice-space.org/download/windows/usbdk/spice-usbdk-win-1.0-19-sources.zip>`_)
>   
> -  - http://cgit.freedesktop.org/spice/win32/usbdk
> +  - https://gitlab.freedesktop.org/spice/win32/usbdk
>   
>   Other clients
>   ^^^^^^^^^^^^^
>   - Android client - aSPICE_ is a secure, SSH capable, open source SPICE protocol client that makes use of the LGPL licensed native libspice library. You can find and install `aSPICE from play.google.com`_.
>   - `Web client`_ - a simple javascript client
>   
> -  - http://cgit.freedesktop.org/spice/spice-html5
> +  - https://gitlab.freedesktop.org/spice/spice-html5
>   - Experimental `OS X client`_
>   - launcher-mobile_ - A GPLv2 licensed cross-platform mobile client for both iOS and Android. Though mainly intended to be used as a client for flexVDI_, it can also connect to conventional SPICE sessions.
>   
> @@ -80,7 +80,7 @@ Linux sources
>   ^^^^^^^^^^^^^
>   - SPICE vdagent - `spice-vdagent-0.17.0.tar.bz2`_
>   
> -  - http://cgit.freedesktop.org/spice/linux/vd_agent
> +  - https://gitlab.freedesktop.org/spice/linux/vd_agent
>   - x.org QXL video driver - `xf86-video-qxl-0.1.5.tar.bz2`_; Also contains Xspice
>   
>     - http://cgit.freedesktop.org/xorg/driver/xf86-video-qxl
> @@ -90,24 +90,24 @@ Windows binaries
>   ^^^^^^^^^^^^^^^^
>   - Windows guest tools - `spice-guest-tools`_
>   
> -  - https://gitlab.com/spice/spice-nsis
> +  - https://gitlab.freedesktop.org/spice/spice-nsis
>   
>   This installer contains some optional drivers and services that can be installed in Windows guest to improve SPICE performance and integration. This includes the qxl video driver and the SPICE guest agent (for copy and paste, automatic resolution switching, ...)
>   
>   - `Windows QXL-WDDM-DOD driver`_
>   
> -  - https://gitlab.com/spice/qxl-wddm-dod.git
> +  - https://gitlab.freedesktop.org/spice/win32/qxl-wddm-dod
>     - Changelog_
>   
>   - `Windows QXL driver`_
>   
> -  - http://cgit.freedesktop.org/spice/win32/qxl
> +  - https://gitlab.freedesktop.org/spice/win32/qxl
>   
>   `Windows QXL driver`_ is not needed if you are using the Windows guest tools installer above.
>   
>   - `Windows SPICE agent`_
>   
> -  - http://cgit.freedesktop.org/spice/win32/vd_agent
> +  - https://gitlab.freedesktop.org/spice/win32/vd_agent
>   
>   This is not needed if you are using the Windows guest tools installer above.
>   
> @@ -124,23 +124,23 @@ The SPICE server code is needed when building SPICE support into QEMU_. It shoul
>   
>   - spice-protocol - headers defining protocols, `spice-protocol-0.12.13.tar.bz2`_
>   
> -  - http://cgit.freedesktop.org/spice/spice-protocol
> +  - https://gitlab.freedesktop.org/spice/spice-protocol
>   
>   - libusbredir - For USB redirection support, `usbredir-0.7.1.tar.bz2`_
>   
> -  - http://cgit.freedesktop.org/spice/usbredir
> +  - https://gitlab.freedesktop.org/spice/usbredir
>   
>   0.14.0 - stable release
>   ^^^^^^^^^^^^^^^^^^^^^^^
>   - SPICE - Server `spice-0.14.0.tar.bz2`_
>   
> -  - http://cgit.freedesktop.org/spice/spice
> +  - http://gitlab.freedesktop.org/spice/spice
>   
>   0.12.8 - previous stable series
>   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   - SPICE - Server `spice-0.12.8.tar.bz2`_
>   
> -  - http://cgit.freedesktop.org/spice/spice?h=0.12
> +  - https://gitlab.freedesktop.org/spice/spice/tree/0.12
>   
>   Xspice server
>   ^^^^^^^^^^^^^
> diff --git a/osx-client.rst b/osx-client.rst
> index c86b7ca..74e04ee 100644
> --- a/osx-client.rst
> +++ b/osx-client.rst
> @@ -8,10 +8,10 @@ OSX Client
>   .. _jhbuild: https://wiki.gnome.org/action/show/Projects/Jhbuild
>   .. _gtk-osx: http://www.gtk.org/download/macos.php
>   .. _spice-osx moduleset:
> -.. _this repository: http://cgit.freedesktop.org/spice/spice-jhbuild/log/?h=osx
> +.. _this repository: https://gitlab.com/spice/spice-jhbuild/tree/osx
>   .. _gtk-osx project:
>   .. _OSX bundle: https://wiki.gnome.org/Projects/GTK%2B/OSX/Building
> -.. _spice-osx-build-setup.sh script: http://cgit.freedesktop.org/spice/spice-jhbuild/plain/spice-osx-build-setup.sh?h=osx
> +.. _spice-osx-build-setup.sh script: https://gitlab.com/spice/spice-jhbuild/raw/osx/spice-osx-build-setup.sh
>   .. _gtk-mac-bundler: https://wiki.gnome.org/Projects/GTK%2B/OSX/Bundling
>   
>   Status
> diff --git a/spice-html5.rst b/spice-html5.rst
> index 461fe52..aa1f701 100644
> --- a/spice-html5.rst
> +++ b/spice-html5.rst
> @@ -7,9 +7,9 @@ HTML5 Client
>   .. role:: bash(code)
>      :language: bash
>   
> -.. _TODO: http://cgit.freedesktop.org/spice/spice-html5/tree/TODO
> +.. _TODO: https://gitlab.freedesktop.org/spice/spice-html5/raw/master/TODO
>   .. _websockify: https://github.com/kanaka/websockify
> -.. _the git page: http://cgit.freedesktop.org/spice/spice-html5
> +.. _the git page: http://gitlab.freedesktop.org/spice/spice-html5
>   
>   
>   Spice has a prototype Web client which runs entirely within a modern browser.  It is limited in function, a bit slow, and lacks support for many features of Spice (audio, video, agents just to name a few).
> diff --git a/usbredir.rst b/usbredir.rst
> index 8d2f670..756acff 100644
> --- a/usbredir.rst
> +++ b/usbredir.rst
> @@ -9,7 +9,7 @@ package offering a parsing library, a usbredirhost library and several
>   utilities implementing this protocol.
>   
>   The protocol is documented
> -`here <http://cgit.freedesktop.org/~jwrdegoede/usbredir/tree/usb-redirection-protocol.txt>`__,
> +`here <https://gitlab.freedesktop.org/spice/usbredir/raw/master/usb-redirection-protocol.txt>`__,
>   this document also explains what is meant with a usbhost and a usbguest.
>   
>   usbredir was created for use with Spice, which is why it is hosted on
> @@ -225,4 +225,4 @@ sourcecode
>   ++++++++++
>   
>   You can find the official usbredir git repository
> -`here <http://cgit.freedesktop.org/spice/usbredir>`__.
> +`here <http://gitlab.freedesktop.org/spice/usbredir>`__.
> 



More information about the Spice-devel mailing list