Skip to content

Commit

Permalink
updated to new addon workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Jun 20, 2020
1 parent 7692e86 commit 98cfe8e
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions tools/addons/README.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
## WORKFLOW

(updated in 6/2020)

Cronjobs are run on the `grasslxd` container (on Server `osgeo7`).
For details, see:
https://github.com/OSGeo/grass-addons/blob/master/tools/cronjobs_osgeo_lxd/README.md


## Old WORKFLOW

These scripts are used for building addons modules (on build server,
currently at the CTU in Prague) and publishing their manual pages on
publishing server (grass.osgeo.org).

WORKFLOW

On building server (currently geo102.fsv.cvut.cz) two scripts are
On building server (geo102.fsv.cvut.cz) two scripts are
running (see file crontab.build):

1) compile-grass.sh to recompile GRASS on it (daily or so);
Expand All @@ -18,7 +27,7 @@ running (see file crontab.build):

3) grass-addons-publish.sh downloads provided tarballs (2) from
building server and creates index.html page on publishing server at
https://grass.osgeo.org/grass74/manuals/addons/index.html
https://grass.osgeo.org/grass7/manuals/addons/index.html


SCRIPTS OVERVIEW
Expand All @@ -36,9 +45,9 @@ SCRIPTS OVERVIEW

RESULTS

* manual pages at: http://grass.osgeo.org/grass74/manuals/addons/
* manual pages at: http://grass.osgeo.org/grass7/manuals/addons/
* XMLs file at: https://grass.osgeo.org/addons/
* winGRASS binary files at: http://wingrass.fsv.cvut.cz/grass74/x86/addons/
* winGRASS binary files at: http://wingrass.fsv.cvut.cz/grass78/x86/addons/

SEE ALSO

Expand Down

0 comments on commit 98cfe8e

Please sign in to comment.