]> git.donarmstrong.com Git - neurodebian.git/commitdiff
ENH: also upload the neurodebian-travis.sh to the website under _files/
authorYaroslav Halchenko <debian@onerussian.com>
Fri, 6 Feb 2015 15:34:43 +0000 (10:34 -0500)
committerYaroslav Halchenko <debian@onerussian.com>
Fri, 6 Feb 2015 15:34:43 +0000 (10:34 -0500)
Makefile

index a2f86caea92a60a9dc8cbe86fb2eccf07d442bcb..3a97d7c090b26a7c7197ab9055d8ca32cf31f682 100644 (file)
--- 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