Re: [PATCH v3 0/5] Resolve issues with 'tools' scripts

2016-12-01 Thread Daniel Axtens
Stephen Finucane writes: > There are two scripts provided in tools that reference the removed > hash function of the 'parser' script. Move this hash function back into > its own module and update these scripts to use said module. So, we need to start doing tests of this stuff

[PATCH v3 0/5] Resolve issues with 'tools' scripts

2016-12-01 Thread Stephen Finucane
There are two scripts provided in tools that reference the removed hash function of the 'parser' script. Move this hash function back into its own module and update these scripts to use said module. Changes since v2: - Only move the hash function into its own module - Don't use argparse as it's