|
From: <to...@us...> - 2008-05-05 00:58:44
|
Revision: 137
http://gearbox.svn.sourceforge.net/gearbox/?rev=137&view=rev
Author: tobasco
Date: 2008-05-04 17:58:47 -0700 (Sun, 04 May 2008)
Log Message:
-----------
timezone to UTC
Modified Paths:
--------------
gearbox/trunk/CTestConfig.cmake
Modified: gearbox/trunk/CTestConfig.cmake
===================================================================
--- gearbox/trunk/CTestConfig.cmake 2008-05-04 23:43:16 UTC (rev 136)
+++ gearbox/trunk/CTestConfig.cmake 2008-05-05 00:58:47 UTC (rev 137)
@@ -1,5 +1,5 @@
set(CTEST_PROJECT_NAME "Gearbox")
-set(CTEST_NIGHTLY_START_TIME "04:00:00 AEDT")
+set(CTEST_NIGHTLY_START_TIME "18:00:00 UTC")
set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "cdash.acfr.usyd.edu.au")
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|