Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 by moving the `apk adbsign` before the GPG signing step. Fixes: a94d4e1 ("add APK signing logic") Signed-off-by: Petr Štetiar <[email protected]>
- Loading branch information