From 76a9031428dcfd669c905e4ff61c9ed59e65535d Mon Sep 17 00:00:00 2001 From: Joseph Graham Date: Fri, 3 Oct 2014 13:05:58 +0100 Subject: re-enabled labs_change_detector and updated the install instructions --- INSTALL | 4 ++++ pbot | 5 ++--- pbot-ng_fixer | 3 +-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/INSTALL b/INSTALL index 8c38351..ee423e5 100644 --- a/INSTALL +++ b/INSTALL @@ -22,6 +22,7 @@ Copy over all necessary files. common_codez envbot hack_of_all_hacks + labs_change_detector pbot pbot-ng_fixer Restore backup of info/ and announcements/ directories if available (Xylon @@ -40,6 +41,7 @@ Final things to do: moreutils w3m recode + inotify-tools Put pbot's freenode password in /home/pbot/password.secret and chmod 600 (Xylon knows what this password is) Test if he works: @@ -59,6 +61,8 @@ More things to do See if it's possible to send un-provoked messages su - pbot echo "Don't worry everyone. The most important service is back online." >> /tmp/un-provoked-message-store + Make sure the labs change notifications work. + The mails should go to /home/pbot/Maildir/ XYLONOTE: Below is the original contents of this file that came with envbot: diff --git a/pbot b/pbot index 94ab925..a619241 100755 --- a/pbot +++ b/pbot @@ -12,9 +12,8 @@ then ./pbot-ng_fixer & pids[1]=$! -# The following commented because labs is down -# ./labs_change_detector & -# pids[2]=$! + ./labs_change_detector & + pids[2]=$! function closedown { diff --git a/pbot-ng_fixer b/pbot-ng_fixer index b02440c..b7ae075 100755 --- a/pbot-ng_fixer +++ b/pbot-ng_fixer @@ -19,7 +19,6 @@ do cd /home/pbot ./envbot & -# The following commented because labs is down -# ./labs_change_detector & + ./labs_change_detector & fi done -- cgit v1.2.2