[Git][debian-gis-team/grass][ubuntugis/bionic] 27 commits: Define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H for PROJ 6.0.0 compatibility.
Sebastiaan Couwenberg
sebastic at xs4all.nl
Sat Aug 31 09:30:03 BST 2019
On 8/31/19 10:07 AM, Martin Landa wrote:
> there is possible issue with g.extension dependency.
Not according to REQUIREMENTS.html:
• git (git for g.extension)
https://git-scm.com/
> In [1] svn has
> been replace by git. Currently g.extension is using svn export [2] to
> avoid cloning the whole grass-addons repository.
That seems like a bug in GRASS, using svn to download code from GitHub
makes no sense. Use git clone with shallow options, e.g.:
git clone --depth 1 https://github.com/OSGeo/grass-addons
There is also a spelling error: reporsitory -> repository:
"""Download source code from a official GitHub reporsitory
Since download_source_code_svn() requires subversion, both git &
subversion should be recommended by the package, and included in the
documentation (REQUIREMENTS.html).
Kind Regards,
Bas
--
GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146 50D1 6750 F10A E88D 4AF1
More information about the Pkg-grass-devel
mailing list