From: Yaroslav Halchenko Date: Fri, 7 Dec 2012 17:42:19 +0000 (-0500) Subject: exclude debian-devel from being wipedout upon upload-website X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1f07474c1f50f22db3ce97032da98947bb76d242;p=neurodebian.git exclude debian-devel from being wipedout upon upload-website so we could have some additional repository for testing --- diff --git a/Makefile b/Makefile index f2876a1..8aa19e3 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ build/db.db: upload-website: html rsync -rvzlhp --delete \ - --exclude=debian --exclude=debian-local --exclude=_files \ + --exclude=debian --exclude=debian-local --exclude=debian-devel --exclude=_files \ --chmod=Dg+s,g+rw $(WWW_DIR) $(WWW_UPLOAD_URI) : # Touch stamp here so we get it updated on every upload touch $@-stamp