[Spice-commits] .gitmodules

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jun 20 13:16:07 UTC 2018


 .gitmodules |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1ca127b7f02c24691bb825ad806fc52118b0fa9c
Author: Snir Sheriber <ssheribe at redhat.com>
Date:   Wed Jun 20 12:04:04 2018 +0300

    Update spice-common submodule url
    
    Old git (e.g. on rhel 7.5) is failing to init/update spice-common
    submodule if .git is missing from relative url.
    
    Signed-off-by: Snir Sheriber <ssheribe at redhat.com>
    Acked-by: Christophe Fergeau <cfergeau at redhat.com>

diff --git a/.gitmodules b/.gitmodules
index 82467e4..3884a75 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,6 @@
 [submodule "spice-common"]
 	path = spice-common
-	url = ../spice-common
+	url = ../spice-common.git
 [submodule "src/keycodemapdb"]
 	path = src/keycodemapdb
 	url = https://gitlab.com/keycodemap/keycodemapdb.git


More information about the Spice-commits mailing list