Patchwork (software)
Original author(s) | Jeremy Kerr |
---|---|
Developer(s) | Stephen Finucane |
Stable release |
1.1.1
/ March 29, 2016[1] |
Repository |
github |
Written in | Python, Django |
Operating system | Cross-platform |
Available in | English |
Type | Code review |
License | GPL v2[2] |
Website |
jk |
Patchwork is a free, web-based patch tracking system designed to facilitate the contribution and management of contributions to an open-source project. It is intended to make the patch management process easier for both the project's contributors and maintainers.
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.
History
Patchwork was developed by Jeremy Kerr for use with the Linux PPC64 mailing list.[3] The ozlabs.org deployment was later expanded to cover additional projects and functionality.[4][5]
Design
Originally written in Perl,[6] it is now written in Python, using the Django web framework. Recent versions of Patchwork use Bootstrap[7] for the front-end UI.
Notable users
- Open vSwitch[8]
- QEMU[9]
- DPDK[10]
- Linaro[11]
- kernel.org[12]
- IPFire[13]
- FFmpeg[14]
- VLC[15]
- LinuxTV[16]
- Open Data Plane (ODP)[17]
- Libav[18]
See also
References
- ↑ https://github.com/getpatchwork/patchwork/releases/tag/v1.1.1
- ↑ https://github.com/getpatchwork/patchwork/blob/master/COPYING
- ↑ http://jk.ozlabs.org/blog/post/52/patchwork-release/
- ↑ http://jk.ozlabs.org/blog/post/38/patchwork-0.5/
- ↑ http://jk.ozlabs.org/blog/post/33/new-patchwork-beta/
- ↑ http://freecode.com/projects/patchwork/
- ↑ https://github.com/getpatchwork/patchwork/blob/master/CHANGELOG.md#100---2015-10-26
- ↑ "Open vSwitch - Patchwork".
- ↑ "QEMU Development Patchwork".
- ↑ "DPDK Patchwork".
- ↑ "Linaro Patchwork".
- ↑ "Patchwork Project List".
- ↑ "IPFire Patchwork".
- ↑ "FFmpeg Patchwork".
- ↑ "VLC Patchwork".
- ↑ "LinuxTV Patchwork".
- ↑ "Open Data Plane Patchwork".
- ↑ "LibAV".
External links
- Official website
- patchwork on GitHub
- Ozlabs Patchwork
- Ubuntu Patchwork Handbook
- Stephen Finucane (2016-01-31). "A New Patchwork: Bringing CI, patch tracking and more to the Mailing List" (PDF). Retrieved 2016-08-22.