From 2cc3f6a0fc1f8b79150a715f145e73e185adae10 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 28 Mar 2005 23:24:04 +0000 Subject: [PATCH] better root dir for rc uploads git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/distrib/all/build-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.50.0