Skip to main content

Git-Patchwork integration tool

Project description

git-pw is a tool for integrating Git with Patchwork, the web-based patch tracking system.

Installation

To install git-pw, use pip:

$ pip install git-pw

Getting Started

To begin, you’ll need to configure git settings appropriately. The following settings are required:

pw.server

The path to the XMLRPC endpoint. This will typically look like ‘http://HOSTNAME/xmlrpc’. For example: ‘https://patchwork.ozlabs.org/xmlrpc/

pw.projectid

The project ID

You can set these settings as seen below. This should be done in the repo in which you intend to apply patches:

$ git config pw.server = https://patchwork.ozlabs.org/xmlrpc/
$ git config pw.projectid = 16

Documentation

Documentation is available on Read the Docs.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

git-pw-0.2.0.tar.gz (5.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page