2000-06-22 08:17:19 +04:00
|
|
|
To install
|
|
|
|
|
|
|
|
1) read and edit the variables found in the files ./src/lib/*,
|
|
|
|
particularly TreeData.pm and FileStructure.pm
|
|
|
|
|
|
|
|
2) run ./configure
|
|
|
|
|
|
|
|
3) run make
|
|
|
|
|
|
|
|
4) run make install
|
|
|
|
|
|
|
|
5) set up a cron job to run $prefix/bin/tinder.cgi --daemon-mode
|
|
|
|
every five minutes
|
|
|
|
|
|
|
|
6) set up $prefix/bin/processmail to recieve the incoming tinderbox mail
|
|
|
|
|
2000-08-11 04:27:27 +04:00
|
|
|
7) if you are using VC_CVS.pm then you will need to put a ~/.cvspass
|
|
|
|
for tinderbox to use. Log into the CVS repository yourself, once for
|
|
|
|
each tree you have defined. This must be done exactly as you wrote it
|
|
|
|
in TreeData. Then copy your ~/.cvspass into tinderbox home directory.
|
|
|
|
This is the REAL home of the Tinderbox daemon, as listed in
|
|
|
|
/etc/passwd/ and set in the $HOME environmental variable for
|
|
|
|
tinder.cgi.
|
|
|
|
|
|
|
|
8) setup the build machines to mail their build logs
|
2000-06-22 08:17:19 +04:00
|
|
|
(with tinderbox variables on the top) to the web server machine.
|
|
|
|
|