[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Handle yearly cronjobs



---
 config/debian/cronscript | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/config/debian/cronscript b/config/debian/cronscript
index ec5975d..e77e082 100755
--- a/config/debian/cronscript
+++ b/config/debian/cronscript
@@ -60,7 +60,7 @@ Currently accepted Arguments:
 
    unchecked - Process the unchecked queue
    dinstall  - Run a dinstall
-   hourly, daily, weekly - Run that part
+   yearly, hourly, daily, weekly - Run that part
 
 EOF
     exit 0
@@ -122,6 +122,8 @@ case ${ARG} in
         ;;
     monthly)
         ;;
+    yearly)
+        ;;
     *)
         error "Unknown arg ${ARG}"
         exit 42
@@ -230,6 +232,8 @@ case ${ARG} in
         ;;
     monthly)
         ;;
+    yearly)
+        ;;
 esac
 
 # Now, at the very (successful) end of this run, make sure we remove
-- 
2.1.4


Reply to: