]> git.saurik.com Git - wxWidgets.git/blob - wxPython/distrib/all/build-environ.cfg
Merge recent changes from 2.8 branch.
[wxWidgets.git] / wxPython / distrib / all / build-environ.cfg
1
2 # the local spot that we put everything when done, before copying
3 # to remote hosts
4 STAGING_DIR = ./BUILD
5
6
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
11
12
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
26 #UPLOAD_HOST = starship.python.net
27 #UPLOAD_USER = robind
28 #UPLOAD_PREVIEW_ROOT = /home/crew/robind/public_html/wxPython/preview
29 #UPLOAD_RELEASE_ROOT = /home/crew/robind/public_html/wxPython/release
30 #UPLOAD_METHOD = ssh
31 #UPLOAD_URL_ROOT = http://starship.python.net/crew/robind/wxPython
32
33 UPLOAD_HOST = wxpython.wxcommunity.com
34 UPLOAD_USER = wxpython
35 UPLOAD_PREVIEW_ROOT = /var/www/vhosts/wxcommunity.com/subdomains/wxpython/httpdocs/preview
36 UPLOAD_RELEASE_ROOT = /var/www/vhosts/wxcommunity.com/subdomains/wxpython/httpdocs/release
37 UPLOAD_METHOD = ssh
38 UPLOAD_URL_ROOT = http://wxPython.wxcommunity.com
39
40
41 # defaults for build options
42 KIND = dryrun
43 skipsource = no
44 onlysource = no
45 skipdocs = no
46 skipwin = no
47 skiposx = no
48 skipdeb = no
49 skiprpm = no
50 skipclean = no
51 skipupload = no
52 skipnewdocs = no
53 startcohost = yes
54 buildansi = no