X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=3838ef28987a12a6bc4d49d083a5a900cbbe769b;hb=3a1f3e7bf492a73df6cacdf9a291f4c22f03a6ba;hp=5221fa886d32f8e56206958e6a07f5436766746b;hpb=832e4279625c534790f1bd7f1099139e1e455ccd;p=nodemanager.git diff --git a/Makefile b/Makefile index 5221fa8..3838ef2 100644 --- a/Makefile +++ b/Makefile @@ -198,3 +198,11 @@ else @echo "FETCHING key" +scp $(KEYURL) $@ endif + +########## exp. too +SLICE=inri_sl1 + +syncvinit: + $(RSYNC) sliver-systemd/vinit.st* $(NODEURL)/vservers/$(SLICE)/usr/bin/ + $(RSYNC) sliver-systemd/vinit.service $(NODEURL)/vservers/$(SLICE)/usr/lib/systemd/system/ + echo "remember to run 'systemctl daemon-reload' within this slice"