Trent Piepho

Results 55 comments of Trent Piepho

A solution to this would be to normalize device paths before comparing them. This could be done by recursively following symlinks, i.e. realpath(), but that does not catch a number...

I could send a pull request to fix this in the manner I described above if it appears acceptable.

I'd like to be able to query rauc to determine: 1. Which slot we are running now. 2. Which slot we will be running on reboot. 3. Which slot will...

We have product requirements to display the currently installed firmware in each slot, allow switching between slots, and show what firmware will be replaced when an update is applied. I...

What happens if using `mkfs.ubifs /dev/data-inactive

When using `< /dev/null`, a `read()` from stdin will return 0. When using `&

There's an issue getting the tests to work. `find_slot_by_device`/`find_config_slot_by_device` are used twice in rauc's code, both times on a running target system where we want to know if a real...

Believe I have addressed all comments. I changed it to do the pathname compare first, device based compare second. The path string compare is much cheaper (no syscalls), and if...

Is there anything else left here? I believe I've made all requested changes.

For a strike damage roll, there are about 13 domains to iterate over. Typical actor has maybe 5 modifierAdjustments. So it's the smaller list being processed to filter all adjustments...