Switch to bare-user-only cache repo mode

This means we can build without xattrs

This only affects new caches, old ones will work fine with the
bare-user repo though.

Closes: #80
Approved by: alexlarsson
tingping/wmclass
Alexander Larsson 2017-12-11 11:50:41 +01:00 committed by Atomic Bot
parent 6a8e2af98f
commit 61ae14a6b8
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ builder_cache_open (BuilderCache *self,
if (!flatpak_mkdir_p (parent, NULL, error))
return FALSE;
if (!ostree_repo_create (self->repo, OSTREE_REPO_MODE_BARE_USER, NULL, error))
if (!ostree_repo_create (self->repo, OSTREE_REPO_MODE_BARE_USER_ONLY, NULL, error))
return FALSE;
}