ITK/Git/Dashboard
From KitwarePublic
< ITK | Git
Jump to navigationJump to search
Revision as of 14:53, 6 October 2017 by Jhlegarreta (talk | contribs) (Add the historical label after Change-Id I5b79451da962c95614c65e09679bc8b5c12b6dea was merged)
This page is currently inactive and is retained for historical reference. Either the page is no longer relevant or consensus on its purpose has become unclear. To revive discussion, seek broader input via a forum such as the village pump. |
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 Update the dashboard branch to get the latest version of this script by simply running |
|
Here is a link to the script as it appears today: itk_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.