Browse Source

ENH: Switch to http submission

Andy Cedilnik 19 years ago
parent
commit
a21a320a26
1 changed files with 3 additions and 0 deletions
  1. 3 0
      DartConfig.cmake

+ 3 - 0
DartConfig.cmake

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