ITK/Git/Dashboard: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
This page documents how to use the ITK '''dashboard''' branch in [http://git-scm.com Git]. | This page documents how to use the ITK '''dashboard''' branch in [http://git-scm.com Git]. | ||
See our [[ITK/Git|table of contents]] for more information. | See our [[ITK/Git|table of contents]] for more information. | ||
==Using the dashboard scripts== | |||
{| style="width: 100%" cellspacing="0" cellpadding="0" | {| style="width: 100%" cellspacing="0" cellpadding="0" | ||
Line 26: | Line 28: | ||
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] | 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] | ||
==Making changes to the dashboard scripts== | |||
If you find bugs in the hooks themselves or would like to add new features, the can be edited in the usual Git manner. | |||
$ git checkout -b my_topic_branch | |||
Make your edits, test it, and commit the result. Create a patch file with: | |||
$ git format-patch origin/dashboard | |||
And email the results to the developer's mailing list and David Cole. |
Revision as of 14:57, 27 July 2011
This page documents how to use the ITK dashboard branch in Git.
See our table of contents for more information.
Using the dashboard scripts
The dashboard branch contains a dashboard client helper script. Use these commands to track it: |
|
The |
|
Here is a link to the script as it appears today, mid-April 2011: itkmodular_common.cmake
Making changes to the dashboard scripts
If you find bugs in the hooks themselves or would like to add new features, the can be edited in the usual Git manner.
$ git checkout -b my_topic_branch
Make your edits, test it, and commit the result. Create a patch file with:
$ git format-patch origin/dashboard
And email the results to the developer's mailing list and David Cole.