Changeset 1894
- Timestamp:
- 02/06/07 21:50:00 (1 year ago)
- Files:
-
- swish_website/etc/crontab (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
swish_website/etc/crontab
r1893 r1894 3 3 4 4 # Top level directory where the site is built 5 ROOT=$HOME 5 ROOT=/opt/swish 6 PATH=/usr/local/bin:/usr/bin:/bin 6 7 7 8 # Reindex the archive if a new message has come in 8 8,15,37,45 * * * * rm time_to_index 2>/dev/null && $ROOT/swish_website/index_archive $ROOT9 8,15,37,45 * * * * rm time_to_index 2>/dev/null && $ROOT/swish_website/index_archive.sh $ROOT 9 10 10 11 # Check for updates during the day and reindex site … … 17 18 18 19 # Once a day rebuild the entire site. 19 # 20 2 * * * cd $HOME/swish/swish_website && ./build.sh-all20 # 20 2 * * * $ROOT/swish_website/build.sh $ROOT -all
