[epiphany] Remove ChangeLog generation from SVN
- From: Xan Lopez <xan src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [epiphany] Remove ChangeLog generation from SVN
- Date: Thu, 31 Dec 2009 14:24:24 +0000 (UTC)
commit a34d0282981edad5fa11b2729a3c9c00ef29c261
Author: Xan Lopez <xan gnome org>
Date: Thu Dec 31 15:15:47 2009 +0100
Remove ChangeLog generation from SVN
It's not useful anymore, only leave the git bits.
Makefile.am | 8 +--
configure.ac | 8 --
svn2cl.xsl | 295 ----------------------------------------------------------
3 files changed, 1 insertions(+), 310 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 5b5d1d1..51638e4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,16 +38,10 @@ DISTCHECK_CONFIGURE_FLAGS = \
# Ignore gtk theme cache files on distcheck
distuninstallcheck_listfiles = find . -type f -print | grep -v 'icon-theme.cache'
-# Build ChangeLog from SVN history (r7394 was the first ChangeLog-less checkin).
-# Only build this when in an svn checkout.
-
+# Build ChangeLog from git history
ChangeLog:
@if test -f $(top_srcdir)/.git/HEAD; then \
git log --stat > $@; \
- elif test -f $(top_srcdir)/.svn/entries; then \
- svn log -v --xml -r HEAD:7394 $(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.ac b/configure.ac
index 13423f0..8f44e21 100644
--- a/configure.ac
+++ b/configure.ac
@@ -410,14 +410,6 @@ AC_DEFINE_UNQUOTED([LSB_DISTRIBUTOR],["$LSB_DISTRIBUTOR"],[Distributor name])
GNOME_DOC_INIT
GTK_DOC_CHECK([1.0])
-# ****************************
-# SVN for ChangeLog generation
-# ****************************
-
-AC_SUBST([SVN_ROOT],[http://svn.gnome.org/svn])
-AC_SUBST([SVN_MODULE],[epiphany])
-AC_SUBST([SVN_BRANCH],[epiphany_branch])
-
# ************
# Output files
# ************
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]