<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Mar 9, 2017 at 1:27 PM, Sean McBride <span dir="ltr"><<a href="mailto:sean@rogue-research.com" target="_blank">sean@rogue-research.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-">On Tue, 21 Feb 2017 09:57:31 -0500, Zack Galbreath said:<br>
<br>
>I just upgraded <a href="http://open.cdash.org" rel="noreferrer" target="_blank">open.cdash.org</a>. The most visible change you'll notice is<br>
>that the Update column now shows the commit that was built rather than the<br>
>number of files that changed.<br>
<br>
</span>I notice it doesn't show this for my cppcheck VTK dashboards. Is that a cdash bug, or something about the way I submit the results? Would be nice to have it there...<br></blockquote><div><br></div><div>You need to call ctest_update() to generate this info for CDash. If some other process is already responsible for doing the git pull, you can tell CTest to do a "version only" update like so:</div><div><br></div><div><div><font face="monospace, monospace">set(CTEST_UPDATE_VERSION_ONLY 1)</font></div></div><div><font face="monospace, monospace">ctest_update()</font></div></div></div></div>