X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcommon;h=1d04fd23238b0e83b16577bba4e6fec0c19120cc;hb=58fc1503ab1484b42e66a93155441634eff6e604;hp=4d7ad846fc7d03c9b90b46e3844555cfa786a44f;hpb=8cb8aa7d4e0a3a82f68398a88f12bd89056bba96;p=dak.git diff --git a/config/debian/common b/config/debian/common index 4d7ad846..1d04fd23 100644 --- a/config/debian/common +++ b/config/debian/common @@ -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