David Rheinsberg

Results 15 issues of David Rheinsberg

This is a list of items that are still to do. If you absolutely want to see some feature or if you have special notes for a feature on this...

POSTPONED
KMSCON
WLTERM
TSM

*(This is a sub-tracking-issue of #281.)* With the parallelizable cache in place, we can start looking into more advanced features of the cache, including size-restrictions, watermarks, automatic-cleanup, metadata-storage, versioning, etc....

RFC
WIP

This is a tracking issue for several improvements of the store: - [ ] Support automatic cache cleanup. This will very likely mean we support a configuration on how big...

enhancement
WIP

*(This is a sub-tracking-issue of #281.)* Once we have all code converted to `--output-directory` we can switch over the internal objectstore to use the locked-cache implementation from #367. This will...

WIP

The *osbuild* executable currently serves two jobs. Firstly, it is the main CLI used by developers during feature implementation and debugging. But secondly, it is also the canonical way to...

WIP

# Proposal I am proposing to raise all 3 currently merged UEFI targets to Tier-2 (according to the [target-tier-policy](https://doc.rust-lang.org/nightly/rustc/target-tier-policy.html#tier-2-target-policy)): * `aarch64-unknown-uefi` * `i686-unknown-uefi` * `x86_64-unknown-uefi` Please note that all three...

T-compiler
major-change

We are running `systemd-tmpfiles` as part of `dnf install --root=...` on an offline system to bootstrap a distribution. We explicitly want to create the directory-tree with an empty `/etc` (or...

RFE 🎁
tmpfiles

Implement the basic linux API calls required for concurrent file-system locking and storage. On top of this, implement the `FsCache` utility class which implements a concurrent file-system storage that supports...

enhancement

Pick up an old patch by Colin and fix the mentioned broken link. Replaces #676.

The TOML parser of Cargo currently refuses `lib.name` entries that contain dashes. Unfortunately, it uses the package-name as default if no explicit `lib.name` entry is specified. This package-name, however, can...

T-cargo
A-manifest
proposed-final-comment-period
disposition-merge
S-waiting-on-review