/qemu-patches

Fabric script to configure a machine to publish a 'patches' database for qemu-devel

Primary LanguageShellGNU General Public License v2.0GPL-2.0

This repository contains a Dockerfile for an image that periodically refreshes
a patches.json database from qemu.git and the qemu-devel mailing list.

If you just want to *use* the 'patches' tool for QEMU, you do not need this
code.  Instead you should run:

  $ git clone -b stefanha https://github.com/stefanha/patches.git
  $ cd patches
  $ ./patches fetch https://patches.qemu.org/patches.json

To build and run this container image because you really want to build
patches.json yourself:

  $ podman build .
  $ podman run -v path/to/db/dir:/home/patches/.patches/public:z

Written by Stefan Hajnoczi <stefanha@redhat.com>