From: Thierry Parmentelat Date: Thu, 13 Dec 2007 14:26:29 +0000 (+0000) Subject: fix the sync convenience target to push on python-2.5 X-Git-Tag: myplc-4.0-15~6 X-Git-Url: http://git.onelab.eu/?p=myplc.git;a=commitdiff_plain;h=fb1ef4ce97c363801eaf173b9d254301d004a582 fix the sync convenience target to push on python-2.5 --- diff --git a/Makefile b/Makefile index c068a47..c71409b 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ else +$(RSYNC) guest.init $(PLCSSH):/plc/root/etc/init.d/plc +$(RSYNC) $(BINARIES) $(PLCSSH):/plc/root/usr/bin +$(RSYNC) $(INITS) $(PLCSSH):/plc/root/etc/plc.d - +$(RSYNC) plc_config.py $(PLCSSH):/plc/root/usr/lib/python2.4/site-packages/plc_config.py + +$(RSYNC) plc_config.py $(PLCSSH):/plc/root/usr/lib/python2.5/site-packages/plc_config.py +$(RSYNC) default_config.xml $(PLCSSH):/plc/data/etc/planetlab/default_config.xml @echo XXXXXXXX You might consider running the following command @echo ssh $(PLCSSH) chroot /plc/root service plc start