From: Thierry Parmentelat Date: Mon, 10 Dec 2012 19:16:09 +0000 (+0100) Subject: tweak make sync to take settings.py into account as well X-Git-Tag: myslice-django-0.1-1~149 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=bc918b4572f0f05c7f0080f3c65ff1d82cb3f133 tweak make sync to take settings.py into account as well --- diff --git a/Makefile b/Makefile index dde9fac3..19418dbd 100644 --- 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