diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/templates/reports/cdash/Site.xml | 4 | ||||
-rw-r--r-- | share/spack/templates/reports/cdash/Update.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/share/spack/templates/reports/cdash/Site.xml b/share/spack/templates/reports/cdash/Site.xml index a47ffd34e6..f0a150b6e5 100644 --- a/share/spack/templates/reports/cdash/Site.xml +++ b/share/spack/templates/reports/cdash/Site.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<Site BuildName="{{ install_command }}" +<Site BuildName="{{ buildname }}" BuildStamp="{{ buildstamp }}" - Name="{{ hostname }}" + Name="{{ site }}" OSName="{{ osname }}" > diff --git a/share/spack/templates/reports/cdash/Update.xml b/share/spack/templates/reports/cdash/Update.xml index 39f3d6a337..2ef5de347d 100644 --- a/share/spack/templates/reports/cdash/Update.xml +++ b/share/spack/templates/reports/cdash/Update.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <Update> - <Site>{{ hostname }}</Site> - <BuildName>{{ install_command }}</BuildName> + <Site>{{ site }}</Site> + <BuildName>{{ buildname }}</BuildName> <BuildStamp>{{ buildstamp }}</BuildStamp> <StartTime>{{ starttime }}</StartTime> <EndTime>{{ endtime }}</EndTime> |