summaryrefslogtreecommitdiff
path: root/DartConfig.cmake
diff options
context:
space:
mode:
authorBerk Geveci <berk.geveci@kitware.com>2001-10-24 15:51:05 -0400
committerBerk Geveci <berk.geveci@kitware.com>2001-10-24 15:51:05 -0400
commit8aa1b69adafb18c9327ef37149f6b7394af3abd2 (patch)
tree6fd1794d2a556a54c5211918c3bb9f8e5d272c47 /DartConfig.cmake
parent0a5fbacfacb1e80abae4e498815b5c67ac5f12b5 (diff)
downloadcmake-8aa1b69adafb18c9327ef37149f6b7394af3abd2.tar.gz
public no longer has anonymous ftp.
Diffstat (limited to 'DartConfig.cmake')
-rw-r--r--DartConfig.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/DartConfig.cmake b/DartConfig.cmake
index e757992ee9..d803d91cd0 100644
--- a/DartConfig.cmake
+++ b/DartConfig.cmake
@@ -1,8 +1,8 @@
# 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 (DROP_SITE_USER "ftpuser")
+SET (DROP_SITE_PASSWORD "public")
SET (TRIGGER_SITE
"http://${DROP_SITE}/cgi-bin/Submit-CMake-TestingResults.pl")