[Spice-commits] autogen.sh .gitmodules

Christophe Fergau teuf at kemper.freedesktop.org
Fri Apr 12 02:46:28 PDT 2013


 .gitmodules |    1 -
 autogen.sh  |    2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

New commits:
commit d0668d782300197b68b17a797ca67277ab817083
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Fri Apr 12 11:03:52 2013 +0200

    Revert "build-sys: keep common submodule up to date"
    
    This reverts commit 5150285e1cba35570c29bd923df065d2c81f081e.

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


More information about the Spice-commits mailing list