]> git.donarmstrong.com Git - neurodebian.git/commitdiff
exclude debian-devel from being wipedout upon upload-website
authorYaroslav Halchenko <debian@onerussian.com>
Fri, 7 Dec 2012 17:42:19 +0000 (12:42 -0500)
committerYaroslav Halchenko <debian@onerussian.com>
Fri, 7 Dec 2012 17:42:19 +0000 (12:42 -0500)
so we could have some additional repository for testing

Makefile

index f2876a1740f680b4cc18d330e4c647d5eb39eb55..8aa19e3d4f1c01885068669e8b754efa488aa93b 100644 (file)
--- 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