-
It is important that a restore produce an exact copy of the backup-ed data (especially when doing container backup). Seems the current catar implementation does not correctly restore hardlinks, and in…
-
It would be useful if the RPM builder Maven plug-in provided a way to the compression level for generated RPMs. This could also be used to completely disable compression of RPM files, which makes them…
-
zync allows to save bandwidth by making incremental updates between two versions of a file. More details at http://zsync.moria.org.uk/. It would be really interesting to provide this kind of feature w…
-
We shouldn't need to HTTP PUT upload everything into this cache, but instead allow configuring another binary cache as a substituter - such as cache.nixos.org.
https://github.com/numtide/nar-serve/…
-
NAR has gotten us along way, but one limitation is it cannot support deduplication because only the outermost directory gets a hash.
Git tree object is perhaps not greatest format, because git is so …
-
The updater has been a constant pain point since we've launched.
- slow
- doesn't correctly patch
- doesn't work on all platforms
- fails to correctly report progress, making it look like it's "st…
-
Hi !
I'm using rauc version v0.1.1 present in the meta-rauc for Yocto Pyro version.
I have a similar configuration to this one:
``` ini
[system]
compatible=FooCorp Super BarBazzer
bootloader…
-
Originally I designed FILEgrain to be agnostic to distribution protocols, because the standardization of distribution was out of the scope of OCI's mission at that time.
But the situation has change…
-
The reports for the OSS-Fuzz projects where the introspector successfully runs are now public at:
https://oss-fuzz-introspector.storage.googleapis.com/
We should go and evaluate these to ensure …
-
Hello All,
We have requirement where our device will update its software using "rauc install" command by connecting to server over HTTPS.
Since this is done in local network (PC directly connect…