From: Robin Dunn Date: Mon, 28 Mar 2005 23:24:04 +0000 (+0000) Subject: better root dir for rc uploads X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2cc3f6a0fc1f8b79150a715f145e73e185adae10 better root dir for rc uploads git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/distrib/all/build-all b/wxPython/distrib/all/build-all index 616bac851e..305e4b03b5 100755 --- a/wxPython/distrib/all/build-all +++ b/wxPython/distrib/all/build-all @@ -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"