Skip to content
Snippets Groups Projects
Commit 8d723147 authored by Oriol.Tinto's avatar Oriol.Tinto
Browse files

Merge branch 'build_hash' into 'master'

Use https by default

See merge request !11
parents 5cb99e4d bd01baef
No related branches found
No related tags found
1 merge request!11Use https by default
Pipeline #20156 failed
......@@ -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