Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
6814780a
Commit
6814780a
authored
Mar 05, 2005
by
Andy Cedilnik
Browse files
ENH: Work on xmlrpc submit
parent
4203bdf8
Changes
1
Hide whitespace changes
Inline
Side-by-side
DartConfig.cmake
View file @
6814780a
...
...
@@ -7,14 +7,20 @@ IF(DROP_METHOD MATCHES http)
SET
(
DROP_SITE
"public.kitware.com"
)
SET
(
DROP_LOCATION
"/cgi-bin/HTTPUploadDartFile.cgi"
)
ELSE
(
DROP_METHOD MATCHES http
)
SET
(
DROP_SITE
"public.kitware.com"
)
SET
(
DROP_LOCATION
"/incoming"
)
SET
(
DROP_SITE_USER
"ftpuser"
)
SET
(
DROP_SITE_PASSWORD
"public"
)
IF
(
DROP_METHOD MATCHES xmlrpc
)
SET
(
DROP_SITE
"http://na-mic.org:8081/Insight/"
)
SET
(
DROP_LOCATION
"Insight"
)
SET
(
COMPRESS_SUBMISSION ON
)
ELSE
(
DROP_METHOD MATCHES xmlrpc
)
SET
(
DROP_SITE
"public.kitware.com"
)
SET
(
DROP_LOCATION
"/incoming"
)
SET
(
DROP_SITE_USER
"ftpuser"
)
SET
(
DROP_SITE_PASSWORD
"public"
)
ENDIF
(
DROP_METHOD MATCHES xmlrpc
)
ENDIF
(
DROP_METHOD MATCHES http
)
SET
(
TRIGGER_SITE
"http://
${
DROP_SITE
}
/cgi-bin/Submit-CMake-TestingResults.
pl
"
)
"http://
${
DROP_SITE
}
/cgi-bin/Submit-CMake-TestingResults.
cgi
"
)
# Project Home Page
SET
(
PROJECT_URL
"http://www.cmake.org"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment