ENH: Switch to http submission

This commit is contained in:
Andy Cedilnik 2006-06-12 10:22:38 -04:00
parent 71adfb8696
commit a21a320a26
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
SET (NIGHTLY_START_TIME "21:00:00 EDT")
# Dart server to submit results (used by client)
IF(NOT DROP_METHOD)
SET(DROP_METHOD http)
ENDIF(NOT DROP_METHOD)
IF(DROP_METHOD MATCHES http)
SET (DROP_SITE "public.kitware.com")
SET (DROP_LOCATION "/cgi-bin/HTTPUploadDartFile.cgi")