From: Thierry Parmentelat Date: Thu, 14 Oct 2010 15:09:54 +0000 (+0200) Subject: tweak for syncing onto f12 or other arch flavours X-Git-Tag: sfa-1.0-5~21 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=489a2d6c6bdf6ce069bb21842ce305c85ce69382;p=sfa.git tweak for syncing onto f12 or other arch flavours --- diff --git a/Makefile b/Makefile index 1e0992b3..04ac659b 100644 --- a/Makefile +++ b/Makefile @@ -87,7 +87,7 @@ ifeq (,$(SSHURL)) @echo " or make sync PLCHOST=testbox1.inria.fr GUEST=vplc03.inria.fr" @exit 1 else - +$(RSYNC) ./sfa/ $(SSHURL)/usr/lib/python2.5/site-packages/sfa/ + +$(RSYNC) ./sfa/ $(SSHURL)/usr/lib\*/python2.\*/site-packages/sfa/ +$(RSYNC) ./tests/ $(SSHURL)/root/tests-sfa +$(RSYNC) $(BINS) $(SSHURL)/usr/bin $(SSHCOMMAND) exec service sfa restart