[Spice-devel] [spice-gtk] Revert "build-sys: keep common submodule up to date"
Christophe Fergeau
cfergeau at redhat.com
Fri Apr 12 02:47:16 PDT 2013
This reverts commit 5150285e1cba35570c29bd923df065d2c81f081e.
---
Hey, I've reverted this as this broke the build on Fedora 18, and I did not
have time to investigate further what was going on.
Christophe
.gitmodules | 1 -
autogen.sh | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/.gitmodules b/.gitmodules
index 57aaded..0c618ee 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,4 +1,3 @@
[submodule "spice-common"]
path = spice-common
url = ../spice-common
- branch = master
diff --git a/autogen.sh b/autogen.sh
index 85b76a9..0c18272 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,7 +5,7 @@ set -e # exit on errors
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
-git submodule update --init --recursive --remote
+git submodule update --init --recursive
gtkdocize
autoreconf -v --force --install
--
1.8.1.4
More information about the Spice-devel
mailing list