r77974 - /scripts/update-website

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Jul 29 09:49:05 UTC 2011


Author: dmn
Date: Fri Jul 29 09:49:04 2011
New Revision: 77974

URL: http://svn.debian.org/wsvn/?sc=1&rev=77974
Log:
supply GIT_DIR to git archive

Modified:
    scripts/update-website

Modified: scripts/update-website
URL: http://svn.debian.org/wsvn/scripts/update-website?rev=77974&op=diff
==============================================================================
--- scripts/update-website (original)
+++ scripts/update-website Fri Jul 29 09:49:04 2011
@@ -27,7 +27,7 @@
 
 umask 002
 
-git archive --format=tar master | tar -C $HTDOCS -x
+GIT_DIR=$REPOSITORY git archive --format=tar master | tar -C $HTDOCS -x
 
 # Enter here commands for automatical stuff
 cd $HTDOCS




More information about the Pkg-perl-cvs-commits mailing list