|
From: <sv...@va...> - 2012-09-19 09:21:19
|
jf 2012-09-19 10:21:07 +0100 (Wed, 19 Sep 2012)
New Revision: 469
Log:
Don’t remove .diff files from the download area
Modified files:
trunk/Makefile
Modified: trunk/Makefile (+1 -1)
===================================================================
--- trunk/Makefile 2012-09-19 07:56:34 +01:00 (rev 468)
+++ trunk/Makefile 2012-09-19 10:21:07 +01:00 (rev 469)
@@ -8,7 +8,7 @@
# Also exclude bzip archives in downloads, since they are put in manually
install: $(SITE)/.htaccess
- rsync --delete-after --perms --chmod=D+x,u+rw,go-w,+r --exclude /.htaccess.in --exclude /.htaccess --exclude /downloads/\*\*.bz2 --recursive --links --times --group ./ $(SITE)
+ rsync --delete-after --perms --chmod=D+x,u+rw,go-w,+r --exclude /.htaccess.in --exclude /.htaccess --exclude /downloads/\*\*.bz2 --exclude /downloads/\*\*.diff --recursive --links --times --group ./ $(SITE)
# the site-dependent .htaccess file:
$(SITE)/.htaccess: .htaccess.in Makefile
|