From: Mark Hymers Date: Fri, 29 Jul 2011 20:03:34 +0000 (+0100) Subject: Merge remote branch 'mhy/master' X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=fc2af3fbf5327b1e83e2df0dcba7703d563fdcd5;hp=464551a40a4a8ca88c3803f75c4f2407575d33ff Merge remote branch 'mhy/master' --- 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}/