提交 58fc1503 编写于 作者: A Ansgar Burchardt

config/*/common: do not touch incoming

The incoming build queue is now managed by manage-build-queues.
上级 8cb8aa7d
......@@ -37,15 +37,6 @@ function wbtrigger() {
# used by cron.dinstall *and* cron.unchecked.
function make_buildd_dir () {
dak manage-build-queues -a
for dist in $(ls -1 ${incoming}/dists/); 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.
......
......@@ -34,17 +34,6 @@ function wbtrigger() {
# used by cron.dinstall *and* cron.unchecked.
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}/
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
}
# Process (oldstable)-proposed-updates "NEW" queue
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册