ENH: Work on xmlrpc submit

This commit is contained in:
Andy Cedilnik 2005-03-05 08:25:04 -05:00
parent 4203bdf816
commit 6814780ade
1 changed files with 11 additions and 5 deletions

View File

@ -7,14 +7,20 @@ IF(DROP_METHOD MATCHES http)
SET (DROP_SITE "public.kitware.com")
SET (DROP_LOCATION "/cgi-bin/HTTPUploadDartFile.cgi")
ELSE(DROP_METHOD MATCHES http)
SET (DROP_SITE "public.kitware.com")
SET (DROP_LOCATION "/incoming")
SET (DROP_SITE_USER "ftpuser")
SET (DROP_SITE_PASSWORD "public")
IF(DROP_METHOD MATCHES xmlrpc)
SET (DROP_SITE "http://na-mic.org:8081/Insight/")
SET (DROP_LOCATION "Insight")
SET (COMPRESS_SUBMISSION ON)
ELSE(DROP_METHOD MATCHES xmlrpc)
SET (DROP_SITE "public.kitware.com")
SET (DROP_LOCATION "/incoming")
SET (DROP_SITE_USER "ftpuser")
SET (DROP_SITE_PASSWORD "public")
ENDIF(DROP_METHOD MATCHES xmlrpc)
ENDIF(DROP_METHOD MATCHES http)
SET (TRIGGER_SITE
"http://${DROP_SITE}/cgi-bin/Submit-CMake-TestingResults.pl")
"http://${DROP_SITE}/cgi-bin/Submit-CMake-TestingResults.cgi")
# Project Home Page
SET (PROJECT_URL "http://www.cmake.org")