Aleksa Sarai

Results 791 comments of Aleksa Sarai

After working on my refactor, I believe this was a copy-paste error and I've cleaned up the voting rules to be much clearer in my draft.

That means we have to explicitly have a quorum for each vote (if you don't have such a rule, then a small number of TOB members could call a vote...

Or maybe you could make the API for `try_clone` be the same as it currently is, but there is a way you can consume a `Root` (or `Handle`) and turn...

The `vBLAH+rNUM_other_crap` versioning scheme is done so that upgrades work properly. If you have `vBLAH_git_crap` then RPM might not see `vBLAH_00af8231` as being newer than `vBLAH_59125ad`. The `+rBLAH` means that...

> I was more concerned about the usage of + sing and by the usage of the full commit hash, that leads to a terribly long version string. `+` is...

I've written a patch to handle the extended character set for tags openSUSE/umoci#234. It will be included in the `0.4.1` update that I'm planning on sending out next week.

Okay, I managed to figure out how to do it. My distribution (openSUSE) doesn't provide static OpenSSL libraries (they argue it's a security risk to allow OpenSSL to be embedded...

This is tangentially related to #187, as asymmetric backups would require changing the encryption schema as well.

> I don't see that we have the resources to think about something so advanced as upgradable encryption ... the use case for that is IMHO limited and there's so...

The core logic would be the same as with `copy`, but you might want to be able to do it in-place as well (which would just involve doing the copy...