13 lines
499 B
CMake
13 lines
499 B
CMake
|
|
#############################################################################
|
|
# Dart config for report submission
|
|
#############################################################################
|
|
|
|
SET (DROP_METHOD "xmlrpc")
|
|
SET (DROP_SITE "http://dart.irisa.fr")
|
|
SET (DROP_LOCATION "ParadisEO")
|
|
SET (CVS_WEB_URL "http://eodev.cvs.sourceforge.net/eodev/")
|
|
SET (CVS_WEB_CVSROOT "eo")
|
|
SET (NIGHTLY_START_TIME "23:00:00 WEST")
|
|
|
|
#############################################################################
|