ITK/Git/Dashboard: Difference between revisions

From KitwarePublic
< ITK‎ | Git
Jump to navigationJump to search
(Created page with "__NOTOC__ This page documents how to use the ITK '''dashboard''' branch in [http://git-scm.com Git]. See our table of contents for more information. {| style="width...")
 
No edit summary
Line 18: Line 18:
|-
|-
|
|
The <code>itk_common.cmake</code> script contains setup instructions in its top comments.
The <code>itkmodular_common.cmake</code> script contains setup instructions in its top comments.
Update the '''dashboard''' branch to get the latest version of this script by simply running
Update the '''dashboard''' branch to get the latest version of this script by simply running
|-
|-

Revision as of 16:11, 5 April 2011


This page documents how to use the ITK dashboard branch in Git. See our table of contents for more information.

The dashboard branch contains a dashboard client helper script. Use these commands to track it:

$ mkdir -p ~/Dashboards/ITKScripts
$ cd ~/Dashboards/ITKScripts
$ git init
$ git remote add -t dashboard origin git://itk.org/ITK.git
$ git pull origin

The itkmodular_common.cmake script contains setup instructions in its top comments. Update the dashboard branch to get the latest version of this script by simply running

$ git pull origin