website: configure camlistore.org to send emails on commits

Change-Id: I976897b59006dbfb0e51f676fb6ea4f893bfb3c7
This commit is contained in:
Brad Fitzpatrick 2013-08-22 23:41:49 -05:00
parent c304ea4b40
commit e5dfcf644f
1 changed files with 1 additions and 0 deletions

View File

@ -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";