Skip to content
Snippets Groups Projects
Verified Commit 34f35d7e authored by Martin Weise's avatar Martin Weise
Browse files

Updated Pipfile.lock

parent 4a602e81
Branches
Tags
2 merge requests!407Master,!405Forgot to push the dashboard-ui
......@@ -425,7 +425,7 @@
},
"dbrepo": {
"hashes": [
"sha256:bf91f5b0abdcc0a75e7f7a2c0eea6c02e4a7caae007c1df04fa8d44470a5243f"
"sha256:ec9f612e7ab0275ad2326be9e09e513301ffa2598c9dda838e9cc902891db512"
],
"path": "./lib/dbrepo-1.8.1.tar.gz"
},
......
No preview for this file type
No preview for this file type
This diff is collapsed.
File added
File added
......@@ -373,7 +373,7 @@
},
"dbrepo": {
"hashes": [
"sha256:bf91f5b0abdcc0a75e7f7a2c0eea6c02e4a7caae007c1df04fa8d44470a5243f"
"sha256:ec9f612e7ab0275ad2326be9e09e513301ffa2598c9dda838e9cc902891db512"
],
"path": "./lib/dbrepo-1.8.1.tar.gz"
},
......
No preview for this file type
No preview for this file type
......@@ -234,6 +234,9 @@ public interface MetadataMapper {
/* keep */
default String nameIdentifierSchemeTypeToUri(NameIdentifierSchemeType data) {
if (data == null) {
return null;
}
switch (data) {
case ROR -> {
return "https://ror.org/";
......
......@@ -35,12 +35,8 @@ build-lib: ## Build the Python Library.
(cd ./dbrepo-analyse-service && python3 -m venv venv && PIPENV_IGNORE_VIRTUALENVS=1 pipenv install --dev)
cp -r ./lib/python/dist/dbrepo-${APP_VERSION}* ./dbrepo-search-service/lib
(cd ./dbrepo-search-service && python3 -m venv venv && PIPENV_IGNORE_VIRTUALENVS=1 pipenv install --dev)
cp -r ./lib/python/dist/dbrepo-${APP_VERSION}* ./dbrepo-search-service/init/lib
(cd ./dbrepo-search-service/init && python3 -m venv venv && PIPENV_IGNORE_VIRTUALENVS=1 pipenv install --dev)
cp -r ./lib/python/dist/dbrepo-${APP_VERSION}* ./dbrepo-dashboard-service/lib
(cd ./dbrepo-dashboard-service && python3 -m venv venv && PIPENV_IGNORE_VIRTUALENVS=1 pipenv install --dev)
cp -r ./lib/python/dist/dbrepo-${APP_VERSION}* ./dbrepo-dashboard-service/init/lib
(cd ./dbrepo-dashboard-service/init && python3 -m venv venv && PIPENV_IGNORE_VIRTUALENVS=1 pipenv install --dev)
.PHONY: build-helm
build-helm: ## Build the DBRepo and DBRepo MariaDB Galera Helm Charts.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment