ToDo/Smarter ttbot
< ToDo
DB schema:
- table browser:
- one bot ibot
- one channel - ichannel
- two types of reports, only "build report" partially implemented - ireport_type
- and table to put these three tables and concrete job part command together - ichannel_conf
- results already sent are marked to ibot_log
- ibot tables schema
ttbot code:
- base script cron/ttbot.pl
screen -t ttbot-stable perl cron/ttbot.pl --ibot_id=1 screen -t ttbot-dev perl cron/ttbot.pl --ibot_id=1 --db_type=dev --debug
- base class: Bot::BasicBot::Pluggable::Module::TapTinderBot
ToDo list
- should report "now ok"
- now reports only newest (tested) failure for each rev_num

