Skip to content

Outline

Levi Boxell edited this page Feb 27, 2017 · 35 revisions

Improvements

  • Consider adding functionality to print SCons tree in state_of_repo logger (see here).
  • Create tool/emitter to specify raw data downloads as sources 'dynamically' (see here).
  • See if there is a way to force scons to rebuild a target if that target has been modified (see here).
  • Consider adding integration tests for gslab_scons builders. Be mindful of Windows-specific issues.
  • The release.py function doesn't always ignore files properly when considering what is versioned or not (congress_text is an example of this). Also, its annoying to keep ignoring large versioned files if there are a lot of them. So an option to a batch ignore for individual files and a separate ignore for total commit size could be nice. It also would be nice if it recognized that the files were already versioned, and not ask about those, but only ask about new versioned files (need to think about this part some more though).

Clone this wiki locally