From fadcda88f93cc1a990e01c795d8a9466b36a2e74 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Mon, 9 Mar 2009 22:36:06 +0100 Subject: [PATCH] dinstall add testingsourcelist, a list thats used by bpo for version checks. Signed-off-by: Joerg Jaspert --- config/debian/cron.dinstall | 10 ++++++++++ 1 file changed, 10 insertions(+) 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=( -- 2.39.2