From 1f07474c1f50f22db3ce97032da98947bb76d242 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 7 Dec 2012 12:42:19 -0500 Subject: [PATCH] exclude debian-devel from being wipedout upon upload-website so we could have some additional repository for testing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2