From 8add148a4cf71b8bdab05a6b7e14824b5062da5e Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 13 Feb 2013 09:10:55 +0100 Subject: mesa pixman xserver git update 13 Feb 2013 xserver commit 7115f6c709898a5124b67e19c61dc01334471358 pixman commit 5e207f825bd1ed3142a623bcbceca00508907c5e mesa commit 8cabe26f5dc4c66ae59649cfd7b25f761cda250b --- mesalib/docs/devinfo.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'mesalib/docs/devinfo.html') diff --git a/mesalib/docs/devinfo.html b/mesalib/docs/devinfo.html index 15a885fcf..d64171aee 100644 --- a/mesalib/docs/devinfo.html +++ b/mesalib/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