tweak make sync to take settings.py into account as well
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 10 Dec 2012 19:16:09 +0000 (20:16 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 10 Dec 2012 19:16:09 +0000 (20:16 +0100)
Makefile

index dde9fac..19418db 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,8 +31,9 @@ SSHURL:=root@$(MYSLICEBOX):/
 SSHCOMMAND:=ssh root@$(MYSLICEBOX)
 
 ### rsync options
-# the config file should probably not be overridden
-LOCAL_RSYNC_EXCLUDES   := --exclude '*.pyc' --exclude settings.py --exclude devel --exclude DataTables-1.9.4
+# the config file should probably not be overridden ??
+# --exclude settings.py 
+LOCAL_RSYNC_EXCLUDES   := --exclude '*.pyc' --exclude devel --exclude DataTables-1.9.4
 # usual excludes
 RSYNC_EXCLUDES         := --exclude .git --exclude '*~' --exclude TAGS --exclude .DS_Store $(LOCAL_RSYNC_EXCLUDES) 
 # make -n will propagate as rsync -n