Commit
161be1dcc37e20c9ce8f5cf8a8b5daf16797fda0
Authored by
Marco
Exists in
master
and in
39 other branches
1.12.x, add_requests_as_dep, celery_service, change-passwd-signal, check-port, colab-signals, colab-vcard, colab_search, colab_tag, colab_tag_merge, community_association, detach_super_archives, fix-dashboard, fix-message-preview, fix_app_label, fix_cache_count_spb, fix_header, fixed_gitlab_import, go_to_profile_panel, header_footer, layout-fix, mobile_user_scalable, move_out_plugins, paginate-threads, profile_integration, refactor-data-import, remove-gitlab-plugin, removing_namespace, search_block, search_filters, spb-release/3.0, split_screen, stable, startplugin, timestamp_plugins, translation_review, user_regex, validate-passwd, workin_whoosh_temp
Add dpaste cleanup_snippets command to cronjob
| @@ -58,4 +58,9 @@ class colab::cronjobs { |
| @@ -58,4 +58,9 @@ class colab::cronjobs { |
58
| # ], |
58
| # ], |
59
| #} |
59
| #} |
60
| |
60
| |
| |
61
| + cron { 'cleanup-snippets': |
| |
62
| + command => "$manage_colab cleanup_snippets &> /dev/null", |
| |
63
| + hour => '1', |
| |
64
| + } |
| |
65
| + |
61
| } |
66
| } |