X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=9d850a765dff585c3b0027c18024f64b109a5f2d;hb=92db172eb967bdfec2f949a1a15592c0409a31ed;hp=755ef9571a583c294ce1fa971d160c3f993f6b96;hpb=be299cf00512e0bc83bf48518a0290bdedf7ff10;p=myslice.git diff --git a/Makefile b/Makefile index 755ef957..9d850a76 100644 --- a/Makefile +++ b/Makefile @@ -127,7 +127,7 @@ RSYNC := rsync -a -v $(RSYNC_COND_DRY_RUN) $(RSYNC_EXCLUDES) #################### minimal convenience for pushing work-in-progress in an apache-based depl. # xxx until we come up with a packaging this is going to be a wild guess # on debian04 I have stuff in /usr/share/myslice and a symlink in /root/myslice -INSTALLED_MAIN =/usr/share/unfold +INSTALLED_MAIN =/usr/share/pyshared # this is for a debian box INSTALLED_APACHE =/etc/apache2/sites-available/ @@ -149,7 +149,7 @@ ifeq (,$(MYSLICEBOX)) @exit 1 else +$(RSYNC) ./apache/myslice.conf $(SSHURL)/$(INSTALLED_APACHE)/ - +$(RSYNC) ./apache/init-ssl.sh ./apache/init-ssl.py $(SSHURL)/$(bindir)/ + +$(RSYNC) ./apache/unfold-init-ssl.py $(SSHURL)/$(bindir)/ endif restart: