{% extends "base.html" %} {% block title %}{{ project.name }}{% endblock %} {% block info_active %}active{% endblock %} {% block body %}
Name | {{project.name}} |
---|---|
List address | {{project.listemail}} |
Maintainer{{maintainers|length|pluralize}} |
{% for maintainer in maintainers %}
{{ maintainer.profile.name }}
<{{maintainer.email}}>
{% endfor %} |
Patches | {{n_patches}} (+ {{n_archived_patches}} archived) |
Website | {{project.web_url}} |
Source Code Web Interface | {{project.webscm_url}} |
Source Code Manager URL | {{project.scm_url}} |
pwclient
is the command-line client for Patchwork. Currently,
it provides access to some read-only features of Patchwork, such as downloading
and applying patches.
To use pwclient, you will need:
.pwclientrc
file for this project, which should be stored in your
home directory.