Skip to content
Snippets Groups Projects
Commit 809f9be3 authored by Markus Frosch's avatar Markus Frosch
Browse files

Add dch script

parent 36adce69
No related branches found
No related tags found
No related merge requests found
Pipeline #7441 passed
dch 0 → 100755
#!/bin/bash
set -e
DEBFULLNAME="$(git config user.name)"
DEBEMAIL="$(git config user.email)"
export DEBFULLNAME DEBEMAIL
exec /usr/bin/dch "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment