]> git.donarmstrong.com Git - dak.git/commitdiff
We also want a -T there, stupid ln, could figure it out itself, never
authorJoerg Jaspert <joerg@debian.org>
Fri, 8 Aug 2008 01:55:33 +0000 (01:55 +0000)
committerJoerg Jaspert <joerg@debian.org>
Fri, 8 Aug 2008 01:55:33 +0000 (01:55 +0000)
heard of AI, eh?

config/debian/cron.unchecked

index 085868287c2204c09977d7a1bb977daeff1d659b..f17331df70a1bf032795b33486f007da67791b56 100755 (executable)
@@ -60,7 +60,7 @@ if lockfile -r3 $LOCKFILE; then
            cd ${incoming}
            mkdir -p tree/${STAMP}
            cp -al ${incoming}/buildd/. tree/${STAMP}/
-           ln -sf tree/${STAMP} ${incoming}/builddweb
+           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
 
            . $configdir/cron.buildd