Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add some instructions on how to add an execution target
  • Loading branch information
moritz committed Nov 6, 2011
1 parent 122a01c commit a72d51d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README
Expand Up @@ -2,3 +2,15 @@ This is an IRC bot, which is designed to execute Perl 6 commands from IRC, and
echo the output on IRC again.

Might also work for other languages :-)

To add a new execution target, conduct the following steps:

* build it on the server
* write a script that updates the repo and rebuilds. Store it in the evalbot
repo under build-scripts/rebuild-<targetname>.sh or .pl
* add a cron job for regular rebuilding (crontab -e)
* add the target to %impls in evalbot.pl
* push everything
* pull on the server
* restart evalbot
* PROFIT

0 comments on commit a72d51d

Please sign in to comment.