From c20d81f8d49cebe634f80e4edbf437799e3d3111 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Fri, 29 Jul 2011 15:41:06 +0100 Subject: [PATCH] Skip project trace dir Signed-off-by: Mark Hymers --- config/debian/common | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/debian/common b/config/debian/common index f5ec8ae6..61559515 100644 --- a/config/debian/common +++ b/config/debian/common @@ -36,6 +36,8 @@ function make_buildd_dir () { dak manage-build-queues -a for dist in $(ls -1 ${incoming}/dists/); do + # Skip project trace directory + if [ "${dist}x" = "projectx" ]; then continue; fi cd ${incoming}/dists/${dist} mkdir -p tree/${STAMP} cp -al ${incoming}/dists/${dist}/buildd/. tree/${STAMP}/ -- 2.39.2