Move dependencies from forks to original repositories
Description
Some of the dependencies are from a fork in the GitLab COPASI
namespace. This is not optimal because all of these repositories evolve and is hard to keep track of the new updates together with the custom changes that we have made
Proposal
Move fork changes to original modules with Merge Requests and update our dependencies to it:
-
dune-logging
-
fork
in sync withorigin
-
Send merge request fromfork
toorigin
-
origin
accepted merge request intoorigin/master
-
origin
has a new release -
Updatedune-copasi
dependecy into the lastorigin
release
-
-
dune-multidomaingrid
-
fork
in sync withorigin
-
Send merge request from fork
toorigin
-
origin
accepted merge request intoorigin/master
-
origin
has a new release -
Update dune-copasi
dependecy into the lastorigin
release
-
-
dune-typetree
-
fork
in sync withorigin
-
Send merge request from fork
toorigin
-
origin
typetreeaccepted merge request intoorigin/master
-
origin
has a new release -
Update dune-copasi
dependecy into the lastorigin
release
-
-
dune-pdelab
-
fork
in sync withorigin
-
Send merge request from fork
toorigin
-
origin
accepted merge request intoorigin/master
-
origin
has a new release -
Update dune-copasi
dependecy into the lastorigin
release
-
How to test the implementation?
CI is smoothly working with original repositories instead of custom forks.
Related issues
See:
Edited by Santiago Ospina De Los Ríos