[gnome-live] Make cron job working



commit 7dea4ffcff3d6773eb6afbf0c534f3de408490e8
Author: Zhang Sen <zh jesse gmail com>
Date:   Mon Jul 13 19:54:51 2009 +0800

    Make cron job working
    
    * Delete trailing spaces
    * Please replace <mail> and <user> at your need

 dev-kit/build-system/crontab |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/dev-kit/build-system/crontab b/dev-kit/build-system/crontab
index a37bf91..13ff4d0 100644
--- a/dev-kit/build-system/crontab
+++ b/dev-kit/build-system/crontab
@@ -1,6 +1,6 @@
-SHELL=/bin/bash                                                                                                                                      
-PATH=/sbin:/bin:/usr/sbin:/usr/bin                                                                                                                   
-MAILTO=ken                                                                                                                                           
-HOME=/home/ken                                                                                                                                       
-                                                                                                                                                     
-0 0 * * * $HOME/src/gnome-live/dev-kit/build-system/cron.sh 
+SHELL=/bin/bash
+PATH=/sbin:/bin:/usr/sbin:/usr/bin
+MAILTO=<mail>
+HOME=/home/<user>
+
+10 21 * * * /home/shared/GNOME/gnome-live/dev-kit/build-system/cron.sh > /home/<user>/cronlog



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]