X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=e3449bbd65cd81f4f15e675105fb9c32fd535adf;hb=120979bd0e438477dfeb702ed99d06a3d257b9af;hp=9d850a765dff585c3b0027c18024f64b109a5f2d;hpb=92db172eb967bdfec2f949a1a15592c0409a31ed;p=myslice.git diff --git a/Makefile b/Makefile index 9d850a76..e3449bbd 100644 --- a/Makefile +++ b/Makefile @@ -116,7 +116,7 @@ SSHCOMMAND:=ssh root@$(MYSLICEBOX) LOCAL_RSYNC_EXCLUDES := --exclude '*.pyc' LOCAL_RSYNC_EXCLUDES += --exclude '*.sqlite3' --exclude myslice.ini LOCAL_RSYNC_EXCLUDES += --exclude static --exclude templates --exclude build -LOCAL_RSYNC_EXCLUDES += --exclude to-be-integrated --exclude third-party --exclude 'offline*' +LOCAL_RSYNC_EXCLUDES += --exclude to-be-integrated --exclude third-party # usual excludes RSYNC_EXCLUDES := --exclude .git --exclude '*~' --exclude TAGS --exclude .DS_Store $(LOCAL_RSYNC_EXCLUDES) # make -n will propagate as rsync -n @@ -148,8 +148,8 @@ ifeq (,$(MYSLICEBOX)) @echo " $(MAKE) MYSLICEBOX=debian04.pl.sophia.inria.fr "$@"" @exit 1 else - +$(RSYNC) ./apache/myslice.conf $(SSHURL)/$(INSTALLED_APACHE)/ - +$(RSYNC) ./apache/unfold-init-ssl.py $(SSHURL)/$(bindir)/ + +$(RSYNC) ./apache/unfold.conf $(SSHURL)/$(INSTALLED_APACHE)/ + +$(RSYNC) ./apache/unfold-init-ssl.sh $(SSHURL)/$(bindir)/ endif restart: