Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into 7-improveHbzSpecificE…
Browse files Browse the repository at this point in the history
…lements
  • Loading branch information
TobiasNx committed Sep 10, 2024
2 parents 7a6eb2e + 4b26fe2 commit 9e3f8b6
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ setdir.sh
.env

# used as Docker volume
# web-config
web-config/configuration.cnf

# Node packages
node_modules
2 changes: 1 addition & 1 deletion catalogues/hbz-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ $TYPE == "marc" ]]; then
MASK=*.mrc
elif [[ $TYPE == "xml" ]]; then
echo "xml"
TYPE_PARAMS="--marcVersion DNB,HBZ --marcxml --fixAlma"
TYPE_PARAMS="--marcVersion HBZ --marcxml --fixAlma"
MARC_DIR=${BASE_INPUT_DIR}/${NAME}/marc
MASK=*.gz
else
Expand Down
2 changes: 1 addition & 1 deletion catalogues/hbz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ $TYPE == "marc" ]]; then
MASK=*.mrc
elif [[ $TYPE == "xml" ]]; then
echo "xml"
TYPE_PARAMS="--marcVersion DNB,HBZ --marcxml --fixAlma"
TYPE_PARAMS="--marcVersion HBZ --marcxml --fixAlma"
MARC_DIR=${BASE_INPUT_DIR}/${NAME}/marc
MASK=*.gz
else
Expand Down
2 changes: 1 addition & 1 deletion scripts/hbz/run-analyses-if-new-input-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# run this script with name of your catalogue as argument
# if no argument given defaults to test

APPDIR="/opt/qa-catalogue"
APPDIR="/home/qa-catalogue/qa-catalogue"
CATALOGUE=${1:-test}
DATADIR="${APPDIR}/input/${CATALOGUE}/marc"
CHECKFILE="${DATADIR}/check_file.txt"
Expand Down
File renamed without changes.

0 comments on commit 9e3f8b6

Please sign in to comment.