[Xfce4-commits] <xfce-git-hooks:master> Try prefixing the www $REPO cases with www/.

Jannis Pohlmann noreply at xfce.org
Sun May 23 23:36:01 CEST 2010


Updating branch refs/heads/master
         to fbc9ed58dc44203adceb2f2302ff3509471befc0 (commit)
       from 49efe97b7e151c7162a571a59de825b06c7f0f54 (commit)

commit fbc9ed58dc44203adceb2f2302ff3509471befc0
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Sun May 23 23:34:56 2010 +0200

    Try prefixing the www $REPO cases with www/.

 hooks/post-update-03-www-pull |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hooks/post-update-03-www-pull b/hooks/post-update-03-www-pull
index 9a37779..8dd253b 100755
--- a/hooks/post-update-03-www-pull
+++ b/hooks/post-update-03-www-pull
@@ -1,11 +1,11 @@
 #!/bin/sh
 
 case "$REPO" in
-  wiki.xfce.org)
+  www/wiki.xfce.org)
     GIT_DIR=/var/www/wiki.xfce.org/.git git pull
     ;;
 
-  www.xfce.org)
+  www/www.xfce.org)
     GIT_DIR=/var/www/www.xfce.org/.git git pull
     ;;
 esac



More information about the Xfce4-commits mailing list