Patchwork is a
web-based patch tracking system designed to facilitate the contribution
and management of contributions to an open-source project.
http://jk.ozlabs.org/projects/patchwork/
Patchwork is a patch tracking system for community-based projects. It is intended to make the patch management process easier for both the project's contributors and maintainers, leaving time for the more important (and more interesting) stuff.
Patches that have been sent to a mailing list are "caught" by the system, and appear on a web page. Any comments posted that reference the patch are appended to the patch page too. The project's maintainer can then scan through the list of patches, marking each with a certain state, such as Accepted, Rejected or Under Review. Old patches can be sent to the archive or deleted.
Currently, Patchwork is being used for a number of open-source projects, mostly subsystems of the Linux kernel. Although Patchwork has been developed with the kernel workflow in mind, the aim is to be flexible enough to suit the majority of community projects.
For more information, including helpful command line options and alternative installation methods, refer to the documentation.
from https://github.com/getpatchwork/patchwork
http://jk.ozlabs.org/projects/patchwork/
Patchwork is a patch tracking system for community-based projects. It is intended to make the patch management process easier for both the project's contributors and maintainers, leaving time for the more important (and more interesting) stuff.
Patches that have been sent to a mailing list are "caught" by the system, and appear on a web page. Any comments posted that reference the patch are appended to the patch page too. The project's maintainer can then scan through the list of patches, marking each with a certain state, such as Accepted, Rejected or Under Review. Old patches can be sent to the archive or deleted.
Currently, Patchwork is being used for a number of open-source projects, mostly subsystems of the Linux kernel. Although Patchwork has been developed with the kernel workflow in mind, the aim is to be flexible enough to suit the majority of community projects.
Requirements
- Python (2.7, 3.4 - 3.6)
- Django (1.8 - 1.11)
- Django REST Framework (3.2 - 3.6)
- Django Filters (1.0)
Development Installation
Docker is the recommended installation methods for a Patchwork development environment. To install Patchwork:- Install Docker and docker-compose.
- Clone the Patchwork repo:
$ git clone https://github.com/getpatchwork/patchwork.git
- Build the images. This will download over 200MB from the internet:
$ docker-compose build
- Run docker-compose up:
$ docker-compose up
For more information, including helpful command line options and alternative installation methods, refer to the documentation.
Talks and Presentations
- Mailing List, Meet CI (slides) - FOSDEM 2017
- Patches carved into stone tablets (slides) - Kernel Recipes Conference 2016
- A New Patchwork (slides) - FOSDEM 2016
- Patchwork: reducing your patch workload (slides) - Linux Plumbers Conference 2011
Additional Information
For further information, refer to the documentation.from https://github.com/getpatchwork/patchwork
No comments:
Post a Comment