Skip to content
Snippets Groups Projects
Verified Commit 68cf10eb authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

archbuild: Disable logdest and pkgdest redirection

parent 517b3cf2
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
mode: 01777 mode: 01777
with_nested: with_nested:
- [archbuilddest] - [archbuilddest]
- [logdest, pkgdest, srcdest] - [srcdest]
- name: set acl on archbuilddest - name: set acl on archbuilddest
acl: acl:
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
state: present state: present
entry: 'default:{{ item[1] }}' entry: 'default:{{ item[1] }}'
with_nested: with_nested:
- [logdest, pkgdest, srcdest] - [srcdest]
- ['user::rwx', - ['user::rwx',
'group::r-x', 'group::r-x',
'group:dev:rwx', 'group:dev:rwx',
...@@ -65,11 +65,9 @@ ...@@ -65,11 +65,9 @@
lineinfile: lineinfile:
dest: /etc/makepkg.conf dest: /etc/makepkg.conf
insertafter: '^#?{{ item.key }}=' insertafter: '^#?{{ item.key }}='
line: '{{ item.key }}={{ item.value }}' line: '{{ item.key }}="{{ item.value }}"'
with_dict: with_dict:
MAKEFLAGS: '-j{{ ansible_processor_vcpus + 1 }}' MAKEFLAGS: '-j{{ ansible_processor_vcpus + 1 }}'
LOGDEST: /var/lib/archbuilddest/logdest
PKGDEST: /var/lib/archbuilddest/pkgdest
SRCDEST: /var/lib/archbuilddest/srcdest SRCDEST: /var/lib/archbuilddest/srcdest
- name: install archbuild sudoers config - name: install archbuild sudoers config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment