r8937 - /scripts/update-website

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Nov 7 05:43:15 UTC 2007


Author: dmn
Date: Wed Nov  7 05:43:15 2007
New Revision: 8937

URL: http://svn.debian.org/wsvn/?sc=1&rev=8937
Log:
Also export the scripts

Modified:
    scripts/update-website

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




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