From: Thierry Parmentelat Date: Wed, 24 Nov 2010 19:45:13 +0000 (+0100) Subject: don't sync remote site local accessors X-Git-Tag: plcapi-5.0-19~33 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=7b33b8f8df5d7d9c1648f8113fa5dd7bf956f50e;p=plcapi.git don't sync remote site local accessors --- diff --git a/Makefile b/Makefile index c459e85..4a634f3 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ SSHURL:=root@$(PLC):/ SSHCOMMAND:=ssh root@$(PLC) endif -LOCAL_RSYNC_EXCLUDES := --exclude '*.pyc' +LOCAL_RSYNC_EXCLUDES := --exclude '*.pyc' --exclude Accessors_site.py RSYNC_EXCLUDES := --exclude .svn --exclude CVS --exclude '*~' --exclude TAGS $(LOCAL_RSYNC_EXCLUDES) RSYNC_COND_DRY_RUN := $(if $(findstring n,$(MAKEFLAGS)),--dry-run,) RSYNC := rsync -a -v $(RSYNC_COND_DRY_RUN) $(RSYNC_EXCLUDES)