]> git.decadent.org.uk Git - dak.git/commitdiff
dinstall
authorJoerg Jaspert <joerg@debian.org>
Sat, 21 Feb 2009 19:56:46 +0000 (20:56 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sat, 21 Feb 2009 19:56:46 +0000 (20:56 +0100)
args, 2 functions with same name does no good

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

index 91d9b536b46e6ee8e1975ac8469d6ca2b20df954..2c6de1870ac8bc843cf53c6a7610d4fc43e16d0c 100755 (executable)
@@ -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=""