-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit makes the following changes: - `nix_build` only generates signatures for images. It can still be called for targets that don't produce images, in which case the call to `sign_file` is skipped. - Remove `sign_relpath`, instead, directly call the `sign_file` from the `nix_build` for image outputs. - Remove unused return value from the `sign_file` function. - Remove `verify_signature` function which is now unused. - Use the ci-yubi/sign tool version already available in jenkins PATH. Signed-off-by: Henri Rosten <[email protected]>
- Loading branch information
1 parent
ef9f404
commit f5c4d99
Showing
1 changed file
with
21 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters