[Piuparts-commits] [SCM] piatti.debian.org configuration files branch, develop, updated. a58ab30800710a6a0b85c849f6afec6e55d36af3
Holger Levsen
holger at layer-acht.org
Fri Dec 9 10:20:56 UTC 2011
The following commit has been merged in the develop branch:
commit a58ab30800710a6a0b85c849f6afec6e55d36af3
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Dec 9 11:20:38 2011 +0100
use /home/holgi consistently
diff --git a/home/piupartsm/crontab b/home/piupartsm/crontab
index b951835..8aa9d06 100644
--- a/home/piupartsm/crontab
+++ b/home/piupartsm/crontab
@@ -9,7 +9,7 @@
#
# monitor slave session every hour
#
-23 * * * * /home/piupartsm/bin/detect_slave_problems
+23 * * * * $HOME/bin/detect_slave_problems
#
# make sure slave is reminded daily (and also monitored if not started with ~piupartss/bin/slave_run)
@@ -20,18 +20,18 @@
# monitor for problems once a day
#
# FIXME now: use run-parts
-45 22 * * * /home/piupartsm/bin/detect_stale_mounts
-50 22 * * * /home/piupartsm/bin/detect_tmp_cruft
-55 22 * * * /home/piupartsm/bin/detect_network_issues
-0 23 * * * /home/piupartsm/bin/detect_archive_issues
-5 23 * * * /home/piupartsm/bin/detect_piuparts_issues
-10 23 * * * /home/piupartsm/bin/report_untestable_packages
-20 23 * * * /home/piupartsm/bin/report_stale_reserved_packages
-25 23 * * * /home/piupartsm/bin/archive_old_logs
-25 5 * * * /home/piupartsm/bin/reschedule_oldest_logs
+45 22 * * * $HOME/bin/detect_stale_mounts
+50 22 * * * $HOME/bin/detect_tmp_cruft
+55 22 * * * $HOME/bin/detect_network_issues
+0 23 * * * $HOME/bin/detect_archive_issues
+5 23 * * * $HOME/bin/detect_piuparts_issues
+10 23 * * * $HOME/bin/report_untestable_packages
+20 23 * * * $HOME/bin/report_stale_reserved_packages
+25 23 * * * $HOME/bin/archive_old_logs
+25 5 * * * $HOME/bin/reschedule_oldest_logs
#
# misc
#
-0 2 * * * /home/piupartsm/bin/prepare_backup
+0 2 * * * $HOME/bin/prepare_backup
diff --git a/home/piupartss/crontab b/home/piupartss/crontab
index 6460e2b..814a1a5 100644
--- a/home/piupartss/crontab
+++ b/home/piupartss/crontab
@@ -7,10 +7,10 @@
#
# start slave_run automatically after reboots
#
- at reboot sudo /home/piupartss/bin/slave_run
+ at reboot sudo $HOME/bin/slave_run
#
# monitor for problems every six hours
#
-23 */6 * * * /home/piupartss/bin/detect_leftover_processes
+23 */6 * * * $HOME/bin/detect_leftover_processes
--
piatti.debian.org configuration files
More information about the Piuparts-commits
mailing list