rev 8894 - scripts/svn-hooks

Adeodato Simó adeodato at alioth.debian.org
Thu Jan 10 10:19:31 UTC 2008


Author: adeodato
Date: 2008-01-10 10:19:29 +0000 (Thu, 10 Jan 2008)
New Revision: 8894

Modified:
   scripts/svn-hooks/post-commit
Log:
The umask should be the first thing.

Modified: scripts/svn-hooks/post-commit
===================================================================
--- scripts/svn-hooks/post-commit	2008-01-10 10:16:35 UTC (rev 8893)
+++ scripts/svn-hooks/post-commit	2008-01-10 10:19:29 UTC (rev 8894)
@@ -29,11 +29,11 @@
 # 
 # Here is an example hook script, for a Unix /bin/sh interpreter:
 
+umask 002
+
 # set -x
 # exec >>`dirname $0`/`basename $0`.log 2>&1
 
-umask 002
-
 REPOS="$1"
 REV="$2"
 WEB_DIR=/var/lib/gforge/chroot/home/groups/pkg-kde/web-autoupdate/www/v2




More information about the pkg-kde-commits mailing list