aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'euscanwww/djeuscan/tasks.py')
-rw-r--r--euscanwww/djeuscan/tasks.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/euscanwww/djeuscan/tasks.py b/euscanwww/djeuscan/tasks.py
index 61229da..b9e4634 100644
--- a/euscanwww/djeuscan/tasks.py
+++ b/euscanwww/djeuscan/tasks.py
@@ -360,6 +360,15 @@ def send_monthly_email():
group_chunks(process_emails, profiles, settings.TASKS_EMAIL_GROUPS)()
return True
+
+@task
+def collect_stabilization_candidates():
+ """
+ This task collects the packages that are stabilization candidates
+ """
+ pass
+
+
admin_tasks = [
regen_rrds,
update_counters,