diff options
author | Regina Pfeifer <regina@mailbox.org> | 2018-12-07 23:01:20 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-01-16 15:34:08 (GMT) |
commit | d6475daa79810e332c3d2d1659e3d73250717219 (patch) | |
tree | 17ddbb9b7d8c0cf4dbaf7743ab9525eed9d9f871 /Modules/DartConfiguration.tcl.in | |
parent | 938f06fda69a0f4ef04b2ed43a945a3c901b9750 (diff) | |
download | CMake-d6475daa79810e332c3d2d1659e3d73250717219.zip CMake-d6475daa79810e332c3d2d1659e3d73250717219.tar.gz CMake-d6475daa79810e332c3d2d1659e3d73250717219.tar.bz2 |
Modules/CTest: Set SubmitURL
Diffstat (limited to 'Modules/DartConfiguration.tcl.in')
-rw-r--r-- | Modules/DartConfiguration.tcl.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Modules/DartConfiguration.tcl.in b/Modules/DartConfiguration.tcl.in index 24e7b55..e4513b3 100644 --- a/Modules/DartConfiguration.tcl.in +++ b/Modules/DartConfiguration.tcl.in @@ -20,12 +20,7 @@ BuildName: @BUILDNAME@ LabelsForSubprojects: @CTEST_LABELS_FOR_SUBPROJECTS@ # Submission information -DropSite: @DROP_SITE@ -DropLocation: @DROP_LOCATION@ -DropSiteUser: @DROP_SITE_USER@ -DropSitePassword: @DROP_SITE_PASSWORD@ -DropSiteMode: @DROP_SITE_MODE@ -DropMethod: @DROP_METHOD@ +SubmitURL: @SUBMIT_URL@ # Dashboard start time NightlyStartTime: @NIGHTLY_START_TIME@ |