Mercurial > hg > autobot
comparison example2.ini @ 308:05a416e907f4 default tip
add probably obselete example.ini
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 31 May 2015 11:44:56 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
307:9f593b71e2d4 | 308:05a416e907f4 |
---|---|
1 [buildbot] | |
2 cleanup = False | |
3 | |
4 [email] | |
5 enable_email_notification = True | |
6 email_extra_recipients = whoever@example.com | |
7 | |
8 [platforms] | |
9 win32 = | |
10 win64 = | |
11 linux = | |
12 linux64 = | |
13 macosx = | |
14 macosx64 = | |
15 | |
16 [modes] | |
17 debug = | |
18 opt = | |
19 | |
20 [bits] | |
21 32 = | |
22 64 = | |
23 | |
24 [tests] | |
25 mozmill = |