mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 00:28:23 +01:00
- Created .github/subtrees.json to define subtree repositories. - Added linting workflow for subtrees.json in .github/workflows/lint-subtrees.yml. - Implemented sync workflow for subtrees in .github/workflows/subtree.yml. - Created subtrees.json and superprojects.json files in database, examples/c, examples/com, and examples/fortran directories. - Added linting workflows for subtrees.json and superprojects.json in respective directories. - Established sync workflows for subtrees in examples/c, examples/com, examples/fortran, and src directories. - Configured subtrees.json and superprojects.json for src and src/phreeqcpp directories. - Implemented linting workflows for subtrees.json and superprojects.json in src and src/phreeqcpp directories. - Added common superprojects.json in src/phreeqcpp/common directory.
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
[
|
|
{
|
|
"prefix": "src",
|
|
"url": "git@${CI_SERVER_HOST}:${GROUP}-subtrees/iphreeqc-src.git",
|
|
"repo": "usgs-coupled-subtrees/iphreeqc-src"
|
|
},
|
|
{
|
|
"prefix": "examples/c",
|
|
"url": "git@${CI_SERVER_HOST}:${GROUP}-subtrees/phreeqc-commanuscript-cgfinal-examples-c.git",
|
|
"repo": "usgs-coupled-subtrees/phreeqc-commanuscript-cgfinal-examples-c"
|
|
},
|
|
{
|
|
"prefix": "examples/com",
|
|
"url": "git@${CI_SERVER_HOST}:${GROUP}-subtrees/phreeqc-commanuscript-cgfinal-examples-com.git",
|
|
"repo": "usgs-coupled-subtrees/phreeqc-commanuscript-cgfinal-examples-com"
|
|
},
|
|
{
|
|
"prefix": "examples/fortran",
|
|
"url": "git@${CI_SERVER_HOST}:${GROUP}-subtrees/phreeqc-COMManuscript-CGfinal-examples-fortran.git",
|
|
"repo": "usgs-coupled-subtrees/phreeqc-COMManuscript-CGfinal-examples-fortran"
|
|
},
|
|
{
|
|
"prefix": "database",
|
|
"url": "git@${CI_SERVER_HOST}:${GROUP}-subtrees/phreeqc3-database.git",
|
|
"repo": "usgs-coupled-subtrees/phreeqc3-database"
|
|
},
|
|
{
|
|
"prefix": "phreeqc3-doc",
|
|
"url": "git@${CI_SERVER_HOST}:${GROUP}-subtrees/phreeqc3-doc.git",
|
|
"repo": "usgs-coupled-subtrees/phreeqc3-doc"
|
|
},
|
|
{
|
|
"prefix": "phreeqc3-examples",
|
|
"url": "git@${CI_SERVER_HOST}:${GROUP}-subtrees/phreeqc3-examples.git",
|
|
"repo": "usgs-coupled-subtrees/phreeqc3-examples"
|
|
}
|
|
] |