summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* misc updates to man/users guide copyright formatting. Minor updates to ↵William Deegan2021-07-181-2/+4
| | | | update-release-info to use 'Released: <date here>' instead of range of years.
* Update scons.batWholesomeIsland2021-03-161-1/+1
|
* updates. build/dist/scons-local-${VERSION}.zip is now producedWilliam Deegan2020-06-231-1/+0
|
* [ci skip] Fixed to use new SCons dir locationWilliam Deegan2020-05-073-3/+3
|
* drop runntest.py's run from packages. define SCONS_TOOLS_DIR and use that ↵William Deegan2020-04-091-1480/+0
| | | | for scons-time tests
* Fix scons-time tests. Remove subversion testWilliam Deegan2020-04-091-0/+1480
|
* move scons-configure-cache logic into SCons.Utilities.ConfigureCache:main ↵William Deegan2020-04-091-134/+47
| | | | and update references and add entry_point in setup.cfg
* move scons-time.py from scripts to bin. As far as I can tell this is really ↵William Deegan2020-04-091-1480/+0
| | | | for internal use only
* change scripts/sconsign.py to be shell which uses logic in ↵William Deegan2020-04-091-456/+1
| | | | SCons.Utilities.sconsign's main
* update scripts to work from <sandbox>/scriptsWilliam Deegan2020-04-092-291/+192
|
* Move scripts from src/scripts to scripts. Simplify scons.py to only be used ↵William Deegan2020-04-096-0/+2453
for running from this source tree and for scons-local packaging