X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=ef55346c7435b768f42402466410430a0d60c376;hb=e450a7ff804c812404d99c7a955eb1e34f426218;hp=a0a8e12c32894d57ea12a604b53d72e7d25de836;hpb=da5f40b50a37db4b4c8d63346724649813647e05;p=plcapi.git diff --git a/Makefile b/Makefile index a0a8e12..ef55346 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,7 @@ else +$(RSYNC) db-config.d/ $(SSHURL)/etc/planetlab/db-config.d/ +$(RSYNC) plc.d/ $(SSHURL)/etc/plc.d/ +$(RSYNC) apache/plc.wsgi $(SSHURL)/usr/share/plc_api/apache/ - $(SSHCOMMAND) systemctl restart httpd + $(SSHCOMMAND) "/etc/plc.d/httpd stop; /etc/plc.d/httpd start" endif #################### convenience, for debugging only