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
730a32d6
Commit
730a32d6
authored
2 years ago
by
Jörg Sachse
Browse files
Options
Downloads
Patches
Plain Diff
fix: install checkit_tiff and fixit_tiff in separate task so we can skip them in CI
parent
fb92e00e
No related branches found
No related tags found
No related merge requests found
Pipeline
#3041
failed
2 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tasks/install-repair-tools.yml
+13
-1
13 additions, 1 deletion
tasks/install-repair-tools.yml
vars/main.yml
+3
-1
3 additions, 1 deletion
vars/main.yml
with
16 additions
and
2 deletions
tasks/install-repair-tools.yml
+
13
−
1
View file @
730a32d6
...
@@ -28,6 +28,18 @@
...
@@ -28,6 +28,18 @@
-
"
/etc/cit_tiff6_baseline_SLUB.cfg"
-
"
/etc/cit_tiff6_baseline_SLUB.cfg"
notify
:
restart repairtools
notify
:
restart repairtools
-
name
:
install repairtool dependencies from local Debian repo server
ansible.builtin.apt
:
name
:
[
'
{{
item.package_name
}}={{
item.version
}}'
,
]
# CAUTION!!! Always use "state: present". Due to version constraints, we do
# not allow just any package version or automatic update
# mechanisms. Autoupdates will make the repair tool crash!
state
:
present
loop
:
"
{{
tool_versions_local
}}"
tags
:
[
apt
,
no-ci
]
-
name
:
install repairtool (package dependencies are encoded in the package)
-
name
:
install repairtool (package dependencies are encoded in the package)
ansible.builtin.apt
:
ansible.builtin.apt
:
name
:
[
name
:
[
...
@@ -37,7 +49,7 @@
...
@@ -37,7 +49,7 @@
# not allow just any package version or automatic update
# not allow just any package version or automatic update
# mechanisms. Autoupdates will make the repair tool crash!
# mechanisms. Autoupdates will make the repair tool crash!
state
:
present
state
:
present
loop
:
"
{{
tool_versions
}}"
loop
:
"
{{
tool_versions
_public
}}"
tags
:
[
apt
]
tags
:
[
apt
]
-
name
:
configure tool version pinning to avoid automatic nightly upgrades
-
name
:
configure tool version pinning to avoid automatic nightly upgrades
...
...
This diff is collapsed.
Click to expand it.
vars/main.yml
+
3
−
1
View file @
730a32d6
---
---
tool_versions
:
tool_versions
_local
:
-
package_name
:
"
checkit-tiff-upcoming"
-
package_name
:
"
checkit-tiff-upcoming"
version
:
"
1.4.1"
version
:
"
1.4.1"
-
package_name
:
"
fixit-tiff"
-
package_name
:
"
fixit-tiff"
version
:
"
1.3.4"
version
:
"
1.3.4"
tool_versions_public
:
-
package_name
:
"
libtiff-tools"
-
package_name
:
"
libtiff-tools"
version
:
"
4.2.0-1+deb11u1"
version
:
"
4.2.0-1+deb11u1"
-
package_name
:
"
libslub-lza-repair-perl"
-
package_name
:
"
libslub-lza-repair-perl"
...
...
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