]> git.decadent.org.uk Git - dak.git/commitdiff
dinstall
authorJoerg Jaspert <joerg@debian.org>
Mon, 9 Mar 2009 21:36:06 +0000 (22:36 +0100)
committerJoerg Jaspert <joerg@debian.org>
Mon, 9 Mar 2009 21:36:06 +0000 (22:36 +0100)
add testingsourcelist, a list thats used by bpo for version checks.

Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/cron.dinstall

index 433b1ed546fc557ee2062c1e7fb52165add61654..0d4e92d07d129a6c8d02a9b0a132db839509d76c 100755 (executable)
@@ -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=(