You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are multiple apps now that also need to store data in the system repo. These apps might not want ostree to automatically prune their refs (see ostree_admin_cleanup()).
We need to make ostree smarter so that it only prunes the refs that belong to it.
See also PR #257.
The text was updated successfully, but these errors were encountered:
Yup, for this reason I had to add refs to the base layers for package layering (although to be fair, in that case the commit does "belong" to ostree, but we should probably still have some configurability here so we don't have to hack around it).
There are multiple apps now that also need to store data in the system repo. These apps might not want ostree to automatically prune their refs (see
ostree_admin_cleanup()
).We need to make ostree smarter so that it only prunes the refs that belong to it.
See also PR #257.
The text was updated successfully, but these errors were encountered: