X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=02bab1b8f4f25c8bda62158efbc57382be0f0a8e;hb=20d4ec12f1d17ff2791147c1139fc6ff547f0d69;hp=80eda203f763298d7b1054ab212b25f2b35a4b38;hpb=94de44836121fa5788c1f40a90d3d8572f75229b;p=sfa.git diff --git a/Makefile b/Makefile index 80eda203..02bab1b8 100644 --- a/Makefile +++ b/Makefile @@ -126,7 +126,7 @@ files: @find . -type f | egrep -v '^\./\.|/\.git/|/\.svn/|TAGS|AA-|~$$|egg-info|\.(py[co]|doc|html|pdf|png|svg|out|bak|dg|pickle)$$' git-files: - @git ls-files | grep -v '\.doc$$' + @git ls-files | egrep -v '\.(doc|html|pdf)$$' tags: $(MAKE) git-files | xargs etags @@ -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