Changeset 1103 for trunk/packages
- Timestamp:
- Oct 11, 2008, 8:48:11 PM (16 years ago)
- Location:
- trunk/packages
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-www/code/main.py
r1013 r1103 654 654 errorMessage=str(err), stderr=emsg, traceback=traceback) 655 655 details = templates.error_raw(searchList=[d]) 656 if False: #username not in config.web.errormail_exclude: 656 exclude = config.web.errormail_exclude 657 if username not in exclude and '*' not in exclude: 657 658 send_error_mail('xvm error on %s for %s: %s' % (op, username, err), 658 659 details) -
trunk/packages/sipb-xen-www/debian/changelog
r1051 r1103 1 sipb-xen-www (3.14.4) unstable; urgency=low 2 3 * allow '*' wildcard in config.errormail_exclude 4 5 -- Greg Price <price@mit.edu> Sat, 11 Oct 2008 17:32:42 -0700 6 1 7 sipb-xen-www (3.14.3) unstable; urgency=low 2 8 -
trunk/packages/xvm-prodconfig/debian/changelog
r1070 r1103 1 xvm-prodconfig (0.13) unstable; urgency=low 2 3 * use wildcard in web.errormail_exclude 4 5 -- Greg Price <price@mit.edu> Sat, 11 Oct 2008 17:34:06 -0700 6 1 7 xvm-prodconfig (0.12) unstable; urgency=low 2 8 -
trunk/packages/xvm-prodconfig/files/etc/invirt/master.yaml
r1070 r1103 51 51 adminacl: system:xvm-root 52 52 errormail_exclude: 53 - * 53 54 - price 54 55 - ecprice
Note: See TracChangeset
for help on using the changeset viewer.