| Commit message (Collapse) | Author | Files | Lines |
|
Otherwise we end up half-overwriting the progress bar, which looks buggy
|
|
This fixes a bug introduced during review of sysupdated. Originally,
we just returned EALREADY verbatim to signify that the target is
already up-to-date. Then we switched this to a proper error
(org.freedesktop.sysupdate1.NoCandidate) during review. But that now
maps to EIO, not EALREADY. Thus, whenever there's nothing to update,
updatectl would report I/O errors to the user, even though nothing
actually went wrong.
|
|
We always want a space there. So let's just put one in the drawing
routine, and adjust the call cites to avoid adding a second one.
|
|
Otherwise, when merging multiple directory trees, the output becomes
unreproducible as the directory timestamps will be changed to the current
time when copying identical directories from the second tree.
We introduce a new copy flag to achieve this behavior.
|
|
(#34187)
|
|
Let's be helpful and provide an actionable hint.
|
|
|
|
If the policy hash is empty we shouldn't return "0" from
search_policy_hash(), because that is understood as slot index 0, but
that's unlikely to match the policy.
Hence, return -ENOENT instead, indicating that we can't find a matching
slot.
|
|
|
|
* bb6db3edfe Install new sd-sysupdated files in systemd-container
|
|
Use these helpers whenever appropriate. Drop separate string checks,
since these helpers already do them anyway.
No actual code change, just a rework to make use of a nice helper we
have already.
|
|
|
|
Closes #34133.
|
|
If the commit we're about to check out already exists in the local
repository, don't fetch from the remote repository.
|
|
Signed-off-by: Filip Lewiński <filip.lewinski@3mdeb.com>
|
|
Currently translated at 100.0% (253 of 253 strings)
Co-authored-by: Göran Uddeborg <goeran@uddeborg.se>
Translate-URL: https://translate.fedoraproject.org/projects/systemd/main/sv/
Translation: systemd/main
|