Skip to content

Commit

Permalink
issue #196: update release package
Browse files Browse the repository at this point in the history
  • Loading branch information
pkiraly committed Nov 22, 2022
1 parent 2db70bd commit 4fe7db8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="Péter Király <pkiraly@gwdg.de>, Ákos Takács <rimelek@rimel

LABEL description="QA catalogue - a metadata quality assessment tool for MARC based library catalogues."

ARG QA_CATALOGUE_VERSION=0.5.0
ARG QA_CATALOGUE_VERSION=0.6.0
ARG DEBIAN_FRONTEND=noninteractive
ARG SMARTY_VERSION=3.1.44
ARG SOLR_VERSION=8.11.1
Expand Down Expand Up @@ -84,7 +84,6 @@ RUN cd /opt \
&& sed -i.bak 's,</VirtualHost>, RedirectMatch ^/$ /metadata-qa/\n <Directory /var/www/html/metadata-qa>\n Options Indexes FollowSymLinks MultiViews\n AllowOverride All\n Order allow\,deny\n allow from all\n DirectoryIndex index.php index.html\n </Directory>\n</VirtualHost>,' /etc/apache2/sites-available/000-default.conf \
&& echo "\nWEB_DIR=/var/www/html/metadata-qa/\n" >> /opt/metadata-qa-marc/common-variables


# install Solr
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
Expand Down
4 changes: 4 additions & 0 deletions src/main/assembly/release.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<include>pareto/frequency-range.R</include>
<include>pareto/frequency-range-per-types.R</include>

<include>record-patterns/record-patterns.R</include>
<include>record-patterns/top-fields.R</include>

<include>serial-score/serial-score-histogram.R</include>
Expand All @@ -35,6 +36,9 @@
<include>sqlite/normalize-issue-details.php</include>
<include>sqlite/qa_catalogue.sqlite.sql</include>

<include>timeline/timeline.R</include>
<include>timeline/timeline.sh</include>

<include>tt-histogram/tt-histogram.php</include>
<include>tt-histogram/tt-histogram.R</include>
<include>tt-histogram/tt-histogram-from-no-ids.R</include>
Expand Down

0 comments on commit 4fe7db8

Please sign in to comment.