]> git.ipfire.org Git - ipfire.org.git/commitdiff
crontab: Disable all jobs for development purposes
authorRico Hoppe <rico.hoppe@ipfire.org>
Thu, 2 Mar 2023 15:46:36 +0000 (15:46 +0000)
committerRico Hoppe <rico.hoppe@ipfire.org>
Fri, 3 Mar 2023 10:01:36 +0000 (10:01 +0000)
Signed-off-by: Rico Hoppe <rico.hoppe@ipfire.org>
src/crontab/ipfire

index 4122f187ae79f1c03d06480725e6ca871dc269e9..fad0808ba7bacfde8f62bcd430ab4bdca3854d77 100644 (file)
@@ -1,25 +1,25 @@
 SHELL=/bin/bash
 
 # Update blog feeds once an hour
-0 * * * *      nobody  ipfire.org update-blog-feeds
+#0 * * * *     nobody  ipfire.org update-blog-feeds
 
 # Scan for release files once an hour
-0 * * * *      nobody  ipfire.org scan-files
+#0 * * * *     nobody  ipfire.org scan-files
 
 # Send messages
-* * * * *      nobody  flock /tmp/.ipfire.org.send-all-messages.lock ipfire.org send-all-messages
+#* * * * *     nobody  flock /tmp/.ipfire.org.send-all-messages.lock ipfire.org send-all-messages
 
 # Run campaigns
-*/5 * * * *    nobody  ipfire.org run-campaigns
+#*/5 * * * *   nobody  ipfire.org run-campaigns
 
 # Announce blog posts
-*/5 * * * *    nobody  ipfire.org announce-blog-posts
+#*/5 * * * *   nobody  ipfire.org announce-blog-posts
 
 # Cleanup once an hour
-30 * * * *     nobody  ipfire.org cleanup
+#30 * * * *    nobody  ipfire.org cleanup
 
 # Check mirrors once every 30 min
-*/30 * * * *   nobody  ipfire.org --logging=error check-mirrors
+#*/30 * * * *  nobody  ipfire.org --logging=error check-mirrors
 
 # Tweet once a week
-0 8 * * *      nobody  sleep ${RANDOM} && ipfire.org tweet
+#0 8 * * *     nobody  sleep ${RANDOM} && ipfire.org tweet