[devscripts] 01/02: ltnu: Add shortcut "qa" for "packages at qa.debian.org"

Axel Beckert abe at deuxchevaux.org
Fri Nov 10 20:57:56 UTC 2017


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 <abe at deuxchevaux.org>
Date:   Fri Nov 10 21:56:18 2017 +0100

    ltnu: Add shortcut "qa" for "packages at qa.debian.org"
    
    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 @@ pkg-perl-maintainers at lists.alioth.debian.org
 
 pkg-zsh-devel at lists.alioth.debian.org
 
+=item qa
+
+packages at qa.debian.org
+
 =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="pkg-perl-maintainers at lists.alioth.debian.org"
     elif [ "${1}" = "pkg-zsh" ]; then
         MAINT="pkg-zsh-devel at lists.alioth.debian.org"
+    elif [ "${1}" = "qa" ]; then
+        MAINT="packages at qa.debian.org"
     else
         MAINT="${1}@debian.org"
     fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git



More information about the devscripts-devel mailing list