Closed ktdreyer closed 7 years ago
Rather than signing all Release files in the main sign() method, break out the Release-file-specific bits into a new smaller method, sign_release().
sign()
sign_release()
The purpose of this change is to make room to sign other things here besides Release files.
Rather than signing all Release files in the main
sign()
method, break out the Release-file-specific bits into a new smaller method,sign_release()
.The purpose of this change is to make room to sign other things here besides Release files.