r8938 - /scripts/update-website

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Nov 7 05:50:32 UTC 2007


Author: dmn
Date: Wed Nov  7 05:50:32 2007
New Revision: 8938

URL: http://svn.debian.org/wsvn/?sc=1&rev=8938
Log:
Revert re-exporting of the scripts. This is now done in the post-commit hook

Modified:
    scripts/update-website

Modified: scripts/update-website
URL: http://svn.debian.org/wsvn/scripts/update-website?rev=8938&op=diff
==============================================================================
--- scripts/update-website (original)
+++ scripts/update-website Wed Nov  7 05:50:32 2007
@@ -21,16 +21,15 @@
 
 # Place this script somewhere where it can be executed in SVN's post-commit hook
 
-GRP_HOME=/org/alioth.debian.org/chroot/home/groups/pkg-perl
-REPOSITORY=file:///svn/pkg-perl
+HTDOCS=/org/alioth.debian.org/chroot/home/groups/pkg-perl/htdocs
+REPOSITORY=file:///svn/pkg-perl/website
 
 umask 002
 
-svn export --force $REPOSITORY/website $GRP_HOME/htdocs
-svn export --force $REPOSITORY/scripts $GRP_HOME/scripts
+svn export --force $REPOSITORY $HTDOCS 
 
 # Enter here commands for automatical stuff
-cd $GRP_HOME/htdocs
+cd $HTDOCS
 
 for file in *.pod
 do




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