Skip to content
Snippets Groups Projects
Commit a154e627 authored by Takumi.Matsunobu's avatar Takumi.Matsunobu
Browse files

package pass fix

parent 2875a7e1
No related branches found
No related tags found
No related merge requests found
Pipeline #21718 failed
...@@ -113,24 +113,25 @@ class IconNwp(Package): ...@@ -113,24 +113,25 @@ class IconNwp(Package):
""" """
git_submodules_file = Path().cwd() / ".gitmodules" git_submodules_file = Path().cwd() / ".gitmodules"
git_mirror = "https://gitlab.dkrz.de" #git_mirror = "https://gitlab.dkrz.de"
git_mirror = "https://gitlab.lrz.de/dkrz-mirror"
git_modules_patch = f""" git_modules_patch = f"""
[submodule "externals/mtime"] [submodule "externals/mtime"]
path = externals/mtime path = externals/mtime
url = {git_mirror}/icon-libraries/libmtime.git url = {git_mirror}/libmtime.git
[submodule "externals/jsbach"] [submodule "externals/jsbach"]
path = externals/jsbach path = externals/jsbach
url = {git_mirror}/jsbach/jsbach.git url = {git_mirror}/jsbach.git
[submodule "externals/yac"] [submodule "externals/yac"]
path = externals/yac path = externals/yac
url = {git_mirror}/dkrz-sw/YAC.git url = https://gitlab.dkrz.de/dkrz-sw/yac.git
[submodule "externals/tixi"] [submodule "externals/tixi"]
path = externals/tixi path = externals/tixi
url = {git_mirror}/icon-libraries/libtixi.git url = {git_mirror}/libtixi.git
[submodule "externals/yaxt"] [submodule "externals/yaxt"]
path = externals/yaxt path = externals/yaxt
url = {git_mirror}/dkrz-sw/yaxt.git url = https://gitlab.dkrz.de/dkrz-sw/yaxt.git
[submodule "externals/rte-rrtmgp"] [submodule "externals/rte-rrtmgp"]
path = externals/rte-rrtmgp path = externals/rte-rrtmgp
url = https://github.com/earth-system-radiation/rte-rrtmgp.git url = https://github.com/earth-system-radiation/rte-rrtmgp.git
...@@ -142,25 +143,25 @@ class IconNwp(Package): ...@@ -142,25 +143,25 @@ class IconNwp(Package):
url = https://github.com/claw-project/omni-xmod-pool.git url = https://github.com/claw-project/omni-xmod-pool.git
[submodule "externals/cdi"] [submodule "externals/cdi"]
path = externals/cdi path = externals/cdi
url = {git_mirror}/mpim-sw/libcdi.git url = https://gitlab.dkrz.de/mpim-sw/libcdi
[submodule "externals/sct"] [submodule "externals/sct"]
path = externals/sct path = externals/sct
url = {git_mirror}/dkrz-sw/sct.git url = https://gitlab.dkrz.de/dkrz-sw/sct.git
[submodule "externals/ecrad"] [submodule "externals/ecrad"]
path = externals/ecrad path = externals/ecrad
url = {git_mirror}/dwd-sw/libecrad.git url = {git_mirror}/libecrad.git
[submodule "externals/dace_icon"] [submodule "externals/dace_icon"]
path = externals/dace_icon path = externals/dace_icon
url = {git_mirror}/dwd-sw/dace-icon-interface.git url = {git_mirror}/dace-icon-interface.git
[submodule "externals/emvorado"] [submodule "externals/emvorado"]
path = externals/emvorado path = externals/emvorado
url = {git_mirror}/dwd-sw/emvorado-for-icon.git url = {git_mirror}/emvorado-for-icon.git
[submodule "utils/mkexp"] [submodule "utils/mkexp"]
path = utils/mkexp path = utils/mkexp
url = https://git.mpimet.mpg.de/public/mkexp url = https://git.mpimet.mpg.de/public/mkexp
[submodule "externals/art"] [submodule "externals/art"]
path = externals/art path = externals/art
url = {git_mirror}/art/art.git url = {git_mirror}/art.git
[submodule "externals/ppm"] [submodule "externals/ppm"]
path = externals/ppm path = externals/ppm
url = https://gitlab.dkrz.de/jahns/ppm.git url = https://gitlab.dkrz.de/jahns/ppm.git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment