Build scripts for new releng
commit0ce920a01771a770a675cbd0dd381b74ee63be2b
authorTeemu Murtola <teemu.murtola@gmail.com>
Sat, 15 Aug 2015 04:18:12 +0000 (15 07:18 +0300)
committerMark Abraham <mark.j.abraham@gmail.com>
Tue, 1 Sep 2015 09:48:38 +0000 (1 11:48 +0200)
tree59d13d3bf2eb85640cd3adc3135e4e8a66b2aaf2
parent8d1f109bbf1aedf1090140f64cdd9234ded3dedd
Build scripts for new releng

For most builds, this does not add any extra functionality, but many of
the builds now have a structure where changes to the releng script alone
can be used to improve the behavior.

Convert earlier bash scripts for documentation and uncrustify builds
to Python with similar functionality.  The old scripts are there for now
to make it possible to merge this while still keeping the old builds
fully functional.

Also, make uncrustify.sh --warnings= flag work properly with absolute
path names to make it easier to use in the new script.

Change-Id: I23ad807183e2d9b5b03f0a5c1bd2b9f5cd6992fc
admin/builds/clang-analyzer.py [new file with mode: 0644]
admin/builds/cppcheck.py [new file with mode: 0644]
admin/builds/documentation.py [new file with mode: 0644]
admin/builds/gromacs.py [new file with mode: 0644]
admin/builds/uncrustify.py [new file with mode: 0644]
admin/uncrustify.sh