mbox series

[v1,0/4] Fixes for git mirroring on Fedora

Message ID 20250310183208.999430-1-cel@kernel.org (mailing list archive)
Headers show
Series Fixes for git mirroring on Fedora | expand

Message

Chuck Lever March 10, 2025, 6:32 p.m. UTC
From: Chuck Lever <chuck.lever@oracle.com>

Hi -

After Konstantin's announcement on Friday, I've set up git mirroring
for my nightly kdevops runs. The controllers run Fedora 40. I found
one or two nits to get the mirror to work smoothly.

Bonus extra-credit patch is to add the Linux repo that contains the
LTS kernel release condidates.

Chuck Lever (4):
  linux-mirror: Fix installation on Fedora systems
  linux-mirror: Ensure git-daemon runs as the Ansible user
  mirror: Reduce frequency of retrieving results archive
  linux-mirror: Add a mirror for linux-stable-rc

 playbooks/roles/linux-mirror/defaults/main.yml            | 5 +++--
 .../roles/linux-mirror/tasks/install-deps/fedora/main.yml | 8 ++++++++
 .../roles/linux-mirror/templates/git-daemon@.service.j2   | 1 +
 playbooks/roles/linux-mirror/templates/mirrors.yaml.j2    | 8 +++++++-
 4 files changed, 19 insertions(+), 3 deletions(-)

Comments

Luis Chamberlain March 11, 2025, 3:40 a.m. UTC | #1
On Mon, Mar 10, 2025 at 02:32:04PM -0400, cel@kernel.org wrote:
> From: Chuck Lever <chuck.lever@oracle.com>
> 
> Hi -
> 
> After Konstantin's announcement on Friday, I've set up git mirroring
> for my nightly kdevops runs. The controllers run Fedora 40. I found
> one or two nits to get the mirror to work smoothly.
> 
> Bonus extra-credit patch is to add the Linux repo that contains the
> LTS kernel release condidates.

Other than that small nit I pointed out:

Reviewed-by: Luis Chamberlain <mcgrof@kernel.org>

  Luis