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 docs/index.html.
Tag the files with the release name (in the form mesa-x.y)
-with: git tag -a mesa-x.y
+with: git tag -s mesa-x.y -m "Mesa x.y Release"
Then: git push origin mesa-x.y
git push origin mesa-x.y
Make the distribution files. From inside the Mesa directory:
+ ./autogen.sh make tarballs@@ -242,15 +243,18 @@ compile everything, and run some demos to be sure everything works.
-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:
+
+
+mkdir /srv/ftp.freedesktop.org/pub/mesa/x.y
+
Basically, to upload the tarball files with:
-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/