Russell Smith wrote:

ciabot.pl %s $USER projectname


if desired, I can turn ALL the parameters into command line parameters, but I don't think that is nessecary.

You'll have to turn these two parameters as command line args :


# The from address in the generated mails.
$from_email = '[EMAIL PROTECTED]';

# Mail all reports to this address.
$dest_email = '[EMAIL PROTECTED]';

Then we'll be able to install it on Savannah, and people will be able to properly configure it for their project from the command line.



_______________________________________________
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers

Reply via email to