[Xfce4-commits] [panel-plugins/xfce4-calculator-plugin] 01/08: Bug 12548: Remove obsolete revision generation with svn.

noreply at xfce.org noreply at xfce.org
Mon Jun 20 22:27:45 CEST 2016


This is an automated email from the git hooks/post-receive script.

roland pushed a commit to branch master
in repository panel-plugins/xfce4-calculator-plugin.

commit 9c46d336a65fb12c58560ee4df1d20345db33584
Author: Roland Kuebert <roland.kuebert at gmail.com>
Date:   Mon Jun 20 22:07:21 2016 +0200

    Bug 12548: Remove obsolete revision generation with svn.
    
    Thanks to Wim Hueskes <xfce at wimhueskes.eu>.
---
 autogen.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 13350da..a3fa51a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -27,9 +27,7 @@ EOF
 
 # substitute revision and linguas
 linguas=`sed -e '/^#/d' po/LINGUAS`
-revision=`LC_ALL=C svn info $0 | awk '/^Revision: / {printf "%04d\n", $2}'`
 sed -e "s/@LINGUAS@/${linguas}/g" \
-    -e "s/@REVISION@/${revision}/g" \
     < "configure.in.in" > "configure.in"
 
 exec xdt-autogen $@

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list