[dak/bpo] dinstall
args, 2 functions with same name does no good
Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
config/debian/dinstall | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/debian/dinstall b/config/debian/dinstall
index 91d9b53..2c6de18 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=""
--
1.5.6.5
Reply to: