Fix Git URL for SPICE to work with CentOS

It looks like CentOS does not currently pull things properly if
the trailing .git is not there, this patch adds it so that builds
and deploys with CentOS work.

Change-Id: Iab6ffe67338695d13c287172f532624a2a569664
This commit is contained in:
Mohammed Naser 2018-06-06 08:38:34 -04:00
parent 7b75f80558
commit 08fb0c1b48
1 changed files with 1 additions and 1 deletions

View File

@ -31,6 +31,6 @@ novncproxy_git_install_branch: b5c982ea4207a711a6d335019eb890ac9c3a538c # HEAD o
novncproxy_git_project_group: nova_console
## spice-html5 from source
spicehtml5_git_repo: https://gitlab.freedesktop.org/spice/spice-html5
spicehtml5_git_repo: https://gitlab.freedesktop.org/spice/spice-html5.git
spicehtml5_git_install_branch: 54cc41299bea8cd681ed0262735e0fd821cd774a # HEAD of "master" as of 15.08.2017
spicehtml5_git_project_group: nova_console