-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support (require?) storing builds in a git repository #203
Comments
At a high level...there have definitely been some times when I wondered about using git for ostree from the start too; some of the same ideas behind bup. It's really not worth changing now though. |
We are producing |
The following points, coming from a discussion with @jlebon, are partially related to the discussion in this ticket.
|
there are different options for pruning
|
Dup of #159 |
I've been thinking about #184
Right now the data model is pretty simple. If we add tagging it gets more complex.
One thing I've been thinking about, and this is inspired by previous discussions around rpm-md - what if we took a page from Rust's cargo and stored our
builds.json
as well as themeta.json
in git?Then our tags would literally just be
git tag
.Another approach is to store builds in ostree: #189 (comment)
(However today ostree doesn't have tags as such)
The main reason I want to do this is to retain some history of builds even after we do some pruning in production.
The text was updated successfully, but these errors were encountered: