Changeset 1899
- Timestamp:
- 02/07/07 10:03:35 (1 year ago)
- Files:
-
- swish_website/etc/crontab (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
swish_website/etc/crontab
r1894 r1899 15 15 16 16 # Create the daily tarballs 17 0 19* * * $ROOT/swish_website/bin/swish-daily.pl --topdir=$ROOT/swish_daily_build --tardir=$ROOT/swish-daily || echo "Problem building swish-daily"17 0 20 * * * $ROOT/swish_website/bin/swish-daily.pl --topdir=$ROOT/swish_daily_build --tardir=$ROOT/swish-daily || echo "Problem building swish-daily" 18 18 19 # Once a day rebuild the entire site. 20 # 20 2 * * * $ROOT/swish_website/build.sh $ROOT -all 19 # Once a day rebuild the entire site. Should be done soon after 20 # Should be done soon after the daily build so the daily is included in the website 21 15 20 * * * $ROOT/swish_website/build.sh $ROOT -all
