Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: a94d4e1 ("add APK signing logic") Signed-off-by: Petr Štetiar <ynezz@true.cz>
- Loading branch information