[Cmake] Re: missing cmake dashboards

Andy Cedilnik andy.cedilnik at kitware.com
Thu, 08 Jan 2004 08:13:31 -0500


Hi Peter,

I think the best way is to run cvs update manually after the dashboard
submitted. This way you get updates but if bootstrap fails, the
dashboard will be there next day.

				Andy

On Wed, 2004-01-07 at 17:19, Peter Vanroose wrote:
> > Sorry, do cvs update -dAP and then bootstrap.
> 
> OK, that was indeed the problem.
> I have the impression that this is the main weakness of the current
> CMake dashboard setup:  CVS update is run by the Dart tcl script,
> *after* the bootstrap (or configure) command; but this means that the
> configure step is done on the previous version of the CMake files,
> and in case this fails, CVS update is never executed.
> 
> One could of course first CVS update and then run the Dart tcl script,
> but in that case the dashboard will always show "0" in the "Update"
> column...