Skip to content
Snippets Groups Projects
Commit 926edaad authored by OTB Bot's avatar OTB Bot
Browse files

Mise a jour du DartConfig.cmake

parent 7748a7f7
No related branches found
No related tags found
No related merge requests found
...@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment