r5653 - /scripts/update-website

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri Jun 22 20:54:14 UTC 2007


Author: gregoa-guest
Date: Fri Jun 22 20:54:14 2007
New Revision: 5653

URL: http://svn.debian.org/wsvn/?sc=1&rev=5653
Log:
small changes to update-website

Modified:
    scripts/update-website

Modified: scripts/update-website
URL: http://svn.debian.org/wsvn/scripts/update-website?rev=5653&op=diff
==============================================================================
--- scripts/update-website (original)
+++ scripts/update-website Fri Jun 22 20:54:14 2007
@@ -1,5 +1,6 @@
 #!/bin/bash
 # © 2004 Joachim Breitner <nomeata at debian.org>
+# changed by gregor herrmann <gregor+debian at comodo.priv.at>
 
 # Permission is hereby granted, free of charge, to any person obtaining a copy of
 # this software and associated documentation files (the "Software"), to deal in
@@ -25,8 +26,7 @@
 
 umask 002
 
-rm -rf $HTDOCS
-svn export $REPOSITORY $HTDOCS 
+svn export --force $REPOSITORY $HTDOCS 
 
 # Enter here commands for automatical stuff
 cd $HTDOCS




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