Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bots: Add make-checkout option to checkout a different cockpit bots/ ref
For testing external projects for changes to cockpit's bots/ directory, we need to be able to check out the project plus Cockpit's bots/ from a ref other than master (i. e. usually a pull request, like pull/1234/head). Add a new `--bots-ref` option to it which does that. When not given, bots/ will continue to be checked out from `origin/master`. Closes cockpit-project#9605
- Loading branch information