diff options
Diffstat (limited to 'templates/reports/cdash/Update.xml')
-rw-r--r-- | templates/reports/cdash/Update.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/templates/reports/cdash/Update.xml b/templates/reports/cdash/Update.xml deleted file mode 100644 index 39f3d6a337..0000000000 --- a/templates/reports/cdash/Update.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<Update> - <Site>{{ hostname }}</Site> - <BuildName>{{ install_command }}</BuildName> - <BuildStamp>{{ buildstamp }}</BuildStamp> - <StartTime>{{ starttime }}</StartTime> - <EndTime>{{ endtime }}</EndTime> -{% if msg %} - <UpdateReturnStatus>{{ msg }}</UpdateReturnStatus> -{% endif %} -</Update> |