summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Graham <joseph@fibreglass.tunachunks>2014-10-03 13:05:58 +0100
committerJoseph Graham <joseph@fibreglass.tunachunks>2014-10-03 13:05:58 +0100
commit76a9031428dcfd669c905e4ff61c9ed59e65535d (patch)
treeed54766a99fc373a6621488593d74cdea5b04e06
parentbf72e27ad845a3c4376c475dd129b6f1bb8b3832 (diff)
re-enabled labs_change_detector and updated the install instructions
-rw-r--r--INSTALL4
-rwxr-xr-xpbot5
-rwxr-xr-xpbot-ng_fixer3
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