From: Yaroslav Halchenko Date: Fri, 6 Feb 2015 15:34:43 +0000 (-0500) Subject: ENH: also upload the neurodebian-travis.sh to the website under _files/ X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=d8cf8605b62a7b5d847e9e2040358b2775f4c6f9;p=neurodebian.git ENH: also upload the neurodebian-travis.sh to the website under _files/ --- 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