launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #14447
[Merge] lp:~allenap/maas/remove-cron.d into lp:maas
Gavin Panella has proposed merging lp:~allenap/maas/remove-cron.d into lp:maas.
Commit message:
Remove etc/cron.d as none of the jobs therein are used any longer.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~allenap/maas/remove-cron.d/+merge/135486
--
https://code.launchpad.net/~allenap/maas/remove-cron.d/+merge/135486
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~allenap/maas/remove-cron.d into lp:maas.
=== removed directory 'etc/cron.d'
=== removed file 'etc/cron.d/maas-gc'
--- etc/cron.d/maas-gc 2012-11-08 06:34:48 +0000
+++ etc/cron.d/maas-gc 1970-01-01 00:00:00 +0000
@@ -1,4 +0,0 @@
-# Perform daily background cleanups in MAAS.
-#
-# This currently does nothing: maas-gc is no longer needed.
-#0 0 * * * root /usr/sbin/maas gc &> /dev/null
=== removed file 'etc/cron.d/maas-import-pxe-files'
--- etc/cron.d/maas-import-pxe-files 2012-08-03 16:33:05 +0000
+++ etc/cron.d/maas-import-pxe-files 1970-01-01 00:00:00 +0000
@@ -1,3 +0,0 @@
-# Runs the MAAS image downloads early every Sunday.
-
-11 4 * * 0 root /usr/sbin/maas-import-pxe-files &> /dev/null