Skip to content

Commit

Permalink
Merge pull request #2205 from freedomofpress/tag-sig
Browse files Browse the repository at this point in the history
Have `make build-debs` print tag signature, if any
  • Loading branch information
rocodes committed Sep 5, 2024
2 parents 3406c6c + 84a5519 commit b4d8ebf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/build-debs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
set -euxo pipefail

git --no-pager log -1 --oneline --show-signature --no-color
# We intentionally want the git tag list to be word-split
# shellcheck disable=SC2046
git --no-pager tag -v $(git tag --points-at HEAD)

OCI_RUN_ARGUMENTS="--user=root -v $(pwd):/src:Z"

Expand Down

0 comments on commit b4d8ebf

Please sign in to comment.