When kci-dev checkout is passed without --watch it just prints ok.
> kci-dev checkout --giturl https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git --branch master --commit 334426094588f8179fe175a09ecc887ff0c75758 --job-filter "kbuild-gcc-12-x86"
OK
It would be helpful if the checkout nodeid were provided by default so that scripts using kci-dev can parse it.
Another helpful option would be to show the build nodeid for a particular checkout nodeid.
Something like:
kci-dev <checkout nodeid> --list-build-nodes
I'm trying to call kci-dev from a gitLab pipeline for build jobs, and adding this functionality would be beneficial. Thanks.
Cc: @nuclearcat @padovan