Skip to content
Snippets Groups Projects
Commit 2e22315c authored by Frederic Danis's avatar Frederic Danis
Browse files

Fix concurrent access to repository


Build fails when installing runtime while a runtime or an app is pushed
to the repository. We can't use rsync to upload a runtime or an app.

This download commit metadata from the repository before build, then upload
using `ostree-push` instead of `rsync`. The repository is then updated
using `flatpak build-update-repo`.

Signed-off-by: default avatarFrédéric Danis <frederic.danis@collabora.com>
parent 65069fd6
No related branches found
No related tags found
1 merge request!15Backport fix for concurrent access to repository to v2021pre
Pipeline #263214 passed