]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/distrib/all/build-environ.cfg
Undid last commit and restored bool argument to wxFrame::DoGiveHelp() as
[wxWidgets.git] / wxPython / distrib / all / build-environ.cfg
index c8e4c70867df3bc5aefbbce517571bc1b5a79a63..ef7f801409a1038c5c71037e52adc6f8b6b39a10 100644 (file)
@@ -1,36 +1,54 @@
 
-skipnewdocs="no"
-
-# Just like the above
-OSX_HOST_panther="bigmac"
-OSX_HOST_jaguar="whopper"
-OSX_BUILD="/BUILD"
-
-# Alsmost the same...  See below for hosts and other info
-LINUX_BUILD="/tmp/BUILD"
-
-# the local spot that we put everything when done, before possibly copying 
+# the local spot that we put everything when done, before copying 
 # to remote hosts
-STAGING_DIR="./BUILD"
-UPLOAD_DAILY_ROOT="/home/crew/robind/public_html/wxPython/daily"
+STAGING_DIR = ./BUILD
 
-# host name of the machine to use for windows builds
-WIN_HOST="beast"
 
+# 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"
-
-
-UPLOAD_HOST="starship.python.net"
-skipsource="no"
-KIND="dryrun"
-UPLOAD_PREVIEW_ROOT="/home/crew/robind/public_html/wxPython/rc"
-skipclean="no"
-
-skipdocs="no"
-skipwin="no"
-skiplinux="no"
-skipupload="no"
-startcohost="yes"
-skiposx="no"
-onlysource="no"
+WIN_BUILD = /c/BUILD
+
+
+# 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
+#UPLOAD_HOST = starship.python.net
+#UPLOAD_USER = robind
+#UPLOAD_PREVIEW_ROOT = /home/crew/robind/public_html/wxPython/preview
+#UPLOAD_RELEASE_ROOT = /home/crew/robind/public_html/wxPython/release
+#UPLOAD_METHOD = ssh
+#UPLOAD_URL_ROOT = http://starship.python.net/crew/robind/wxPython
+
+UPLOAD_HOST = wxpython.wxcommunity.com
+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
+UPLOAD_URL_ROOT = http://wxPython.wxcommunity.com
+
+
+# defaults for build options
+KIND = dryrun
+skipsource = no
+onlysource = no
+skipdocs = no
+skipwin = no
+skiposx = no
+skipdeb = no
+skiprpm = no
+skipclean = no
+skipupload = no
+skipnewdocs = no
+startcohost = yes
+buildansi = no