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

build experimental directory tree

Signed-off-by: NMark Hymers <mhy@debian.org>
上级 cc024f70
......@@ -49,6 +49,15 @@ function make_buildd_dir () {
cp -al ${incoming}/buildd/. tree/${STAMP}/
ln -sfT tree/${STAMP} ${incoming}/builddweb
find ./tree -mindepth 1 -maxdepth 1 -not -name "${STAMP}" -type d -print0 | xargs --no-run-if-empty -0 rm -rf
for dist in experimental
do
cd ${incoming}/dists/${dist}
mkdir -p tree/${STAMP}
cp -al ${incoming}/dists/${dist}/buildd/. tree/${STAMP}/
ln -sfT tree/${STAMP} ${incoming}/dists/${dist}/current
find ./tree -mindepth 1 -maxdepth 1 -not -name "${STAMP}" -type d -print0 | xargs --no-run-if-empty -0 rm -rf
done
}
# Do the unchecked processing, in case we have files.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册