X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=e6aa5a99dc044fe98182a1043275315c992b3a5f;hb=04a3f20dc71bf8b3f96b1e3172623aa346a638a7;hp=80eda203f763298d7b1054ab212b25f2b35a4b38;hpb=94de44836121fa5788c1f40a90d3d8572f75229b;p=sfa.git diff --git a/Makefile b/Makefile index 80eda203..e6aa5a99 100644 --- a/Makefile +++ b/Makefile @@ -224,8 +224,12 @@ BINS = ./config/sfa-config-tty ./config/gen-sfa-cm-config.py \ synclib: synccheck +$(RSYNC) --relative ./sfa/ --exclude migrations $(SSHURL)/usr/lib\*/python2.\*/site-packages/ +synclib3: synccheck + +$(RSYNC) --relative ./sfa/ --exclude migrations $(SSHURL)/usr/lib\*/python3.\*/site-packages/ synclibdeb: synccheck +$(RSYNC) --relative ./sfa/ --exclude migrations $(SSHURL)/usr/share/pyshared/ +syncmigrations: + +$(RSYNC) ./sfa/storage/migrations/versions/*.py $(SSHURL)/usr/share/sfa/migrations/versions/ syncbin: synccheck +$(RSYNC) $(BINS) $(SSHURL)/usr/bin/ syncinit: synccheck