On Mon, Jul 1, 2019 at 3:37 PM Martin Landa <landa.martin@gmail.com> wrote:
Hi,
ne 30. 6. 2019 v 23:15 odesílatel Markus Neteler <neteler@osgeo.org> napsal:
> We have tested it in our office, it still points to SVN.
yes, its still pointing to SVN. I will try to take a look on this
issue after solving wingrass builds. Volunteers welcome in in case. Ma
After Anika's pull request it points to Github!
Please just test it...
Note: the only way we found is to use "svn export" in order to fetch a
subdir from https://github.com/OSGeo/grass-addons/
A dirty hack but apparently no other way when one does not want to
clone the entire repo for a single addon.
ne 30. 6. 2019 v 23:15 odesílatel Markus Neteler <neteler@osgeo.org> napsal:
We have tested it in our office, it still points to SVN.
yes, its still pointing to SVN. I will try to take a look on this
issue after solving wingrass builds. Volunteers welcome in in case. Ma
After Anika’s pull request it points to Github!
Please just test it…
Note: the only way we found is to use “svn export” in order to fetch a
subdir from https://github.com/OSGeo/grass-addons/
A dirty hack but apparently no other way when one does not want to
clone the entire repo for a single addon.
In absence of feedback I have recently merged it.
Still the backports are needed.
I’m traveling with phone only, anyone to do that?
wrote:
>
> Hi,
>
> ne 30. 6. 2019 v 23:15 odesílatel Markus Neteler <
neteler@
>
napsal:
> > We have tested it in our office, it still points to SVN.
>
> yes, its still pointing to SVN. I will try to take a look on this
> issue after solving wingrass builds. Volunteers welcome in in case. Ma
After Anika's pull request it points to Github!
Please just test it...
Note: the only way we found is to use "svn export" in order to fetch a
subdir from https://github.com/OSGeo/grass-addons/
A dirty hack but apparently no other way when one does not want to
clone the entire repo for a single addon.
In absence of feedback I have recently merged it.
Still the backports are needed.
I'm traveling with phone only, anyone to do that?
I have just updated to GRASS 7.6.1 on the Ubuntu grass-devel ppa. It now find the set of relatively new add-ons that I have built (r.flowfill; r.richdem.*) with the “-l” flag, but when I try to install them, I receive, for example, “ERROR: Extension <r.flowfill> not found”. Is this simply that I must compile the most recent version from source, or is there some other problem?
On Thu, Aug 1, 2019 at 6:43 PM Andy Wickert <andrewwickert@gmail.com> wrote:
Hi all,
I have just updated to GRASS 7.6.1 on the Ubuntu grass-devel ppa. It now find the set of relatively new add-ons that I have built (r.flowfill; r.richdem.*) with the "-l" flag, but when I try to install them, I receive, for example, "ERROR: Extension <r.flowfill> not found". Is this simply that I must compile the most recent version from source, or is there some other problem?
I have merged it only now (before it was an open pull request).
Now the binaries need to be rebuild - or you compile yourself - or you
simply update the g.extension.py which does not need to be compiled
but just put into the right place.
yes, there is one blocker issue which should be solved before any
release. How to deal with svn keyword propagation in the code ($DATE$,
$REVISION$, ...). There is no straightforward replacement for git to
my knowledge. Any suggestion very welcome!
yes, there is one blocker issue which should be solved before any
release. How to deal with svn keyword propagation in the code ($DATE$,
$REVISION$, ...). There is no straightforward replacement for git to
my knowledge. Any suggestion very welcome!
yes, there is one blocker issue which should be solved before any
release. How to deal with svn keyword propagation in the code ($DATE$,
$REVISION$, ...). There is no straightforward replacement for git to
my knowledge. Any suggestion very welcome!
It seems like this is not officially supported, can be done easily with some scripts [1], but is not recommended [2].
Why is it needed?
I regularly use the gitinfo LaTeX package that provides a git commit hook. This hook simply puts latest hash (and some other commit data such as author, branch, date, etc.) into a file, that the LaTeX package then uses to make nice headers or footers with the commit info.
Could a commit hook make a file that is then somehow included in the footer of each HTML file?