diff options
author | Ken Martin <ken.martin@kitware.com> | 2003-12-09 10:33:48 -0500 |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2003-12-09 10:33:48 -0500 |
commit | 941c80a884b77f56ae1e36a2f32468b5a1f8a914 (patch) | |
tree | 4701bebd2c4a4599024ac956d98158cdd5425ad4 /DartConfig.cmake | |
parent | cf42225c0b76b3dfa545caeda99675184e840f55 (diff) | |
download | cmake-941c80a884b77f56ae1e36a2f32468b5a1f8a914.tar.gz |
move start time up one hour
Diffstat (limited to 'DartConfig.cmake')
-rw-r--r-- | DartConfig.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DartConfig.cmake b/DartConfig.cmake index 0d3109faba..b53007eafb 100644 --- a/DartConfig.cmake +++ b/DartConfig.cmake @@ -1,6 +1,6 @@ # 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 EDT") +SET (NIGHTLY_START_TIME "21:00:00 EDT") # Dart server to submit results (used by client) IF(DROP_METHOD MATCHES http) |