Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-24 | tools: use python3 (#274) | Ryan Harper | |
* tools: use python3 Switch tools/ to use python3 instead of python. At minimum this fixes building deb on python3 only releases like Focal. Applied via shell commands: $ grep 'usr/bin/.*python' tools/* 2>/dev/null | \ grep -v python3 | awk -F':' '{print $1}' | \ xargs -i sed -i -e '0,/python/s/python/python3/' {} * Use /usr/bin/env python3 to be virtualenv friendly | |||
2015-01-22 | Low hanging Python 3 fruit. | Barry Warsaw | |
2014-12-09 | tools/ccfg-merge-debug: fix for updated user-data/vendor-data | Scott Moser | |
this was broken previously when user-data and vender-data were brought together. | |||
2013-04-17 | add debug output to ccfg-merge-debug | Scott Moser | |
Exeptions were being swallowed completely and no way to even see them other than log. | |||
2013-04-03 | add merge debug tool | Scott Moser | |