[RFC PATCH 0/2] Set TOPDIR at run time
Chuck Lever <[email protected]>
| Newsgroups | dev.linux.lists.kdevops |
|---|---|
| Message-ID | <[email protected]> |
From: Chuck Lever <[email protected]> A few recent changes have been difficult to integrate into my current CI infrastructure. Here are a couple of ideas on how to stretch in a couple of areas to help my particular arrangement. Note that I would need to handle the inventory file location in a similar way: add a boolean Kconfig option to use a sensible default location rather than baking a fixed pathname into the kdevops .config. So, work in progress here. Thoughts and alternatives are welcome. Even the Internet standard response ("you're doing it wrong") is OK. Chuck Lever (2): Set TOPDIR_PATH and generate its sha256sum at run time ansible.cfg: generate an ansible.cfg file in TOPDIR Kconfig | 15 --------------- Makefile | 12 ++++++++++++ kconfigs/Kconfig.ansible_cfg | 12 ++++++++++++ scripts/gen-hosts.Makefile | 1 + scripts/ssh.Makefile | 4 ++-- 5 files changed, 27 insertions(+), 17 deletions(-) -- 2.51.0