[Inteproxy-commits] r125 - in trunk: . website
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Apr 17 16:17:05 CEST 2008
Author: jan
Date: 2008-04-17 16:17:05 +0200 (Thu, 17 Apr 2008)
New Revision: 125
Modified:
trunk/ChangeLog
trunk/website/Makefile
Log:
* Makefile: fix for user name
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-04-17 14:11:25 UTC (rev 124)
+++ trunk/ChangeLog 2008-04-17 14:17:05 UTC (rev 125)
@@ -1,5 +1,9 @@
2008-04-17 Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
+ * Makefile: fix for user name
+
+2008-04-17 Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
+
* HowTo-Release.txt: More fixes and added item on homepage update.
* website/index.htm4, website/index-de.htm4: Updated with
Modified: trunk/website/Makefile
===================================================================
--- trunk/website/Makefile 2008-04-17 14:11:25 UTC (rev 124)
+++ trunk/website/Makefile 2008-04-17 14:17:05 UTC (rev 125)
@@ -19,7 +19,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")
+USER=$(shell grep "svn+ssh://" .svn/entries | head -1 | sed -e "s/.*svn+ssh:\/\///g" | sed -e "s/@.*//g")
CURDIR=$(shell pwd)
More information about the Inteproxy-commits
mailing list