-
Brent Huisman authored
* Create a script that generates `diff.log` if git submodules have tags more recent that the commit they're currently at. * A Github Action runs this script monthly. * _If_ updates found, Github Action creates an Issue like so: https://github.com/brenthuisman/arbor/issues/9 * Actually updating the git submodule and Spack file are still manual First step in addressing #1731
Unverifiedeafee4da
.gitmodules 331 B
[submodule "google-benchmark"]
path = ext/google-benchmark
url = https://github.com/google/benchmark
branch = main
[submodule "python/pybind11"]
path = python/pybind11
url = https://github.com/pybind/pybind11.git
branch = master
[submodule "ext/fmt"]
path = ext/fmt
url = https://github.com/fmtlib/fmt.git
branch = master