Skip to content

Commit eb8f962

Browse files
committed
Added reuse files
1 parent d491a2c commit eb8f962

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ variables:
1717
DOCKER_TLS_CERTDIR: "/certs"
1818
VERSION: v8.4.0
1919
CONTAINER_REGISTRY_IMAGE: $CI_REGISTRY_IMAGE/schism-esmf:${VERSION}-${COMMUNICATOR}
20-
CONTAINER_REGISTRY_BASEIMAGE: $CI_REGISTRY_IMAGE/schism:${VERSION}-${COMMUNICATOR}
20+
CONTAINER_REGISTRY_BASEIMAGE: registry.hzdr.de/mossco/esmf-docker/esmf:${VERSION}-${COMMUNICATOR}
2121
SCHISM_DIR: "/usr/src/schism"
2222
SCHISM_BUILD_DIR: "/usr/src/schism/build"
2323
SCHISM_ESMF_DIR: "/usr/src/schism-esmf"

.reuse/dep5

+24-3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,27 @@ Source: https://github.com/schism-dev/schism-esmf
99

1010
# Sample paragraph, commented out:
1111
#
12-
# Files: src/*
13-
# Copyright: $YEAR $NAME <$CONTACT>
14-
# License: ...
12+
# Files: test/*
13+
# Copyright: 2020-2022 The SCHISM community
14+
# License: CC0-1.0
15+
16+
# Files: ./*/*/*.gr3
17+
# Copyright: 2020-2022 The SCHISM community
18+
# License: CC0-1.0
19+
20+
# Files: ./*/*/*.ll
21+
# Copyright: 2020-2022 The SCHISM community
22+
# License: CC0-1.0
23+
24+
# Files: ./*/*/*.nml
25+
# Copyright: 2020-2022 The SCHISM community
26+
# License: CC0-1.0
27+
28+
# Files: ./*/*/*.ic
29+
# Copyright: 2020-2022 The SCHISM community
30+
# License: CC0-1.0
31+
32+
# Files: ./*/*/outputs/*
33+
# Copyright: 2020-2022 The SCHISM community
34+
# License: CC0-1.0
35+

0 commit comments

Comments
 (0)