|
@@ -36,10 +36,10 @@ Contents
|
|
|
vim include/VERSION
|
|
|
|
|
|
#example:
|
|
|
-6
|
|
|
-3
|
|
|
+7
|
|
|
+0
|
|
|
0RC1
|
|
|
-2008
|
|
|
+2009
|
|
|
rm -f include/VERSION~
|
|
|
|
|
|
#version:
|
|
@@ -67,7 +67,7 @@ Contents
|
|
|
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 @@ Contents
|
|
|
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 @@ Contents
|
|
|
|
|
|
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 @@ Contents
|
|
|
- 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 @@ Contents
|
|
|
- cd dist.$ARCH/docs/html
|
|
|
echo www/grass$MAJOR$MINOR/manuals/html$MAJOR${MINOR}_user/
|
|
|
scp -r * neteler@download.osgeo.org:/osgeo/download/grass$MAJOR$MINOR/manuals/html$MAJOR${MINOR}_user/
|
|
|
+ scp -r * neteler@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 @@ Contents
|
|
|
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 .
|
|
|
|
|
|
|