ENH: Switch to http submission
This commit is contained in:
parent
71adfb8696
commit
a21a320a26
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue