From d59bd614451619080d74ac9ab16a1a62aa503e68 Mon Sep 17 00:00:00 2001 From: Andreas Boll Date: Wed, 30 Jan 2013 22:35:58 +0100 Subject: docs: update making a new mesa release info Reviewed-by: Brian Paul --- docs/devinfo.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'docs/devinfo.html') 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

@@ -226,6 +226,7 @@ Then: 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.

Update the website and announce the release

-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/

-- cgit v1.2.3