X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=45add834e49e31b13e09f9deb4e91cd624faec5e;hp=80eda203f763298d7b1054ab212b25f2b35a4b38;hb=a5fdefe7f034410ab55ba0d739c2b802334418e9;hpb=862a054f009010f2356c0064bd0930b562bfb443 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