Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
autoicon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
w2w
autoicon
Commits
8d723147
Commit
8d723147
authored
1 year ago
by
Oriol.Tinto
Browse files
Options
Downloads
Plain Diff
Merge branch 'build_hash' into 'master'
Use https by default See merge request
!11
parents
5cb99e4d
bd01baef
No related branches found
Branches containing commit
No related tags found
1 merge request
!11
Use https by default
Pipeline
#20156
failed
1 year ago
Stage: build
Stage: run_tests
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
spack_repo/packages/icon-nwp/package.py
+2
-2
2 additions, 2 deletions
spack_repo/packages/icon-nwp/package.py
with
2 additions
and
2 deletions
spack_repo/packages/icon-nwp/package.py
+
2
−
2
View file @
8d723147
...
...
@@ -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
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment