ITK/Git/Dashboard: Difference between revisions

From KitwarePublic
< ITK‎ | Git
Jump to navigationJump to search
No edit summary
No edit summary
Line 25: Line 25:
|}
|}


Here is a link to the script as it appears today, mid-April 2011: [http://itk.org/gitweb?p=ITK.git;a=blob;f=itkmodular_common.cmake;h=b3b5c8537f75f9320aa0287c9ed296c326dad93d;hb=9aba189a4b45888de096cbd0a8815a4664cd371b itkmodular.cmake]
Here is a link to the script as it appears today, mid-April 2011: [http://itk.org/gitweb?p=ITK.git;a=blob;f=itkmodular_common.cmake;hb=63611ebb itkmodular_common.cmake]

Revision as of 13:57, 19 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

Here is a link to the script as it appears today, mid-April 2011: itkmodular_common.cmake