]>
Commit | Line | Data |
---|---|---|
f1a9f331 KO |
1 | |
2 | skipnewdocs="no" | |
3 | ||
4 | # Just like the above | |
5 | OSX_HOST_panther="bigmac" | |
6 | OSX_HOST_jaguar="whopper" | |
7 | OSX_BUILD="/BUILD" | |
8 | ||
9 | # Alsmost the same... See below for hosts and other info | |
10 | LINUX_BUILD="/tmp/BUILD" | |
11 | ||
12 | # the local spot that we put everything when done, before possibly copying | |
13 | # to remote hosts | |
14 | STAGING_DIR="./BUILD" | |
15 | UPLOAD_DAILY_ROOT="/home/crew/robind/public_html/wxPython/daily" | |
16 | ||
17 | # host name of the machine to use for windows builds | |
18 | WIN_HOST="beast" | |
19 | ||
20 | # Where is the build dir from the remote machine's perspective? | |
21 | WIN_BUILD="/c/BUILD" | |
22 | ||
23 | ||
24 | UPLOAD_HOST="starship.python.net" | |
25 | skipsource="no" | |
26 | KIND="dryrun" | |
27 | UPLOAD_PREVIEW_ROOT="/home/crew/robind/public_html/wxPython/rc" | |
28 | skipclean="no" | |
29 | ||
30 | skipdocs="no" | |
31 | skipwin="no" | |
32 | skiplinux="no" | |
33 | skipupload="no" | |
34 | startcohost="yes" | |
35 | skiposx="no" | |
36 | onlysource="no" |