Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VirusCheckPlugin4Rosetta
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Preservation
VirusCheckPlugin4Rosetta
Commits
15e14d91
Commit
15e14d91
authored
2 years ago
by
Andreas Romeyke
Browse files
Options
Downloads
Patches
Plain Diff
- fix, make needs to be called with "-e" to allow explicite ROSETTASDK setting
parent
38a238cf
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-2
3 additions, 2 deletions
.gitlab-ci.yml
gitlab-ci/Dockerfile
+0
-1
0 additions, 1 deletion
gitlab-ci/Dockerfile
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
2
View file @
15e14d91
...
@@ -59,8 +59,9 @@ test-job:
...
@@ -59,8 +59,9 @@ test-job:
script
:
script
:
-
ls -lha /exlibris/
-
ls -lha /exlibris/
-
ROSETTASDK=$ROSETTASDK make check_prerequisites
-
ROSETTASDK=$ROSETTASDK make check_prerequisites
-
/usr/sbin/clamd --debug || cat /var/log/clamav/clamav.log
-
mkdir -p /var/run/clamav && chown -R clamav.root /var/run/clamav
-
ROSETTASDK=$ROSETTASDK make test
-
/usr/sbin/clamd || cat /var/log/clamav/clamav.log
-
ROSETTASDK=$ROSETTASDK make -e test
packaging-job
:
packaging-job
:
stage
:
packaging
stage
:
packaging
...
...
This diff is collapsed.
Click to expand it.
gitlab-ci/Dockerfile
+
0
−
1
View file @
15e14d91
...
@@ -27,4 +27,3 @@ RUN git clone https://github.com/ExLibrisGroup/Rosetta.dps-sdk-projects.git
...
@@ -27,4 +27,3 @@ RUN git clone https://github.com/ExLibrisGroup/Rosetta.dps-sdk-projects.git
RUN
ln
-s
${
EXLIBRIS_REPODIR
}
${
EXLIBRIS_PATH
}
RUN
ln
-s
${
EXLIBRIS_REPODIR
}
${
EXLIBRIS_PATH
}
RUN
echo
TCPSocket 3310
>>
/etc/clamav/clamd.conf
;
echo
TCPAddr 127.0.0.1
>>
/etc/clamav/clamd.conf
RUN
echo
TCPSocket 3310
>>
/etc/clamav/clamd.conf
;
echo
TCPAddr 127.0.0.1
>>
/etc/clamav/clamd.conf
RUN
/usr/bin/freshclam
RUN
/usr/bin/freshclam
RUN
mkdir
-p
/var/run/clamav
&&
chown
-R
clamav.root /var/run/clamav
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