better root dir for rc uploads

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-03-28 23:24:04 +00:00
parent 413baa20a1
commit 2cc3f6a0fc

View File

@@ -60,7 +60,7 @@ config.LINUX_BUILD = "/tmp/BUILD"
# Upload server locations
config.UPLOAD_HOST = "starship.python.net"
config.UPLOAD_DAILY_ROOT = "/home/crew/robind/public_html/wxPython/daily"
config.UPLOAD_PREVIEW_ROOT = "/home/crew/robind/public_html/wxPython/preview"
config.UPLOAD_PREVIEW_ROOT = "/home/crew/robind/public_html/wxPython/rc"
# defaults for build options
config.KIND = "dryrun"