|
@@ -126,7 +126,7 @@ Contents
|
|
|
|
|
|
o Store the source tarball (twice) in (use scp -p FILES grass:):
|
|
|
SERVER1=grass.osgeo.org:/var/www/grass/grass-cms/grass$MAJOR$MINOR/source/
|
|
|
- SERVER2=download.osgeo.org:/osgeo/download/grass/grass$MAJOR$MINOR/source/
|
|
|
+ SERVER2=upload.osgeo.org:/osgeo/download/grass/grass$MAJOR$MINOR/source/
|
|
|
echo $SERVER1
|
|
|
echo $SERVER2
|
|
|
|
|
@@ -155,7 +155,7 @@ Contents
|
|
|
- cd dist.$ARCH/docs/html
|
|
|
echo www/grass$MAJOR$MINOR/manuals/
|
|
|
scp -r * neteler@grass.osgeo.org:/osgeo/grass/grass-cms/grass$MAJOR$MINOR/manuals/
|
|
|
- scp -r * neteler@download.osgeo.org:/osgeo/download/grass/grass$MAJOR$MINOR/manuals/
|
|
|
+ scp -r * neteler@upload.osgeo.org:/osgeo/download/grass/grass$MAJOR$MINOR/manuals/
|
|
|
|
|
|
o stable release: update cronjob 'cron_grass_HEAD_src_snapshot.sh' to next but one
|
|
|
release tag for the differences
|