From e5dfcf644f2eca0331951c6e07851edffdc58ffa Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 22 Aug 2013 23:41:49 -0500 Subject: [PATCH] website: configure camlistore.org to send emails on commits Change-Id: I976897b59006dbfb0e51f676fb6ea4f893bfb3c7 --- website/run.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/website/run.pl b/website/run.pl index 7e752df46..ca3ba974f 100755 --- a/website/run.pl +++ b/website/run.pl @@ -24,6 +24,7 @@ push @args, "--buildbot_host=build.camlistore.org"; push @args, "--buildbot_backend=http://c1.danga.com:8080"; push @args, "--also_run=$Bin/scripts/run-blobserver"; if ($in_prod) { + push @args, "--email_dest=camlistore-commits\@googlegroups.com"; push @args, "--http=:8080"; push @args, "--https=:4430"; push @args, "--gerrithost=ec2-107-22-182-135.compute-1.amazonaws.com";