Skip to content

Commit

Permalink
doc/howto_release.md: server URL update
Browse files Browse the repository at this point in the history
update SERVER1 URL after recent lxd container migration
  • Loading branch information
neteler committed Dec 18, 2022
1 parent 0b31a69 commit 732ae9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/howto_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Add release desciption (re-use existing texts as possible, from
<https://github.com/OSGeo/grass/releases>)

If RC, then check
[x] This is a pre-release
[x] Set as a pre-release

### Changelog from GitHub for GH release notes

Expand Down Expand Up @@ -239,13 +239,13 @@ md5sum grass-${VERSION}.tar.gz > grass-${VERSION}.md5sum

### Upload source code tarball to OSGeo servers

Note: servers 'osgeo8-grass' and 'osgeo7-download' only reachable via
Note: servers 'osgeo7-grass' and 'osgeo7-download' only reachable via
jumphost (managed by OSGeo-SAC) - see https://wiki.osgeo.org/wiki/SAC_Service_Status#grass

```bash
# Store the source tarball (twice) in (use scp -p FILES grass:):
USER=neteler
SERVER1=osgeo8-grass
SERVER1=osgeo7-grass
SERVER1DIR=/var/www/code_and_data/grass$MAJOR$MINOR/source/
SERVER2=osgeo7-download
SERVER2DIR=/osgeo/download/grass/grass$MAJOR$MINOR/source/
Expand Down

0 comments on commit 732ae9f

Please sign in to comment.