summaryrefslogtreecommitdiff
path: root/DartConfig.cmake
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-06-14 09:11:10 -0400
committerKen Martin <ken.martin@kitware.com>2001-06-14 09:11:10 -0400
commitf0d07f5411baedf98e9193cc09017992c247dd00 (patch)
tree9c1b0553ce245d2cf2d78bd9ec9c7624ed923a91 /DartConfig.cmake
parente3f0d096c4ecaecc93c6ea0dcfb8a5ba3bcee49a (diff)
downloadcmake-f0d07f5411baedf98e9193cc09017992c247dd00.tar.gz
modified testing
Diffstat (limited to 'DartConfig.cmake')
-rw-r--r--DartConfig.cmake13
1 files changed, 13 insertions, 0 deletions
diff --git a/DartConfig.cmake b/DartConfig.cmake
new file mode 100644
index 0000000000..7958634cd8
--- /dev/null
+++ b/DartConfig.cmake
@@ -0,0 +1,13 @@
+# Dart server to submit results (used by client)
+SET (DROP_SITE "public.kitware.com")
+SET (DROP_LOCATION "/incoming")
+SET (DROP_SITE_USER "anonymous")
+SET (DROP_SITE_PASSWORD "cmake-tester@somewhere.com")
+SET (TRIGGER_SITE
+ "http://${DROP_SITE}/cgi-bin/Submit-CMake-TestingResults.pl")
+
+# Dart server configuration
+SET (CVS_WEB_URL "http://${DROP_SITE}/cgi-bin/cvsweb.cgi/CMake/")
+SET (CVS_WEB_CVSROOT "CMake")
+SET (DOXYGEN_URL "http://${DROP_SITE}/CMake/Doxygen/html/" )
+SET (GNATS_WEB_URL "http://${DROP_SITE}/cgi-bin/gnatsweb.pl/CMake/")