Guy Sheffer

Results 785 comments of Guy Sheffer

@peteruithoven thanks for adding that. I am converting this to a discussion.

Hey. It indeed RPI1 is not updated. I can update that. Also @ZeroIchiro there is a release candidate planned to be released this week, that should become the sable soon...

@lurch Indeed, I see that from v3 to v4 you started caching it or something or the sort. Takes a short while. I usually test by using: ``` rpi-imager --repo...

Hey, before I merge this I want to try and take all the logic out to a function and add a unit test, this area has been getting lots of...

Ok, I put that section of code in to a unit test. The tested options are: ```bash # aarch64 host # ["aarch64:armv7l:gentoo"]="not using qemu" ["aarch64:armv7l:ubuntu"]="using qemu-arm-static" # ["aarch64:armhf:gentoo"]="not using qemu"...

1. What I am doing is adding a unit test. It takes the code in the ``src/custompios`` script and tests all inputs to make ure they work correctly. Try not...

Hey, Ok, what I did is add unit tests so I can test this long complex sets of ifs. So now you can run ``` make test ``` And it...

> Without my patch, src/custompios will try to use qemu-arm-static on an aarch64 box to build an aarch64 Pi image. That test block is here: ``` ["aarch64:aarch64:gentoo"]="not using qemu" ["aarch64:aarch64:ubuntu"]="not...

Sorry this is the PR with your patch: https://github.com/guysoft/CustomPiOS/pull/251