summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/git.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtemstoolkit/git: Use 'git' if no macro path is present.Chris Johns2018-11-291-1/+1
|
* rtemstoolkit/git: Ignore untracked files in the dirty state.Chris Johns2018-11-261-1/+4
|
* rtemstoolkit: Add unit testing for the python modulesChris Johns2018-11-231-15/+5
| | | | | | | | | - Add support to run the unit tests for the rtemstoolkit python modules from waf. Enter './waf test' for the tests to be run on python2 and python3. - Update the importing of rtemstoolkit modules to the standard method which works on python2 and python3. - Update the README.
* Update rtems-tool to support Python 2 and 3.Chris Johns2016-03-031-19/+39
| | | | | | Add solaris and netbsd. Close #2619.
* Disable installing PYO and PYC. Fix install paths.Chris Johns2016-02-191-5/+5
| | | | | | | | Installing PYO and PYC does not work so disable this. Move the Python check to the top level and have a single place. Fix the install paths a revert the 'from . import' changes. This is resolved by installing into the correct paths.
* rtemstoolkit: msys2 compatibilitySebastian Huber2016-01-081-5/+5
|
* Add release versioning support.Chris Johns2015-12-091-22/+39
| | | | | | | | | | | | | | Support a top level VERSION file that defines an RTEMS release. Fix the install of the python modules including thertems-test. Update the git python module to the RSB version. Fix the options to not call clean and to call dirty. Update the version python module. Fix the rtld C++ support to the VERSION file and the top level waf script.
* Python 3 compatibilitySebastian Huber2015-11-121-7/+7
|
* rt: Add the rtems-tester.Chris Johns2014-02-151-0/+201