History log of /build/kati/regen_dump.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f09d21d8b406bed732ec0254d5083e636e394151 21-Oct-2016 Dan Willemsen <dwillemsen@google.com> Fix typo in regen_dump.cc
/build/kati/regen_dump.cc
6e63e0f73a403718d767b47dfb3315e0dadeb7ca 18-Oct-2016 Dan Willemsen <dwillemsen@google.com> Add a tool to export a kati stamp file to other tools

There's a desire to understand which files are used by a build so that
the automated builds can make better guesses at which builds should be
run for a certain change. Instead of having them read a stamp file
directly, which would prevent us from updating the stamp format in the
future, build a tool that can be used to export the contents in a stable
and more portable format.

Right now, this just means exporting the file list to stdout with
newlines as delimiters. An idea for the future is to define a protobuf
or similar format that would contain the glob and shell information as
well (if it's useful).
/build/kati/regen_dump.cc