Dear all,
Following the creation of our new gitlab instance, we are begining to move the repositories to git.dynare.org/Dynare. We will first move the submodules and auxiliary projects. I have just moved the particles submodule to:
git.dynare.org/Dynare/particles
Also I have archived the original repository on github (we will probably supress it) which is now read-only. So if you need to open an issue, or want to propose a patch you need to do it at the new location. Also if you update your clone of github.com/DynareTeam/dynare you need to sync the submodules (because in the process I updated the address of the particles submodule):
~$ git submodule sync
this will update the addresses of the submodules, then you can update the submodules as usual:
~$ git submodule update
You will have to sync the submodules each time we push a commit that modify .gitmodules.
Best, Stéphane.