Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible_lza_repair
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
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
ansible_lza_repair
Commits
6b88a194
Commit
6b88a194
authored
1 year ago
by
Jörg Sachse
Browse files
Options
Downloads
Patches
Plain Diff
fix: disable installation for XML validation tool (for now)
parent
40cacdfc
No related branches found
No related tags found
No related merge requests found
Pipeline
#5400
failed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/install_validation_tools.yml
+12
-9
12 additions, 9 deletions
tasks/install_validation_tools.yml
with
12 additions
and
9 deletions
tasks/install_validation_tools.yml
+
12
−
9
View file @
6b88a194
...
...
@@ -17,15 +17,18 @@
# versions of these tools!
state
:
present
-
name
:
create directories for validation dependencies from Gitlab-CI server
ansible.builtin.file
:
path
:
"
/usr/share/XmlFormatValidationPlugin/"
mode
:
"
0755"
-
name
:
install validation dependencies from Gitlab-CI server
ansible.builtin.get_url
:
url
:
"
https://git.slub-dresden.de/digital-preservation/xml_plugin4rosetta/-/releases/permalink/latest/downloads/binaries/XmlFormatValidationPlugin.jar"
dest
:
"
/usr/share/XmlFormatValidationPlugin/"
mode
:
"
0644"
# KEEP THIS HERE!
# This is in preparation for when the tools actually become available for use on the repair server.
#- name: create directories for validation dependencies from Gitlab-CI server
# ansible.builtin.file:
# path: "/usr/share/XmlFormatValidationPlugin/"
# state: directory
# mode: "0755"
#- name: install validation dependencies from Gitlab-CI server
# ansible.builtin.get_url:
# url: "https://git.slub-dresden.de/digital-preservation/xml_plugin4rosetta/-/releases/permalink/latest/downloads/binaries/XmlFormatValidationPlugin.jar"
# dest: "/usr/share/XmlFormatValidationPlugin/"
# mode: "0644"
-
name
:
remove existing MediaConch-Profile repo directory (otherwise, we can't clone it in the next task -.-)
ansible.builtin.file
:
...
...
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