Bläddra i källkod

infrastructure.txt: sync to G72 file

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@71581 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 7 år sedan
förälder
incheckning
5d5b7d4157
1 ändrade filer med 32 tillägg och 6 borttagningar
  1. 32 6
      doc/infrastructure.txt

+ 32 - 6
doc/infrastructure.txt

@@ -33,10 +33,6 @@ Maintainer: M. Neteler
    then offered as rsync mirror (tier-2) to other mirror sites
 ** RSS feed: offered by CMSMS
 
-* i18N translation statistics (http://grass.osgeo.org/development/translations/#statistics)
-** based in Linux weekly snapshot
-** GRASS version is coded in devel/i18n_stats.inc
-
 * Weekly snapshots (generated Saturday morning California time):
 ** Source code tarball of SVN HEAD
 ** Linux binary snapshot is compiled
@@ -51,10 +47,11 @@ Maintainer: M. Neteler
 ** HTML: cronjob run Saturday morning California time
 ** disabled: PDF: cronjob run Saturday morning California time
 
-* i18N translation statistics:
+* i18N translation statistics (http://grass.osgeo.org/development/translations/#statistics)
 ** generated during compilation of Linux binary snapshot, stats of
    (cd locale; make) are extracted into text file
 ** text file parsed by PHP page and shown as table
+** GRASS version is coded in devel/i18n_stats.inc
 
 * Mailman mailing lists + greylisting (at lists.osgeo.org since 11/2007)
 ** Mailman is doing the job, only registered users can post
@@ -146,7 +143,7 @@ Web based client: See http://grasswiki.osgeo.org/wiki/IRC
 
 == GRASS Source code repository ==
 
-Maintainer: OSGeo-SAC, http://wiki.osgeo.org/wiki/SAC
+Maintainer: Markus Neteler, Martin Landa, OSGeo-SAC, http://wiki.osgeo.org/wiki/SAC
 
 * https://trac.osgeo.org/grass/browser
 * SVN: https://trac.osgeo.org/grass/wiki/HowToSVN
@@ -154,6 +151,14 @@ Maintainer: OSGeo-SAC, http://wiki.osgeo.org/wiki/SAC
 Trac Wiki Macro definitions for manual pages G7:modulename
 * https://trac.osgeo.org/grass/wiki/InterMapTxt
 
+ZIP file download support in trac (needed for g.extension) - on trac.osgeo.org:
+/var/www/trac/grass/conf/trac.ini
+[browser]
+downloadable_paths = /grass-addons/grass7/*/*,/sandbox/*/*
+
+Statistics:
+https://trac.osgeo.org/grass/stats/code
+
 == GRASS Bugtracker ==
 
 Current bugtracker (Jan 2008 - today):
@@ -196,6 +201,9 @@ Procedure of granting write access to Addons DVN repo:
 * Adding contributor: https://trac.osgeo.org/grass/browser/grass-addons/contributors.csv (via SVN commit)
 * Confirm request in grass-psc and give instructions concerning code style etc (see archive for examples)
 
+XML file for g.extension: http://grass.osgeo.org/addons/grass7/modules.xml
+- generated in grass-addons/tools/addons/grass-addons-publish.sh
+
 == GRASS Travis CI ==
 
 Maintainer: Martin Landa
@@ -204,6 +212,24 @@ Note: Only checking trunk
 
 * https://travis-ci.org/GRASS-GIS
 * https://github.com/GRASS-GIS/grass-ci
+* https://svn.osgeo.org/grass/grass-addons/tools/grass-ci/
+
+Travis CI control files:
+ trunk/.travis/
+   linux.before_install.sh
+   linux.install.sh
+   linux.script.sh
+
+Maintenance script:
+* https://svn.osgeo.org/grass/grass-addons/tools/grass-ci/grass-ci.sh
+
+The github update is run as a cronjob on server "geo102" (CTU, CZ).
+
+== GRASS Coverity Scan ==
+
+Maintainer: Markus Neteler
+
+* https://scan.coverity.com/projects/grass?tab=overview
 
 == OLD: GRASS Quality Control ==