Skip to content

Commit

Permalink
docs: fix minor typos in howto_release.md
Browse files Browse the repository at this point in the history
- fix server name
- fix spurious MD errors
  • Loading branch information
neteler committed Oct 25, 2023
1 parent 6f3903c commit 58a1576
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 @@ -323,7 +323,7 @@ md5sum grass-${VERSION}.tar.gz > grass-${VERSION}.md5sum

### Upload source code tarball to OSGeo servers

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

```bash
Expand Down Expand Up @@ -360,13 +360,13 @@ For final minor and major releases (not release candidates and micro releases),
update `grass-stable` redirect at `osgeo7-grass`:

```bash
sudo vim /etc/apache2/sites-enabled/000-default.conf`
sudo vim /etc/apache2/sites-enabled/000-default.conf
```

Load the new configuration:

```bash
sudo systemctl reload apache2`
sudo systemctl reload apache2
```

For new branches: Update `grass-devel` using the steps above.
Expand Down

0 comments on commit 58a1576

Please sign in to comment.