提交 c20d81f8 编写于 作者: M Mark Hymers

Skip project trace dir

Signed-off-by: NMark Hymers <mhy@debian.org>
上级 b0ece6f8
......@@ -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}/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册