[beast] WEB: prevent deletion of remote files



commit 692b88306c1f7f6cf6d7b009e3424dc652725d7e
Author: Tim Janik <timj gtk org>
Date:   Tue Jan 25 02:11:41 2011 +0100

    WEB: prevent deletion of remote files

 web/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/web/Makefile.am b/web/Makefile.am
index bdc1090..81c2229 100644
--- a/web/Makefile.am
+++ b/web/Makefile.am
@@ -270,7 +270,7 @@ site: html/style/.md5sum html/web-images/.md5sum html/images/.md5sum
 # remote installation
 SITE_REMOTE = beast-web:/srv/beast/
 site-update: site
-	rsync -aH --progress --del php html ${SITE_REMOTE}
+	rsync -aH --progress php html ${SITE_REMOTE}
 # preview installation
 BEAST_PREVIEW=~/public_html/beast-preview/
 site-preview: ${BEAST_PREVIEW}/. site



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]