1
0
Fork 0
mirror of https://github.com/vbatts/sl-feeds.git synced 2025-08-01 20:00:32 +00:00

adding this for history sake

It has not been updated since 2011 and should get a rewrite and
simplification...
This commit is contained in:
Vincent Batts 2017-01-25 12:24:20 -08:00
commit f522293398
7 changed files with 535 additions and 0 deletions

2
crontab Normal file
View file

@ -0,0 +1,2 @@
#0 2 * * * ~/opt/bin/ruby ~/bin/changelog_alphageek.rb > /dev/null || echo "$(date): failed aphageek" | mail -s "[slackagg] alphageek's changelog failed $(date +%D)" vbatts@hashbangbash.com
0 */2 * * * python ~/bin/changelog_http_poll.py >/dev/null || echo "$(date): failed to poll changelogs" | mail -s "[slackrss] changelog_http_poll failed $(date +%D)" vbatts@hashbangbash.com