From 589abe2cdb7ce83a8c4f3c8785137974f8c3d30f Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 8 Dec 2006 02:46:22 +0000 Subject: [PATCH] get rid of one of the extra slashes in the download URLs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43864 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/distrib/all/build-environ.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wxPython/distrib/all/build-environ.cfg b/wxPython/distrib/all/build-environ.cfg index e506f31c6c..ef7f801409 100644 --- a/wxPython/distrib/all/build-environ.cfg +++ b/wxPython/distrib/all/build-environ.cfg @@ -28,14 +28,14 @@ LINUX_BUILD = /tmp/BUILD #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_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/ +UPLOAD_URL_ROOT = http://wxPython.wxcommunity.com # defaults for build options -- 2.45.2