X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=45add834e49e31b13e09f9deb4e91cd624faec5e;hb=0eb2fd645abe02f4fbb79d9ebc5a17b292b8dd2d;hp=80eda203f763298d7b1054ab212b25f2b35a4b38;hpb=94de44836121fa5788c1f40a90d3d8572f75229b;p=sfa.git diff --git a/Makefile b/Makefile index 80eda203..45add834 100644 --- a/Makefile +++ b/Makefile @@ -226,6 +226,8 @@ synclib: synccheck +$(RSYNC) --relative ./sfa/ --exclude migrations $(SSHURL)/usr/lib\*/python2.\*/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