phase2: signpack: fix sha256sums signatures of apk packages.adb index
authorPetr Štetiar <ynezz@true.cz>
Sat, 12 Oct 2024 07:46:46 +0000 (07:46 +0000)
committerPetr Štetiar <ynezz@true.cz>
Sat, 12 Oct 2024 08:01:42 +0000 (08:01 +0000)
commit49c07ef5fa6b023c244402a0d2fa1dc8fe98c22c
treeb52e5ac9cc438994944c4890609e73c7b11a607a
parent34033a7c50fa3e6606a3ee728f8217350e4a6c22
phase2: signpack: fix sha256sums signatures of apk packages.adb index

Currently the sha256sum verification of apk's packages.adb index
fails as the file is modified with `apk adbsign`, but we currently don't
send the sha256sums file to the master, thus it can't be fixed during
signing.

So lets pack sha256sums files and ship them to master for proper
signing.

Fixes: a94d4e15fdc1 ("add APK signing logic")
Signed-off-by: Petr Štetiar <ynezz@true.cz>
phase2/master.cfg