[GRASS-SVN] r35012 - grass/trunk/doc
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Dec 23 09:43:27 EST 2008
Author: neteler
Date: 2008-12-23 09:43:27 -0500 (Tue, 23 Dec 2008)
New Revision: 35012
Modified:
grass/trunk/doc/howto_release.txt
Log:
updated
Modified: grass/trunk/doc/howto_release.txt
===================================================================
--- grass/trunk/doc/howto_release.txt 2008-12-23 14:30:12 UTC (rev 35011)
+++ grass/trunk/doc/howto_release.txt 2008-12-23 14:43:27 UTC (rev 35012)
@@ -36,10 +36,10 @@
vim include/VERSION
#example:
-6
-3
+7
+0
0RC1
-2008
+2009
rm -f include/VERSION~
#version:
@@ -67,7 +67,7 @@
echo $RELEASETAG
URL=https://svn.osgeo.org/grass
- svn copy $URL/grass/branches/releasebranch_6_3 \
+ svn copy $URL/grass/branches/releasebranch_7_0 \
$URL/grass/tags/$RELEASETAG \
-m "Tagging release grass_${MAJOR}_${MINOR}_${RELEASE}"
@@ -91,10 +91,10 @@
vim include/VERSION
#example
-6
-3
+7
+0
0svn
-2008
+2009
rm -f include/VERSION~
svn ci -m"back to SVN" include/VERSION
@@ -102,15 +102,15 @@
o Store the source tarball (twice) in (use scp -p FILES grass:):
SERVER1=download.osgeo.org:/osgeo/download/grass/grass$MAJOR$MINOR/source/
- SERVER2=grass.osgeo.org:/osgeo/grass/rsync/grass$MAJOR$MINOR/source/
+ SERVER2=grass.osgeo.org:/osgeo/grass/grass-web-public/grass$MAJOR$MINOR/source/
echo $SERVER1
echo $SERVER2
along with associated files:
scp -p grass-$VERSION.* AUTHORS COPYING ChangeLog_$VERSION.gz INSTALL REQUIREMENTS.html SUBMITTING SUBMITTING_DOCS \
- SUBMITTING_TCLTK SUBMITTING_SCRIPTS neteler@$SERVER1
+ SUBMITTING_PYTHON SUBMITTING_TCLTK SUBMITTING_SCRIPTS neteler@$SERVER1
scp -p grass-$VERSION.* AUTHORS COPYING ChangeLog_$VERSION.gz INSTALL REQUIREMENTS.html SUBMITTING SUBMITTING_DOCS \
- SUBMITTING_TCLTK SUBMITTING_SCRIPTS neteler@$SERVER2
+ SUBMITTING_PYTHON SUBMITTING_TCLTK SUBMITTING_SCRIPTS neteler@$SERVER2
o update web site to new version (http://trac.osgeo.org/grass/browser/grass-web)
@@ -120,7 +120,7 @@
- devel/grasshist.html
- devel/grassreleases.html
- bugtracking/bugreport.html (not always)
- - devel/cvstags.inc (add tag)
+ - devel/svntags.inc (add tag)
write announcement
- store in Web as announces/announce_grass$MAJOR$MINOR$RELEASE.html
@@ -131,8 +131,9 @@
- cd dist.$ARCH/docs/html
echo www/grass$MAJOR$MINOR/manuals/html$MAJOR${MINOR}_user/
scp -r * neteler at download.osgeo.org:/osgeo/download/grass$MAJOR$MINOR/manuals/html$MAJOR${MINOR}_user/
+ scp -r * neteler at grass.osgeo.org:/osgeo/download/grass$MAJOR$MINOR/manuals/html$MAJOR${MINOR}_user/
- o stable release: update cronjob 'cron_grass63_release_src_snapshot.sh' to next but one
+ o stable release: update cronjob 'cron_grass70_release_src_snapshot.sh' to next but one
release tag for the differences
2. Tell others about it:
@@ -201,17 +202,17 @@
1. see SVN book:
http://svnbook.red-bean.com/en/1.1/ch04s07.html
- GRASS 6.4 development branch:
- BRANCH=develbranch_6
+ GRASS 7.0 release branch:
+ BRANCH=releasebranch_7_0
URL=https://svn.osgeo.org/grass
svn copy $URL/grass/trunk \
$URL/grass/branches/$BRANCH \
- -m "Development branch for GRASS 6.4.x"
+ -m "Development branch for GRASS 7.0.x"
Switching current local copy to above development branch:
(http://svnbook.red-bean.com/en/1.1/ch04s05.html)
cd /path/to/your/local/copy/trunk
- svn switch https://svn.osgeo.org/grass/grass/branches/develbranch_6 .
+ svn switch https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0 .
More information about the grass-commit
mailing list