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

Merge branch 'archbuild-safe-git' into 'master'

archbuild: Turn off Git's safe.directory

See merge request !561
parents a3ca856a 1556d606
No related branches found
No related tags found
1 merge request!561archbuild: Turn off Git's safe.directory
Pipeline #17923 passed
# vim:set ft=gitconfig noet sw=0 sts=-1:
[safe]
directory = *
......@@ -115,3 +115,6 @@
- name: install archbuild sudoers config
copy: src=sudoers dest=/etc/sudoers.d/archbuild owner=root group=root mode=0440
- name: install gitconfig
copy: src=gitconfig dest=/etc/gitconfig owner=root group=root mode=0644
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