pixincreate / PixeneOS

GrapheneOS with additionals
https://pixincreate.github.io/PixeneOS/
MIT License
7 stars 2 forks source link

Custota.zip module not downloaded #5

Closed 0cwa closed 2 months ago

0cwa commented 2 months ago

I've worked around all the other build errors, this is the last one which has stumped me.

[*] Verifying SSH signature: .tmp/modules/custota.zip Traceback (most recent call last): File "/home/user/PixeneOS/.tmp/my-avbroot-setup/patch.py", line 1009, in main() File "/home/user/PixeneOS/.tmp/my-avbroot-setup/patch.py", line 1000, in main run(args, Path(temp_dir)) File "/home/user/PixeneOS/.tmp/my-avbroot-setup/patch.py", line 919, in run inject_custota( File "/home/user/PixeneOS/.tmp/my-avbroot-setup/patch.py", line 420, in inject_custota verify_ssh_sig(module_zip, module_sig, SSH_PUBLIC_KEY_CHENXIAOLONG) File "/home/user/PixeneOS/.tmp/my-avbroot-setup/patch.py", line 401, in verify_ssh_sig with open(zip, 'rb') as f_zip: ^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '.tmp/modules/custota.zip'

pixincreate commented 2 months ago

Can you provide some more info on this? I cannot reproduce this.

pixincreate commented 2 months ago

Found the bug, will be raising fix in a few mins