From: Thierry Parmentelat <thierry.parmentelat@inria.fr>
Date: Mon, 15 Sep 2014 06:06:28 +0000 (+0200)
Subject: iron out the sync target - not used at build time
X-Git-Tag: nodemanager-5.2-15~3^2~10
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=bc9fd36075e100d05cb831a46a6c65cee8952189;p=nodemanager.git

iron out the sync target - not used at build time
---

diff --git a/Makefile b/Makefile
index 6069f41..2a073d3 100644
--- a/Makefile
+++ b/Makefile
@@ -135,8 +135,8 @@ NODEURL:=root@$(NODE):/
 endif
 
 # this is for lxc only, we need to exclude the vs stuff that otherwise messes up everything on node
-# keep this in sync with setup-vs.spec
-LXC_EXCLUDES= --exclude sliver_vs.py --exclude coresched_vs.py
+# keep this in sync with setup.spec
+LXC_EXCLUDES= --exclude sliver_vs.py --exclude coresched_vs.py --exclude drl.py
 
 # run with make SYNC_RESTART=false if you want to skip restarting nm
 SYNC_RESTART=true