commit | b644c66f693c82750077b6f7530dde79f2ad7523 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue May 14 15:53:51 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 10 16:52:58 2019 -0600 |
tree | d061c65cc7ba8f4a3c764c05052529dc21fe2be1 | |
parent | 513eace47d63161cabfd3cce82f3e075525b164a [diff] |
patman: Sort series output for repeatabily We use sets to produce the list of To and Cc lines for a series. This does not result in stable ordering of the recipients. Sort each list to ensure that the output is repeatable. This is necessary for tests. Signed-off-by: Simon Glass <sjg@chromium.org>