{%extends "base.html"%} {%load commitfest%} {%block contents%} {%include "patch_commands.inc"%}
ID | {{patch.id}} | ||||||||
---|---|---|---|---|---|---|---|---|---|
Title | {{patch.name}} | ||||||||
Topic | {{patch.topic}} | ||||||||
Created | {{patch.created}} | ||||||||
Last modified | {{patch.modified}} ({{patch.modified|timesince}} ago) | ||||||||
Latest email | {%if patch.lastmail%}{{patch.lastmail}} ({{patch.lastmail|timesince}} ago){%endif%} | ||||||||
Status | {%for c in patch_commitfests %}
{{c.commitfest}}: {{c.statusstring}}
{%endfor%}
|
||||||||
Target version | {%if patch.targetversion%}{{patch.targetversion}}{%endif%} | ||||||||
Authors | {{patch.authors_string}} | ||||||||
Reviewers | {{patch.reviewers_string}}{{is_reviewer|yesno:"Remove from reviewers,Become reviewer"}} | ||||||||
Committer | {%if patch.committer%}{{patch.committer.fullname}}{%endif%} {%if is_committer%}{{is_this_committer|yesno:"Unclaim as committer,Claim as committer"}}{%endif%} | ||||||||
Links | CFbot results (CirrusCI) CFbot GitHub{%if patch.wikilink%} Wiki{%endif%}{%if patch.gitlink%} Git {%endif%} | ||||||||
Checkout latest CFbot patchset |
Go to your local checkout of the PostgreSQL repository and run:
|
||||||||
Emails |
{%if user.is_authenticated%}
{%else%}
{%endif%}
|