From f4b883716a5f57115aa88fc45965cbbacc437d95 Mon Sep 17 00:00:00 2001 From: Michael Andres Date: Wed, 21 Jan 2009 16:32:35 +0100 Subject: [PATCH] Adapt to git hosting --- mkChangelog | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/mkChangelog b/mkChangelog index 30cf432..19e16c4 100755 --- a/mkChangelog +++ b/mkChangelog @@ -36,12 +36,8 @@ entry template: Wed Jul 30 18:20:06 CEST 2008 - ma@suse.de - - - revision 10702 #---delete-or-release---# LAST RELEASED: 5.3.2 (2) NEW RELEASE: 5.4.0 (4) -The revision number is a guess and assumes you will check in to -SVN shortly after editing (current server revision + 1). - The line '#---delete-or-release---#...' shows the last version submitted to autobuild ('# LAST RELEASED:; tag in $VERSIONFILE). And also the current version, asuming you already updated the $VERSIONFILE according to your changes. @@ -107,12 +103,6 @@ function getversion() { ' } -function nextrevision() { - svn status -u CMakeLists.txt \ - | awk '/^Status against revision:/{print $4+1}' -} - - test -r /etc/sysconfig/mail && source /etc/sysconfig/mail EMAIL="${USER}@${FROM_HEADER:-$(hostname -f)}" @@ -125,7 +115,6 @@ echo "-------------------------------------------------------------------" echo "$(date) - $EMAIL" echo "" echo "- " -echo "- revision $(nextrevision)" echo "$GOTVERSION" echo "" cat $CHANGESFILE -- 2.7.4