diff options
author | Emil Velikov <[email protected]> | 2017-02-10 12:51:22 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-02-16 15:17:51 +0000 |
commit | e280a6bc8a3a204972438758abfd0b554563c171 (patch) | |
tree | fe2f8bd49c7c8f3ba45f10b36f5ad6055ae46fb9 /docs | |
parent | 652e367d5f9afd7bb511272e5b5bb54087eaf80c (diff) |
docs/releasing: update the website section
Things are automated via git hooks.
Cc: Brian Paul <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
---
Guys, let me know when things are in place.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/releasing.html | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/docs/releasing.html b/docs/releasing.html index 1bf88474f35..048aa1f7a4b 100644 --- a/docs/releasing.html +++ b/docs/releasing.html @@ -487,23 +487,10 @@ Use the generated template during the releasing process. <h1 id="website">Update the mesa3d.org website</h1> <p> -NOTE: The recent release managers have not been performing this step -themselves, but leaving this to Brian Paul, (who has access to the -sourceforge.net hosting for mesa3d.org). Brian is more than willing to grant -the permission necessary to future release managers to do this step on their -own. +As the hosting was moved to freedesktop, git hooks are deployed to update the +website. Manually check that it is updated 5-10 minutes after the final <code>git push</code> </p> -<p> -Update the web site by copying the docs/ directory's files to -/home/users/b/br/brianp/mesa-www/htdocs/ with: -<br> -<code> -sftp USERNAME,[email protected] -</code> -</p> - - <h1 id="bugzilla">Update Bugzilla</h1> <p> |