Adapt to git hosting
authorMichael Andres <ma@suse.de>
Wed, 21 Jan 2009 15:32:35 +0000 (16:32 +0100)
committerMichael Andres <ma@suse.de>
Thu, 22 Jan 2009 08:40:56 +0000 (09:40 +0100)
mkChangelog

index 30cf432..19e16c4 100755 (executable)
@@ -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