-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Miroslav Vasko
committed
Nov 12, 2014
1 parent
6c87748
commit 4362da2
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,16 +2,16 @@ SHELL=/bin/sh | |
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin | ||
[email protected] | ||
|
||
#15 3 * * mon sites cd /home/sites/podcasts && /usr/bin/php download-podcast.php signall | ||
#15 3 * * wed sites cd /home/sites/podcasts && /usr/bin/php download-podcast.php experimental | ||
#15 3 * * fri sites cd /home/sites/podcasts && /usr/bin/php download-podcast.php selector | ||
#58 21 * * mon sites cd /home/sites/podcasts && /usr/bin/php download-podcast.php headbanger | ||
#15 3 * * wed sites cd /home/sites/podcasts && /usr/bin/php download-podcast.php pohoda | ||
#15 3 * * sun sites cd /home/sites/podcasts && /usr/bin/php download-podcast.php exclusive | ||
#15 3 * * sat sites cd /home/sites/podcasts && /usr/bin/php download-podcast.php fresh | ||
#15 3 * * sun sites cd /home/sites/podcasts && /usr/bin/php download-podcast.php wilsonic | ||
#15 3 * * mon sites cd /var/lib/podcasts/bin && /usr/bin/php download-podcast.php signall | ||
#15 3 * * wed sites cd /var/lib/podcasts/bin && /usr/bin/php download-podcast.php experimental | ||
#15 3 * * fri sites cd /var/lib/podcasts/bin && /usr/bin/php download-podcast.php selector | ||
#58 21 * * mon sites cd /var/lib/podcasts/bin && /usr/bin/php download-podcast.php headbanger | ||
#15 3 * * wed sites cd /var/lib/podcasts/bin && /usr/bin/php download-podcast.php pohoda | ||
#15 3 * * sun sites cd /var/lib/podcasts/bin && /usr/bin/php download-podcast.php exclusive | ||
#15 3 * * sat sites cd /var/lib/podcasts/bin && /usr/bin/php download-podcast.php fresh | ||
#15 3 * * sun sites cd /var/lib/podcasts/bin && /usr/bin/php download-podcast.php wilsonic | ||
|
||
15 3 * * sat sites cd /home/sites/podcasts && /usr/bin/php download-podcast.php balaz_hubinak | ||
15 3 * * sat sites cd /var/lib/podcasts/bin && /usr/bin/php download-podcast.php balaz_hubinak | ||
|
||
# remove old podcasts | ||
15 1 * * * sites cd /home/sites/podcasts && bash remove-old-podcasts.bash >/dev/null | ||
15 1 * * * sites cd /var/lib/podcasts/bin && bash remove-old-podcasts.bash >/dev/null |