From: Thierry Parmentelat Date: Mon, 27 Sep 2010 08:06:04 +0000 (+0200) Subject: don't sync LocalTestResources.py X-Git-Tag: tests-5.0-17~10 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=9e07b381a8685ee9566de5604b4fa4dba6b8b0a5;p=tests.git don't sync LocalTestResources.py --- diff --git a/system/Makefile b/system/Makefile index 6830c5c..e542c4e 100644 --- a/system/Makefile +++ b/system/Makefile @@ -12,7 +12,7 @@ ifdef BUILD PLCSSH:=root@$(TESTMASTER):$(BUILD) endif -LOCAL_RSYNC_EXCLUDES := --exclude '*.pyc' --exclude 'arg*' +LOCAL_RSYNC_EXCLUDES := --exclude '*.pyc' --exclude 'arg*' --exclude LocalTestResources.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)