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
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel