From d8cf8605b62a7b5d847e9e2040358b2775f4c6f9 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 6 Feb 2015 10:34:43 -0500 Subject: [PATCH] ENH: also upload the neurodebian-travis.sh to the website under _files/ --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a2f86ca..3a97d7c 100644 --- a/Makefile +++ b/Makefile @@ -74,6 +74,7 @@ upload-website: html rsync -rvzlhp --delete \ --exclude=debian --exclude=debian-local --exclude=debian-devel --exclude=debian-custom --exclude=_files \ --chmod=Dg+s,g+rw $(WWW_DIR) $(WWW_UPLOAD_URI) + rsync -rvzlhp --chmod=Dg+s,g+rw tools/neurodebian-travis.sh $(WWW_UPLOAD_URI)/_files/ : # Touch stamp here so we get it updated on every upload touch $@-stamp -- 2.39.2