[geos-commits] r3348 - trunk

svn_geos at osgeo.org svn_geos at osgeo.org
Wed May 11 06:00:51 EDT 2011


Author: strk
Date: 2011-05-11 03:00:51 -0700 (Wed, 11 May 2011)
New Revision: 3348

Modified:
   trunk/HOWTO_RELEASE
Log:
Producing a bzip2 tarball is easier than described

Modified: trunk/HOWTO_RELEASE
===================================================================
--- trunk/HOWTO_RELEASE	2011-05-11 09:55:58 UTC (rev 3347)
+++ trunk/HOWTO_RELEASE	2011-05-11 10:00:51 UTC (rev 3348)
@@ -14,13 +14,10 @@
    $ svn copy -m "Tagged release MAJOR.MINOR.PATCH" \
 		$base/trunk $base/tags/MAJOR.MINOR.PATCH
 
-7: Export the tag and 'make dist'. Un-gzip the tarball and bzip2 it
-   instead. 
+7: Export the tag and 'make dist-bzip2'. 
    $ svn export http://svn.osgeo.org/geos/tags/MAJOR.MINOR.PATCH 
    $ cd MAJOR.MINOR.PATCH
-   $ ./autogen ; ./configure ; make dist
-   $ gzip -d geos-MAJOR.MINOR-PATCH.tar.gz
-   $ bzip2 geos-MAJOR.MINOR-PATCH.tar
+   $ ./autogen.sh && ./configure && make dist-bzip2
 
 8: Copy the tarball to upload.osgeo.org:/download_data/download/geos
 



More information about the geos-commits mailing list