X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=2c4308c7d8bd1f14f204f55217c995c69e70d483;hb=refs%2Fheads%2Fpython3;hp=90e70def9446fccf6895dca65d2c298565200c34;hpb=f71aba8ed6780482dd3ab0bdb9d3c4727b05435d;p=sfa.git diff --git a/Makefile b/Makefile index 90e70def..2c4308c7 100644 --- a/Makefile +++ b/Makefile @@ -180,7 +180,7 @@ BINS = ./config/sfa-config-tty ./systemd/sfa-setup.sh \ $(CLIENTS) synclib: synccheck - +$(RSYNC) --relative ./sfa/ --exclude migrations $(SSHURL)/usr/lib\*/python3.\*/site-packages/ + +$(RSYNC) --relative ./sfa/ --exclude migrations $(SSHURL)/usr/lib/python3.\*/site-packages/ syncmigrations: +$(RSYNC) ./sfa/storage/migrations/versions/*.py $(SSHURL)/usr/share/sfa/migrations/versions/ syncbin: synccheck