Skip to content
Snippets Groups Projects
Commit bd01baef authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Use https by default

parent a8d67777
No related branches found
No related tags found
1 merge request!11Use https by default
Pipeline #20150 skipped
......@@ -15,7 +15,7 @@ class IconNwp(Package):
Recipe to build ICON-NWP using the LMU gitlab repository.
"""
git = "ssh://git@gitlab.dkrz.de/icon/icon-nwp.git"
git = "https://gitlab.dkrz.de/icon/icon-nwp.git"
homepage = "https://code.mpimet.mpg.de/projects/iconpublic"
# maintainers("oriol.tinto")
......@@ -29,7 +29,7 @@ class IconNwp(Package):
version("master", branch="master")
# FIXME: Workaround to deal with different sources. The default is using dkrz's through ssh.
variant("source", values=('dkrz', 'dkrz_https', 'lmu'), default='dkrz',
variant("source", values=('dkrz', 'dkrz_https', 'lmu'), default='dkrz_https',
description='Select the source of the ICON: dkrz (ssh), dkrz_https, lmu (ssh)')
custom_fetchers = {
"dkrz": "ssh://git@gitlab.dkrz.de/icon/icon-nwp.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