mbox series

[0/5] patchwork-bot: Use worktrees for repos

Message ID 20211201001126.4106635-1-keescook@chromium.org (mailing list archive)
Headers show
Series patchwork-bot: Use worktrees for repos | expand

Message

Kees Cook Dec. 1, 2021, 12:11 a.m. UTC
Hi,

To use patchwork-bot locally, I wanted to use my existing worktrees for
various repos. This makes a few small improvements and then adds logic
to deal with specifying branchs and operating in worktrees.

Thanks!

-Kees

Kees Cook (5):
  patchwork-bot: Note which actions are part of "housekeeping"
  patchwork-bot: Create CACHEDIR if it is missing
  patchwork-bot: Allow limiting heads to single branch
  patchwork-bot: Handle repo being a worktree
  patchwork-bot: Allow initial database to skip recent commits

 git-patchwork-bot.example.yaml |  3 ++
 git-patchwork-bot.py           | 50 ++++++++++++++++++++++++++++------
 2 files changed, 45 insertions(+), 8 deletions(-)

Comments

Konstantin Ryabitsev Dec. 13, 2021, 10:30 p.m. UTC | #1
On Tue, 30 Nov 2021 16:11:21 -0800, Kees Cook wrote:
> To use patchwork-bot locally, I wanted to use my existing worktrees for
> various repos. This makes a few small improvements and then adds logic
> to deal with specifying branchs and operating in worktrees.
> 
> Thanks!
> 
> -Kees
> 
> [...]

Applied, thanks!

[1/5] patchwork-bot: Note which actions are part of "housekeeping"
      commit: bba5718890cbc3704528c028e104dde197d4c49c
[2/5] patchwork-bot: Create CACHEDIR if it is missing
      commit: e2dc648b93b77e45fde736ecbff8d0080fca41ff
[3/5] patchwork-bot: Allow limiting heads to single branch
      commit: 36971ee3ad62a56f40c3663a82b7475151df2a77
[4/5] patchwork-bot: Handle repo being a worktree
      commit: 460990bdca13805f7e9b5d6c8037437f655bcfac
[5/5] patchwork-bot: Allow initial database to skip recent commits
      commit: 6fc2e91a876b0a2771eedb0fe6106d7f47eb8aab

Best regards,