[gnome-games] Remove ability to generate ChangeLog from SVN; we're on git now!



commit 4b20a0b4c4e072c7e12b11d0551ebf7028005513
Author: Jason D. Clinton <me jasonclinton com>
Date:   Tue Apr 21 09:51:24 2009 -0500

    Remove ability to generate ChangeLog from SVN; we're on git now!
    
    Just removes some code from the toplevel Makefile.am that was svn-
    specific. Configure.in dropped the SVN macros.
---
 Makefile.am  |   10 +---------
 configure.in |    8 --------
 2 files changed, 1 insertions(+), 17 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 208a093..5a2c9e1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,18 +38,10 @@ DISTCHECK_CONFIGURE_FLAGS = \
 	--disable-schemas-install \
 	--disable-scrollkeeper
 
-# Build ChangeLog from SVN history (r7722 was the first ChangeLog-less checkin).
-# Only build this when in an svn checkout.
-# Yes, the output is different depending on which VCS you used to checkout. It
-# will change one last time once Gnome is finished transitioning to git.
-
+# Build ChangeLog from git log
 ChangeLog:
 	@if test -f $(top_srcdir)/.git/HEAD; then \
 		git svn log --stat --no-color --since=2008-06-21 > $@; \
-	elif test -f $(top_srcdir)/.svn/entries; then \
-		svn log -v --xml -r HEAD:7722 $(SVN_ROOT)/$(SVN_MODULE)/$(SVN_BRANCH) | \
-			xsltproc --stringparam strip-prefix "$(SVN_MODULE)/$(SVN_BRANCH)" \
-				--stringparam include-rev "yes" $(top_srcdir)/svn2cl.xsl - > $@; \
 	fi
 
 dist: ChangeLog
diff --git a/configure.in b/configure.in
index 677e50a..80d6cf4 100644
--- a/configure.in
+++ b/configure.in
@@ -9,14 +9,6 @@ AC_INIT([GNOME Games], [2.27.1],
   [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-games],
   [gnome-games])
 
-# ****************************
-# SVN for ChangeLog generation
-# ****************************
-
-AC_SUBST([SVN_ROOT],[http://svn.gnome.org/svn])
-AC_SUBST([SVN_MODULE],[gnome-games])
-AC_SUBST([SVN_BRANCH],[gnome_games_branch])
-
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR([gnomine/gnomine.c])
 AC_CONFIG_HEADERS([config.h])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]