[Gpg4kde-commits] r16 - trunk/doc/website

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Mon Feb 4 14:44:17 CET 2019


Author: bernhard
Date: 2019-02-04 14:44:17 +0100 (Mon, 04 Feb 2019)
New Revision: 16

Modified:
   trunk/doc/website/Makefile
Log:
Improve website/Makefile to get svn USER info

 * Using an `svn info` command which shall work with modern svn versions.




Modified: trunk/doc/website/Makefile
===================================================================
--- trunk/doc/website/Makefile	2010-07-09 09:14:25 UTC (rev 15)
+++ trunk/doc/website/Makefile	2019-02-04 13:44:17 UTC (rev 16)
@@ -21,7 +21,7 @@
 ADD_INST_TYPES = *.css *.ico *.php
 ADD_INST_DIRS = pix
 
-USER=$(shell grep "svn+ssh://" .svn/entries | sed -e "s/.*svn+ssh:\/\///g" | sed -e "s/@.*//g" | head -1)
+USER=$(shell svn info --show-item url | sed -e "s/.*svn+ssh:\/\///g" | sed -e "s/@.*//g" | head -1)
 
 CURDIR=$(shell pwd)
 



More information about the Gpg4kde-commits mailing list