]>
Commit | Line | Data |
---|---|---|
f1a9f331 | 1 | |
0f475e8a RD |
2 | # the local spot that we put everything when done, before copying |
3 | # to remote hosts | |
4 | STAGING_DIR = ./BUILD | |
f1a9f331 | 5 | |
f1a9f331 | 6 | |
0f475e8a RD |
7 | # host name of the machine to use for windows builds |
8 | WIN_HOST = beast | |
9 | # Where is the build dir from the remote machine's perspective? | |
10 | WIN_BUILD = /c/BUILD | |
f1a9f331 | 11 | |
f1a9f331 | 12 | |
0f475e8a RD |
13 | # Just like the above |
14 | OSX_HOST_tiger = smallfry | |
15 | OSX_HOST_panther = bigmac | |
16 | OSX_HOST_jaguar = whopper | |
17 | OSX_BUILD = /BUILD | |
18 | ||
19 | ||
20 | # Almost the same... Hosts and other info comes from the Job | |
21 | # descriptions in this case | |
22 | LINUX_BUILD = /tmp/BUILD | |
23 | ||
24 | ||
25 | # Upload server locations | |
39010077 RD |
26 | #UPLOAD_HOST = starship.python.net |
27 | #UPLOAD_PREVIEW_ROOT = /home/crew/robind/public_html/wxPython/preview | |
28 | #UPLOAD_RELEASE_ROOT = /home/crew/robind/public_html/wxPython/release | |
29 | #UPLOAD_METHOD = ssh | |
30 | #UPLOAD_URL_ROOT = http://starship.python.net/crew/robind/wxPython/ | |
31 | ||
32 | UPLOAD_HOST = wxpython.wxcommunity.com | |
33 | UPLOAD_PREVIEW_ROOT = /httpdocs/preview | |
34 | UPLOAD_RELEASE_ROOT = /httpdocs/release | |
35 | UPLOAD_METHOD = ftp | |
36 | UPLOAD_URL_ROOT = http://wxPython.wxcommunity.com/ | |
37 | ||
0f475e8a RD |
38 | |
39 | # defaults for build options | |
40 | KIND = dryrun | |
41 | skipsource = no | |
42 | onlysource = no | |
43 | skipdocs = no | |
44 | skipwin = no | |
45 | skiposx = no | |
67071773 RD |
46 | skipdeb = no |
47 | skiprpm = no | |
0f475e8a RD |
48 | skipclean = no |
49 | skipupload = no | |
50 | skipnewdocs = no | |
51 | startcohost = yes | |
f5ed42f8 | 52 | buildansi = no |