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.kueb...@gmail.com>
Date:   Mon Jun 20 22:07:21 2016 +0200

    Bug 12548: Remove obsolete revision generation with svn.
    
    Thanks to Wim Hueskes <x...@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.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to