summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2016-07-01 15:44:46 +0100
committerJulien Cristau <jcristau@debian.org>2016-09-20 09:24:51 +0200
commitfe4117af2535e2f6a900366c7f3c75826e40eeee (patch)
tree79fed0091fd59eca780c54ca46f776e540b4630e
parent1278d37dce94ec7c4c538d320f779cb014c870ed (diff)
release.sh: add separate input-tools ML variable
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Signed-off-by: Julien Cristau <jcristau@debian.org>
-rwxr-xr-xrelease.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/release.sh b/release.sh
index e9ecc77..2527323 100755
--- a/release.sh
+++ b/release.sh
@@ -513,6 +513,7 @@ process_module() {
list_xcb="xcb@lists.freedesktop.org"
list_nouveau="nouveau@lists.freedesktop.org"
list_wayland="wayland-devel@lists.freedesktop.org"
+ list_input="input-tools@lists.freedesktop.org"
# nouveau is very special.. sigh
if [ x"$section" = xnouveau ]; then
@@ -552,7 +553,7 @@ process_module() {
host_current=$host_fdo
section_path="software/$section"
srv_path="/srv/$host_current/www/$section_path"
- list_to=input-tools@lists.freedesktop.org
+ list_to=$list_input
unset list_cc
fi
@@ -573,7 +574,7 @@ process_module() {
host_current=$host_fdo
section_path="software/evemu"
srv_path="/srv/$host_current/www/$section_path"
- list_to=input-tools@lists.freedesktop.org
+ list_to=$list_input
unset list_cc
fi