X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=2a073d3a3d11d07ebe2d9d94a0ba2d213d5d9e6f;hb=9fbee5e89fe13eb431318b07e4438d4d5e368cfc;hp=78e93b773ee094be651a8c8007e1451bd18b73d6;hpb=63546278c1e00ac6d1910d4d552a933bd170ed28;p=nodemanager.git diff --git a/Makefile b/Makefile index 78e93b7..2a073d3 100644 --- a/Makefile +++ b/Makefile @@ -88,6 +88,7 @@ DEBTARBALL=../$(RPMNAME)_$(DEBVERSION).orig.tar.bz2 DATE=$(shell date -u +"%a, %d %b %Y %T") force: +debian: DESTDIR=debian/tmp debian: forward_api_calls install debian/changelog debian.source debian.package debian/changelog: debian/changelog.in @@ -134,8 +135,11 @@ 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 sync:synclxc @@ -151,7 +155,7 @@ else +$(RSYNC) $(LXC_EXCLUDES) --delete-excluded ./ $(NODEURL)/usr/share/NodeManager/ # +$(RSYNC) ./initscripts/ $(NODEURL)/etc/init.d/ +$(RSYNC) ./systemd/ $(NODEURL)/usr/lib/systemd/system/ -# ssh -i $(NODE).key.rsa root@$(NODE) service nm restart + -$(SYNC_RESTART) && { ssh -i $(NODE).key.rsa root@$(NODE) service nm restart ; } ||: endif ### fetching the key