summaryrefslogtreecommitdiff
path: root/docs/devinfo.html
diff options
context:
space:
mode:
authorAndreas Boll <andreas.boll.dev@gmail.com>2013-01-30 22:35:58 +0100
committerAndreas Boll <andreas.boll.dev@gmail.com>2013-02-11 10:58:33 +0100
commitd59bd614451619080d74ac9ab16a1a62aa503e68 (patch)
tree8e1f3f073ad596da8fac12b644efe4902095825d /docs/devinfo.html
parentab10d2d8a5fc3e04d38f357047f98b18bce2c19a (diff)
docs: update making a new mesa release info
Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'docs/devinfo.html')
-rw-r--r--docs/devinfo.html12
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/devinfo.html b/docs/devinfo.html
index 15a885fcf21..d64171aee6d 100644
--- a/docs/devinfo.html
+++ b/docs/devinfo.html
@@ -217,7 +217,7 @@ Update <a href="index.html">docs/index.html</a>.
<p>
Tag the files with the release name (in the form <b>mesa-x.y</b>)
-with: <code>git tag -a mesa-x.y</code>
+with: <code>git tag -s mesa-x.y -m "Mesa x.y Release"</code>
Then: <code>git push origin mesa-x.y</code>
</p>
@@ -226,6 +226,7 @@ Then: <code>git push origin mesa-x.y</code>
<p>
Make the distribution files. From inside the Mesa directory:
<pre>
+ ./autogen.sh
make tarballs
</pre>
@@ -242,15 +243,18 @@ compile everything, and run some demos to be sure everything works.
<h3>Update the website and announce the release</h3>
<p>
-Follow the directions on SourceForge for creating a new "release" and
-uploading the tarballs.
+Make a new directory for the release on annarchy.freedesktop.org with:
+<br>
+<code>
+mkdir /srv/ftp.freedesktop.org/pub/mesa/x.y
+</code>
</p>
<p>
Basically, to upload the tarball files with:
<br>
<code>
-rsync -avP ssh Mesa*-X.Y.* USERNAME@frs.sourceforge.net:uploads/
+rsync -avP -e ssh MesaLib-x.y.* USERNAME@annarchy.freedesktop.org:/srv/ftp.freedesktop.org/pub/mesa/x.y/
</code>
</p>