diff options
author | Timothy Arceri <[email protected]> | 2015-06-19 13:03:36 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2015-06-19 18:27:40 +1000 |
commit | 2ce2b80c6fd7ba5effbdf86ca3affe10a9c70492 (patch) | |
tree | 8cce8ab8eddc53385646cb8d9585b6d3a07d24fc /docs | |
parent | afeb92220690c8f27cdc56c30e109ca175d51d83 (diff) |
docs: update developer info
Update piglit link to the current Piglit website.
Add note about updating patchwork when sending patch revisions.
Acked-by: Matt Turner <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/devinfo.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/devinfo.html b/docs/devinfo.html index 0da18b9b709..8ebf80f40e8 100644 --- a/docs/devinfo.html +++ b/docs/devinfo.html @@ -244,7 +244,7 @@ to update the tests themselves. <p> Whenever possible and applicable, test the patch with -<a href="http://people.freedesktop.org/~nh/piglit/">Piglit</a> to +<a href="http://piglit.freedesktop.org">Piglit</a> to check for regressions. </p> @@ -266,6 +266,12 @@ re-sending the whole series). Using --in-reply-to makes it harder for reviewers to accidentally review old patches. </p> +<p> +When submitting follow-up patches you should also login to +<a href="https://patchwork.freedesktop.org">patchwork</a> and change the +state of your old patches to Superseded. +</p> + <h3>Reviewing Patches</h3> <p> |