2006-02-26 22:25:48 -05:00
|
|
|
|
2006-07-05 01:23:28 -04:00
|
|
|
# the local spot that we put everything when done, before copying
|
|
|
|
# to remote hosts
|
|
|
|
STAGING_DIR = ./BUILD
|
2006-02-26 22:25:48 -05:00
|
|
|
|
|
|
|
|
2006-07-05 01:23:28 -04:00
|
|
|
# host name of the machine to use for windows builds
|
|
|
|
WIN_HOST = beast
|
|
|
|
# Where is the build dir from the remote machine's perspective?
|
|
|
|
WIN_BUILD = /c/BUILD
|
2006-02-26 22:25:48 -05:00
|
|
|
|
|
|
|
|
2006-07-05 01:23:28 -04:00
|
|
|
# Just like the above
|
|
|
|
OSX_HOST_tiger = smallfry
|
|
|
|
OSX_HOST_panther = bigmac
|
|
|
|
OSX_HOST_jaguar = whopper
|
|
|
|
OSX_BUILD = /BUILD
|
|
|
|
|
|
|
|
|
|
|
|
# Almost the same... Hosts and other info comes from the Job
|
|
|
|
# descriptions in this case
|
|
|
|
LINUX_BUILD = /tmp/BUILD
|
|
|
|
|
|
|
|
|
|
|
|
# Upload server locations
|
2006-11-06 15:50:25 -05:00
|
|
|
#UPLOAD_HOST = starship.python.net
|
2006-12-07 16:03:45 -05:00
|
|
|
#UPLOAD_USER = robind
|
2006-11-06 15:50:25 -05:00
|
|
|
#UPLOAD_PREVIEW_ROOT = /home/crew/robind/public_html/wxPython/preview
|
|
|
|
#UPLOAD_RELEASE_ROOT = /home/crew/robind/public_html/wxPython/release
|
|
|
|
#UPLOAD_METHOD = ssh
|
2006-12-07 21:46:22 -05:00
|
|
|
#UPLOAD_URL_ROOT = http://starship.python.net/crew/robind/wxPython
|
2006-11-06 15:50:25 -05:00
|
|
|
|
|
|
|
UPLOAD_HOST = wxpython.wxcommunity.com
|
2006-12-07 16:03:45 -05:00
|
|
|
UPLOAD_USER = wxpython
|
|
|
|
UPLOAD_PREVIEW_ROOT = /var/www/vhosts/wxcommunity.com/subdomains/wxpython/httpdocs/preview
|
|
|
|
UPLOAD_RELEASE_ROOT = /var/www/vhosts/wxcommunity.com/subdomains/wxpython/httpdocs/release
|
|
|
|
UPLOAD_METHOD = ssh
|
2006-12-07 21:46:22 -05:00
|
|
|
UPLOAD_URL_ROOT = http://wxPython.wxcommunity.com
|
2006-11-06 15:50:25 -05:00
|
|
|
|
2006-07-05 01:23:28 -04:00
|
|
|
|
|
|
|
# defaults for build options
|
|
|
|
KIND = dryrun
|
|
|
|
skipsource = no
|
|
|
|
onlysource = no
|
|
|
|
skipdocs = no
|
|
|
|
skipwin = no
|
|
|
|
skiposx = no
|
2006-11-28 18:24:06 -05:00
|
|
|
skipdeb = no
|
|
|
|
skiprpm = no
|
2006-07-05 01:23:28 -04:00
|
|
|
skipclean = no
|
|
|
|
skipupload = no
|
|
|
|
skipnewdocs = no
|
|
|
|
startcohost = yes
|
2006-07-12 22:40:46 -04:00
|
|
|
buildansi = no
|