mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: tests: Fix gitile.
* gnu/tests/version-control.scm (%gitile-os): Disable strict owner validation as /srv/git is root-owned. Change-Id: I25457d2b333ec355822141f81d861087b719f782
This commit is contained in:
parent
b7a3ad2922
commit
5b3fa1658c
1 changed files with 2 additions and 0 deletions
|
|
@ -422,6 +422,8 @@ HTTP-PORT."
|
|||
(gitile-configuration
|
||||
(base-git-url "http://localhost")
|
||||
(repositories "/srv/git")
|
||||
;; As /srv/git is root-owned, disable strict owner validation.
|
||||
(git-owner-validation? #f)
|
||||
(nginx %gitile-configuration-nginx)))
|
||||
%test-repository-service))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue