This is an automated email from the git hooks/post-receive script. abe pushed a commit to branch master in repository devscripts.
commit e15c3afdb5785bf69a7a0c7785d714ea94cb4d7f Author: Axel Beckert <[email protected]> Date: Fri Nov 10 21:56:18 2017 +0100 ltnu: Add shortcut "qa" for "[email protected]" Gbp-Dch: Ignore --- scripts/ltnu.pod | 4 ++++ scripts/ltnu.sh | 2 ++ 2 files changed, 6 insertions(+) diff --git a/scripts/ltnu.pod b/scripts/ltnu.pod index 65ec702..3ee44cf 100644 --- a/scripts/ltnu.pod +++ b/scripts/ltnu.pod @@ -45,6 +45,10 @@ [email protected] [email protected] +=item qa + [email protected] + =back =head1 ENVIRONMENT diff --git a/scripts/ltnu.sh b/scripts/ltnu.sh index be5c505..c8061e0 100755 --- a/scripts/ltnu.sh +++ b/scripts/ltnu.sh @@ -40,6 +40,8 @@ if [ -n "${1}" ]; then MAINT="[email protected]" elif [ "${1}" = "pkg-zsh" ]; then MAINT="[email protected]" + elif [ "${1}" = "qa" ]; then + MAINT="[email protected]" else MAINT="${1}@debian.org" fi -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
