From: Joerg Jaspert Date: Mon, 9 Mar 2009 21:36:06 +0000 (+0100) Subject: dinstall X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=fadcda88f93cc1a990e01c795d8a9466b36a2e74;p=dak.git dinstall add testingsourcelist, a list thats used by bpo for version checks. Signed-off-by: Joerg Jaspert --- diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index 433b1ed5..0d4e92d0 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -354,6 +354,9 @@ function renamelogfile() { fi } +function testingsourcelist() { + dak ls -s testing -f heidi -r .| egrep 'source$' > ${webdir}/testing.list +} ######################################################################## ######################################################################## @@ -748,6 +751,13 @@ GO=( ) stage $GO +GO=( + FUNC="testingsourcelist" + TIME="" + ARGS="" + ERR="false" +) + rm -f ${LOCK_BRITNEY} GO=(