Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r2098 - trunk


Chronological Thread 
  • From: "James Bigler" <bigler@cs.utah.edu>
  • To: manta@sci.utah.edu
  • Subject: [Manta] r2098 - trunk
  • Date: Wed, 20 Feb 2008 11:09:05 -0700 (MST)

Author: bigler
Date: Wed Feb 20 11:09:05 2008
New Revision: 2098

Modified:
   trunk/CTestConfig.cmake
Log:
CTestConfig.cmake

  Try and set the time with multiple variables, so that the time shows up on 
the
  right day.


Modified: trunk/CTestConfig.cmake
==============================================================================
--- trunk/CTestConfig.cmake     (original)
+++ trunk/CTestConfig.cmake     Wed Feb 20 11:09:05 2008
@@ -2,4 +2,6 @@
 SET(CTEST_DROP_METHOD "xmlrpc")
 SET(CTEST_DROP_SITE "http://dashboard.sci.utah.edu:8081";)
 SET(CTEST_DROP_LOCATION "Manta")
-SET(NIGHTLY_START_TIME "2:01AM")
+# I'm not sure which one I need to set, so I'll both of these
+SET(NIGHTLY_START_TIME "00:00:00 MDT")
+SET(CTEST_NIGHTLY_START_TIME "00:00:00 MDT")




  • [Manta] r2098 - trunk, James Bigler, 02/20/2008

Archive powered by MHonArc 2.6.16.

Top of page