summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/spack/templates/reports/cdash/Update.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/share/spack/templates/reports/cdash/Update.xml b/share/spack/templates/reports/cdash/Update.xml
index 2ef5de347d..97d5ed81f3 100644
--- a/share/spack/templates/reports/cdash/Update.xml
+++ b/share/spack/templates/reports/cdash/Update.xml
@@ -3,9 +3,12 @@
<Site>{{ site }}</Site>
<BuildName>{{ buildname }}</BuildName>
<BuildStamp>{{ buildstamp }}</BuildStamp>
- <StartTime>{{ starttime }}</StartTime>
- <EndTime>{{ endtime }}</EndTime>
-{% if msg %}
- <UpdateReturnStatus>{{ msg }}</UpdateReturnStatus>
+ <StartTime>{{ update.starttime }}</StartTime>
+ <UpdateCommand></UpdateCommand>
+ <UpdateType>GIT</UpdateType>
+ <Revision>{{ update.revision }}</Revision>
+ <EndTime>{{ update.endtime }}</EndTime>
+{% if update.log %}
+ <UpdateReturnStatus>{{ update.log }}</UpdateReturnStatus>
{% endif %}
</Update>