Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Youssefi
otb
Commits
926edaad
Commit
926edaad
authored
18 years ago
by
OTB Bot
Browse files
Options
Downloads
Patches
Plain Diff
Mise a jour du DartConfig.cmake
parent
7748a7f7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DartConfig.cmake
+11
-10
11 additions, 10 deletions
DartConfig.cmake
with
11 additions
and
10 deletions
DartConfig.cmake
+
11
−
10
View file @
926edaad
...
@@ -5,9 +5,10 @@ SET (NIGHTLY_START_TIME "21:00:00 EDT")
...
@@ -5,9 +5,10 @@ SET (NIGHTLY_START_TIME "21:00:00 EDT")
# Dart server to submit results (used by client)
# Dart server to submit results (used by client)
SET
(
DROP_METHOD
"http"
)
SET
(
DROP_METHOD
"http"
)
SET
(
DROP_SITE
"nemo/dart_server"
)
SET
(
DROP_SITE
"nemo/dart_server"
)
SET
(
DROP_LOCATION
"/incoming"
)
SET
(
DROP_LOCATION
"/cgi-bin/HTTPUploadDartFile.cgi"
)
SET
(
DROP_SITE_USER
"ftpuser"
)
#SET (DROP_LOCATION "/incoming")
SET
(
DROP_SITE_PASSWORD
"public"
)
#SET (DROP_SITE_USER "ftpuser")
#SET (DROP_SITE_PASSWORD "public")
SET
(
DROP_SITE_MODE
"active"
)
SET
(
DROP_SITE_MODE
"active"
)
...
@@ -18,10 +19,10 @@ SET (PROJECT_URL "http://smsc.cnes.fr/PLEIADES/")
...
@@ -18,10 +19,10 @@ SET (PROJECT_URL "http://smsc.cnes.fr/PLEIADES/")
# Dart server configuration
# Dart server configuration
#SET (ROLLUP_URL "http://${DROP_SITE}/cgi-bin/insight-rollup-dashboard.sh")
#SET (ROLLUP_URL "http://${DROP_SITE}/cgi-bin/insight-rollup-dashboard.sh")
SET
(
ROLLUP_URL
"http://
${
DROP_SITE
}
/cgi-bin/orfeotoolbox-rollup-dashboard.sh"
)
#
SET (ROLLUP_URL "http://${DROP_SITE}/cgi-bin/orfeotoolbox-rollup-dashboard.sh")
SET
(
CVS_WEB_URL
"http://
${
DROP_SITE
}
/cgi-bin/viewcvs.cgi/"
)
#
SET (CVS_WEB_URL "http://${DROP_SITE}/cgi-bin/viewcvs.cgi/")
#SET (CVS_WEB_CVSROOT "Insight")
#SET (CVS_WEB_CVSROOT "Insight")
SET
(
CVS_WEB_CVSROOT
"OrfeoToolbox"
)
#
SET (CVS_WEB_CVSROOT "OrfeoToolbox")
OPTION
(
BUILD_DOXYGEN
"Build source documentation using doxygen"
"Off"
)
OPTION
(
BUILD_DOXYGEN
"Build source documentation using doxygen"
"Off"
)
SET
(
DOXYGEN_CONFIG
"
${
OTB_BINARY_DIR
}
/doxygen.config"
)
SET
(
DOXYGEN_CONFIG
"
${
OTB_BINARY_DIR
}
/doxygen.config"
)
...
@@ -32,9 +33,9 @@ SET (USE_GNATS "On")
...
@@ -32,9 +33,9 @@ SET (USE_GNATS "On")
SET
(
GNATS_WEB_URL
"http://
${
DROP_SITE
}
/bugTracker/query.php?projects=6&status%5B%5D=1&status%5B%5D=2&status%5B%5D=3&status%5B%5D=4&status%5B%5D=6&op=doquery"
)
SET
(
GNATS_WEB_URL
"http://
${
DROP_SITE
}
/bugTracker/query.php?projects=6&status%5B%5D=1&status%5B%5D=2&status%5B%5D=3&status%5B%5D=4&status%5B%5D=6&op=doquery"
)
# Continuous email delivery variables
# Continuous email delivery variables
SET
(
CONTINUOUS_FROM
"lorensen@crd.ge.com"
)
#
SET (CONTINUOUS_FROM "lorensen@crd.ge.com")
SET
(
SMTP_MAILHOST
"public.kitware.com"
)
#
SET (SMTP_MAILHOST "public.kitware.com")
SET
(
CONTINUOUS_MONITOR_LIST
"lorensen@crd.ge.com millerjv@crd.ge.com lorensen@nycap.rr.com"
)
#
SET (CONTINUOUS_MONITOR_LIST "lorensen@crd.ge.com millerjv@crd.ge.com lorensen@nycap.rr.com")
SET
(
CONTINUOUS_BASE_URL
"http://www.itk.org/Testing"
)
#
SET (CONTINUOUS_BASE_URL "http://www.itk.org/Testing")
MARK_AS_ADVANCED
(
BUILD_DOXYGEN
)
MARK_AS_ADVANCED
(
BUILD_DOXYGEN
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment