Skip to content

Commit ff60da1

Browse files
committed
use mode 755 for lib dirs
1 parent 2013e2c commit ff60da1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

roles/create_cvmfs_content_structure/vars/software.eessi.io.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ directories: # noqa: var-naming[no-role-prefix]
1010

1111
# These should exist, but we mainly list them here to prevent failures in CI (where the test repo is empty)
1212
- name: versions/2025.06/compat/linux/aarch64/lib
13-
mode: '775'
13+
mode: '755'
1414

1515
- name: versions/2025.06/compat/linux/riscv64/lib
16-
mode: '775'
16+
mode: '755'
1717

1818
- name: versions/2025.06/compat/linux/x86_64/lib
19-
mode: '775'
19+
mode: '755'
2020

2121
files: # noqa: var-naming[no-role-prefix]
2222
- name: .cvmfsdirtab

0 commit comments

Comments
 (0)