diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-02-16 18:30:17 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-02-16 18:30:17 (GMT) |
commit | 1ca05e219a3a1962cfcc365d45363fce1e366c70 (patch) | |
tree | d1276418af31984957201b743cc2096781bd9a18 /Modules/DartConfiguration.tcl.in | |
parent | c8965ce8c3c579e0fa07e9959f6da5ef26243182 (diff) | |
download | CMake-1ca05e219a3a1962cfcc365d45363fce1e366c70.zip CMake-1ca05e219a3a1962cfcc365d45363fce1e366c70.tar.gz CMake-1ca05e219a3a1962cfcc365d45363fce1e366c70.tar.bz2 |
ENH: Reorganize and add subversion support
Diffstat (limited to 'Modules/DartConfiguration.tcl.in')
-rw-r--r-- | Modules/DartConfiguration.tcl.in | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/Modules/DartConfiguration.tcl.in b/Modules/DartConfiguration.tcl.in index 08ab4dc..daf8b79 100644 --- a/Modules/DartConfiguration.tcl.in +++ b/Modules/DartConfiguration.tcl.in @@ -7,12 +7,6 @@ SourceDirectory: @PROJECT_SOURCE_DIR@ BuildDirectory: @PROJECT_BINARY_DIR@ -# Dart options - -# CVS options -# Default is "-d -P -A" -CVSUpdateOptions: @CVS_UPDATE_OPTIONS@ - # Site is something like machine.domain, i.e. pragmatic.crd Site: @SITE@ @@ -27,16 +21,30 @@ DropSitePassword: @DROP_SITE_PASSWORD@ DropSiteMode: @DROP_SITE_MODE@ DropMethod: @DROP_METHOD@ TriggerSite: @TRIGGER_SITE@ +ScpCommand: @SCPCOMMAND@ # Dashboard start time NightlyStartTime: @NIGHTLY_START_TIME@ # Commands for the build/test/submit cycle ConfigureCommand: "@CMAKE_COMMAND@" "@PROJECT_SOURCE_DIR@" -CMakeCommand: @CMAKE_COMMAND@ MakeCommand: @MAKECOMMAND@ + +# CVS options +# Default is "-d -P -A" CVSCommand: @CVSCOMMAND@ -ScpCommand: @SCPCOMMAND@ +CVSUpdateOptions: @CVS_UPDATE_OPTIONS@ + +# Subversion options +SVNCommand: @SVNCOMMAND@ +SVNUpdateOptions: @SVN_UPDATE_OPTIONS@ + +# Generic update command +UpdateCommand: @UPDATE_COMMAND@ +UpdateOptions: @UPDATE_OPTIONS@ +UpdateType: @UPDATE_TYPE@ + +# Dynamic analisys and coverage PurifyCommand: @PURIFYCOMMAND@ ValgrindCommand: @VALGRIND_COMMAND@ ValgrindCommandOptions: @VALGRIND_COMMAND_OPTIONS@ @@ -44,11 +52,6 @@ MemoryCheckCommand: @MEMORYCHECK_COMMAND@ MemoryCheckCommandOptions: @MEMORYCHECK_COMMAND_OPTIONS@ MemoryCheckSuppressionFile: @MEMORYCHECK_SUPPRESSIONS_FILE@ CoverageCommand: @COVERAGE_COMMAND@ -# Compression commands -GunzipCommand: @GUNZIPCOMMAND@ -CompressionCommand: @COMPRESSIONCOMMAND@ -CompressionType: @COMPRESSIONCOMMAND@ -CompressSubmission: @COMPRESS_SUBMISSION@ # Testing options # TimeOut is the amount of time in seconds to wait for processes |