From: Matthias Maier
Date: Wed, 10 Jul 2019 21:55:03 +0000 (-0500)
Subject: update URLs to 43-1.org and use https instead of http
X-Git-Tag: v9.2.0-rc1~1388^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=190471fd3c1051a99be1c46458548e867163b577;p=dealii.git
update URLs to 43-1.org and use https instead of http
---
diff --git a/CTestConfig.cmake b/CTestConfig.cmake
index ffaada9e65..0369aebd82 100644
--- a/CTestConfig.cmake
+++ b/CTestConfig.cmake
@@ -19,7 +19,7 @@
SET(CTEST_PROJECT_NAME "deal.II")
-SET(CTEST_DROP_METHOD "http")
+SET(CTEST_DROP_METHOD "https")
SET(CTEST_DROP_SITE "cdash.43-1.org")
SET(CTEST_DROP_LOCATION "/submit.php?project=deal.II")
SET(CTEST_DROP_SITE_CDASH TRUE)
diff --git a/contrib/utilities/query_testsuite b/contrib/utilities/query_testsuite
index 761f1536fc..be0e53902e 100755
--- a/contrib/utilities/query_testsuite
+++ b/contrib/utilities/query_testsuite
@@ -15,7 +15,7 @@
## ---------------------------------------------------------------------
set -eu
-BASE_URL="https://cdash.kyomu.43-1.org/"
+BASE_URL="https://cdash.43-1.org/"
# Quick and dirty script to query CDash on the command line and create a
# formatted table
diff --git a/doc/developers/testsuite.html b/doc/developers/testsuite.html
index 95630fa79e..35737ce898 100644
--- a/doc/developers/testsuite.html
+++ b/doc/developers/testsuite.html
@@ -30,7 +30,7 @@
we fix a bug, in both cases to make sure that future changes do not
break this functionality (again). Machines running the testsuite
submit the results to our cdash
- CDash instance,
+ CDash instance,
a webpage showing the status of our regression tests.
@@ -314,7 +314,7 @@ xx: =============================== OUTPUT END ============================
At the end of all of this, results will be shown in a separate section
"Dynamic Analysis" at the
- deal.II cdash site.
@@ -371,7 +371,7 @@ ctest <...> -S ../tests/run_coverage.cmake
At the end of all of this, results will be shown in a separate section
"Coverage" at the
- deal.II cdash site.
In case you download the coverage report uploader for Codecov via
contrib/utilities/download_codecov
, the coverage
@@ -748,7 +748,7 @@ DEAL_II_PICKUP_TESTS()
To submit test results to our CDash
+ href="https://cdash.43-1.org/index.php?project=deal.II">CDash
instance just invoke ctest within a build directory (or designated
build directory) with the -S
option pointing to the
@@ -866,11 +866,11 @@ MAKEOPTS
different systems and with different compilers as well as
different configuration options. Results are collected in the "Build
Tests" track in CDash.
+ href="https://cdash.43-1.org/index.php?project=deal.II">CDash.
Running the build test suite is simple and we encourage deal.II
users with configurations not found on the CDash page to
+ href="https://cdash.43-1.org/index.php?project=deal.II">CDash page to
participate. Assuming you checked out deal.II into the directory
dealii
, running it is as simple as: