]> xenbits.xensource.com Git - people/royger/osstest.git/commit
osstest: change the meaning of need_build_host
authorRoger Pau Monne <roger.pau@citrix.com>
Wed, 13 Jun 2018 07:40:16 +0000 (09:40 +0200)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 21 Jun 2018 15:56:55 +0000 (16:56 +0100)
commit7d97601567d4397ab1c0d1772ddbc9612ee5e0fd
tree1f6e7f47cae3826ab37ca32cdfdf9a6b35116e64
parentb3ae55c5b6013bd2c6d92bf75f219c6891bd625b
osstest: change the meaning of need_build_host

Make need_build_host store a string instead of a boolean. This is
later going to be expanded to handle the FreeBSD build jobs.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
---
Changes since v5:
 - Use a regsub to set need_build_host.
 - NB: I would prefer to keep the tolower instead of changing the
   procs to -FREEBSD/-LINUX since I don't really like the SHOUTING.

Changes since v4:
 - Fix the usage of the catching-otherwise blocks.

Changes since v3:
 - New in this version (split from patch).
sg-run-job