diff options
author | Jim Miller <millerjv@crd.ge.com> | 2001-11-15 19:52:17 (GMT) |
---|---|---|
committer | Jim Miller <millerjv@crd.ge.com> | 2001-11-15 19:52:17 (GMT) |
commit | 197d80ee7f9ddd3c096cb84c116e41dd7550eb51 (patch) | |
tree | fc62b6332248e59aa438580794c843460e84233a /DartConfig.cmake | |
parent | 2df56cf21b6b7da1a4655f95333f2f059c24f859 (diff) | |
download | CMake-197d80ee7f9ddd3c096cb84c116e41dd7550eb51.zip CMake-197d80ee7f9ddd3c096cb84c116e41dd7550eb51.tar.gz CMake-197d80ee7f9ddd3c096cb84c116e41dd7550eb51.tar.bz2 |
ENH: Changed Nightly start time
Diffstat (limited to 'DartConfig.cmake')
-rw-r--r-- | DartConfig.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/DartConfig.cmake b/DartConfig.cmake index d803d91..bb69439 100644 --- a/DartConfig.cmake +++ b/DartConfig.cmake @@ -1,3 +1,7 @@ +# Dashboard is opened for submissions for a 24 hour period starting at +# the specified NIGHLY_START_TIME. Time is specified in 24 hour format. +SET (NIGHTLY_START_TIME "22:00:00 EST") + # Dart server to submit results (used by client) SET (DROP_SITE "public.kitware.com") SET (DROP_LOCATION "/incoming") |