From fb1ef4ce97c363801eaf173b9d254301d004a582 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 13 Dec 2007 14:26:29 +0000 Subject: [PATCH] fix the sync convenience target to push on python-2.5 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.0