[PATCH util-modular 05/10] release.sh: add separate input-tools ML variable

Emil Velikov emil.l.velikov at gmail.com
Fri Jul 1 14:44:46 UTC 2016


From: Emil Velikov <emil.velikov at collabora.com>

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
 release.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/release.sh b/release.sh
index f16cc93..a4d3d93 100755
--- a/release.sh
+++ b/release.sh
@@ -515,6 +515,7 @@ process_module() {
     list_xcb="xcb at lists.freedesktop.org"
     list_nouveau="nouveau at lists.freedesktop.org"
     list_wayland="wayland-devel at lists.freedesktop.org"
+    list_input="input-tools at lists.freedesktop.org"
 
     # nouveau is very special.. sigh
     if [ x"$section" = xnouveau ]; then
@@ -554,7 +555,7 @@ process_module() {
 	host_current=$host_fdo
 	section_path="software/$section"
 	srv_path="/srv/$host_current/www/$section_path"
-	list_to=input-tools at lists.freedesktop.org
+	list_to=$list_input
 	unset list_cc
     fi
 
@@ -575,7 +576,7 @@ process_module() {
         host_current=$host_fdo
         section_path="software/evemu"
         srv_path="/srv/$host_current/www/$section_path"
-        list_to=input-tools at lists.freedesktop.org
+        list_to=$list_input
         unset list_cc
     fi
 
-- 
2.8.2



More information about the xorg-devel mailing list