mirror of
https://github.com/NLnetLabs/rtrtr.git
synced 2024-05-11 05:55:07 +00:00
Don't attribute the DEB package changelog maintainer to the personal GitHub details of the PR merging user, instead attribute it to RPKI team (#61)
This commit is contained in:
13
.github/workflows/pkg.yml
vendored
13
.github/workflows/pkg.yml
vendored
@ -222,18 +222,7 @@ jobs:
|
||||
*) VARIANT_NAME="" ;;
|
||||
esac
|
||||
|
||||
case ${{ github.event_name }} in
|
||||
pull_request | workflow_dispatch)
|
||||
MAINTAINER="${{ github.event.sender.login }} <pkg@nlnetlabs.nl>"
|
||||
;;
|
||||
push)
|
||||
MAINTAINER="${{ github.event.pusher.name }} <${{ github.event.pusher.email }}>"
|
||||
;;
|
||||
*)
|
||||
echo 2>&1 "ERROR: Unexpected GitHub Actions event"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
MAINTAINER="The NLnet Labs RPKI Team <rpki@nlnetlabs.nl>"
|
||||
|
||||
# Generate the RFC 5322 format date by hand instead of using date --rfc-email
|
||||
# because that option doesn't exist on Ubuntu 16.04 and Debian 9
|
||||
|
Reference in New Issue
Block a user