buildman: Move fetch-arch code into a separate function
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jul 2023 23:48:34 +0000 (17:48 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:10 +0000 (09:34 -0600)
commitf7a36d54bab8173833acb862c049928a85745d97
tree94b6d806381b6495df7cfc2e5a187b23c50f81de
parentd230c0143f1dfac13ce680b21ccbdfb99c8fe5c9
buildman: Move fetch-arch code into a separate function

Reduce the size of the do_buildman() function a little by moving the code
that handles --fetch-arch into a separate function.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/control.py