Skip to content
cjshawMIT edited this page May 3, 2017 · 2 revisions

Builder settings

To get a rough idea of the actual builder state that generated the dlkit files, you can look at the build_data.json file. It includes:

  • the git commit SHA of the builder when the build command was run
  • the actual build command
  • the username of the person who built dlkit
  • a UTC timestamp.
{"date": "2017-04-27 16:01:49.759356", "commit": "6f9047a", "command": "build_dlkit.py --buildto dlkit-pip/dlkit", "user": "cjshaw"}

Note that any uncommitted changes in the builder when it was run could pollute the dlkit output (i.e. you can't reproduce the exact dlkit code from the recorded SHA), so you need to make sure all builder changes are committed before building dlkit.

Clone this wiki locally