From: Joerg Jaspert Date: Sat, 21 Feb 2009 19:56:46 +0000 (+0100) Subject: dinstall X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=7d0a92e1d54ba4f75f46ec527a6286ec638b268e;p=dak.git dinstall args, 2 functions with same name does no good Signed-off-by: Joerg Jaspert --- diff --git a/config/debian/dinstall b/config/debian/dinstall index 91d9b536..2c6de187 100755 --- a/config/debian/dinstall +++ b/config/debian/dinstall @@ -223,7 +223,7 @@ function release() { dak generate-releases } -function cleanup() { +function dakcleanup() { log "Cleanup old packages/files" dak clean-suites dak clean-queues @@ -583,7 +583,7 @@ GO=( stage $GO GO=( - FUNC="cleanup" + FUNC="dakcleanup" TIME="cleanup" ARGS="" ERR=""