Skip to content
Snippets Groups Projects
Commit 5a8662ee authored by Jörg Sachse's avatar Jörg Sachse
Browse files

feat: set specific versions for repair/validation tools to preserve recipe...

feat: set specific versions for repair/validation tools to preserve recipe functionality by avoiding updates
parent 5192981f
No related branches found
No related tags found
No related merge requests found
...@@ -30,10 +30,13 @@ ...@@ -30,10 +30,13 @@
- name: install repairtool (package dependencies are encoded in the package) - name: install repairtool (package dependencies are encoded in the package)
apt: apt:
name: [ name: [
'libslub-lza-repair-perl', 'libslub-lza-repair-perl=0.9.15*',
'checkit-tiff', 'checkit-tiff=1.0.0',
'fixit-tiff' 'fixit-tiff=0.1.3'
] ]
# 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 state: present
tags: [apt] tags: [apt]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment