From deddb876c8fd855713fdba929ee931129293d4ae Mon Sep 17 00:00:00 2001 From: Greg Price Date: Sat, 11 Oct 2008 20:48:11 -0400 Subject: [PATCH 1/1] use wildcard for config.web.errormail_exclude Once prod is really prod and dev is really dev, we'll do this on dev instead. svn path=/trunk/packages/xvm-prodconfig/; revision=1103 --- debian/changelog | 6 ++++++ files/etc/invirt/master.yaml | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3dff0dc..467825b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xvm-prodconfig (0.13) unstable; urgency=low + + * use wildcard in web.errormail_exclude + + -- Greg Price Sat, 11 Oct 2008 17:34:06 -0700 + xvm-prodconfig (0.12) unstable; urgency=low * Move the console server to archiver.mit.edu diff --git a/files/etc/invirt/master.yaml b/files/etc/invirt/master.yaml index 97f3548..f6bedb3 100644 --- a/files/etc/invirt/master.yaml +++ b/files/etc/invirt/master.yaml @@ -50,6 +50,7 @@ web: errormail: xvm@mit.edu adminacl: system:xvm-root errormail_exclude: + - * - price - ecprice - andersk -- 1.7.9.5