summaryrefslogtreecommitdiffstats
path: root/site_scons/BuildCommandLine.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix reproducible builds. Restore logic respecting SOURCE_DATE_EPOCH when ↵William Deegan2021-08-021-1/+1
| | | | set. Fix version tests to work with updated scons --version output. (Date format changed)
* fix doc release date to be the same as the format in CHANGES.txt,etcWilliam Deegan2021-07-181-1/+14
|
* classes no longer explicitly inherit from objectMats Wichmann2020-05-241-1/+1
| | | | | | In Python3 this is the default. Signed-off-by: Mats Wichmann <mats@linux.com>
* Address github review notes and sider issuesWilliam Deegan2020-04-111-3/+6
|
* First pass of refactor. Moved command line argument processing into ↵William Deegan2020-04-091-0/+144
site_scons/BuildCommandLine.py. Sorted out all changes caused by that.