scripts: signall: fix wrong GPG signature on apk packages.adb index
authorPetr Štetiar <ynezz@true.cz>
Sat, 28 Sep 2024 12:22:35 +0000 (12:22 +0000)
committerPetr Štetiar <ynezz@true.cz>
Sat, 28 Sep 2024 17:10:39 +0000 (17:10 +0000)
commit75930d3a890b1f4f4c3df153331a22f60d7429a9
tree37d8e46061b52ddfbece8848ca01b95049f3ba66
parent339e00d8f1cd1a5d9824056af5776175e7e9ea32
scripts: signall: fix wrong GPG signature on apk packages.adb index

Currently the GPG signature verification of apk's packages.adb index
fails as the file is modified with `apk adbsign` after its GPG signed.

So lets fix it by moving the `apk adbsign` before the GPG signing step.

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