patman: Sort series output for repeatabily
authorSimon Glass <sjg@chromium.org>
Tue, 14 May 2019 21:53:51 +0000 (15:53 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 10 Jul 2019 22:52:58 +0000 (16:52 -0600)
commitb644c66f693c82750077b6f7530dde79f2ad7523
treed061c65cc7ba8f4a3c764c05052529dc21fe2be1
parent513eace47d63161cabfd3cce82f3e075525b164a
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>
tools/patman/func_test.py
tools/patman/series.py