From 663ce656b34280e2e9a0e3e921afef5f1c0392e4 Mon Sep 17 00:00:00 2001 From: Jan-Niklas Burfeind Date: Wed, 8 Jan 2025 14:39:47 +0100 Subject: [PATCH] ci: Increase verbosity of debsig-verify --- .github/workflows/ci_ubuntu_verify_repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_ubuntu_verify_repo.yml b/.github/workflows/ci_ubuntu_verify_repo.yml index 029af69..10bc02b 100644 --- a/.github/workflows/ci_ubuntu_verify_repo.yml +++ b/.github/workflows/ci_ubuntu_verify_repo.yml @@ -25,7 +25,7 @@ jobs: run: sudo cp wibu_pub_dearmored.gpg /usr/share/debsig/keyrings/5FCB7AB40CC62A25/debsig.gpg working-directory: ubuntu/ - name: Verify WIBU systems signed all deb files - run: for i in ./*.deb; do debsig-verify "$i"; done + run: for i in ./*.deb; do debsig-verify "$i" --verbose; done working-directory: ./ubuntu/ regeneration_is_clean: runs-on: ubuntu-latest