[PATCH util-modular 06/10] release.sh: handle nouveau srv_path/etc. like other projects
Emil Velikov
emil.l.velikov at gmail.com
Fri Jul 1 14:44:47 UTC 2016
From: Emil Velikov <emil.velikov at collabora.com>
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
release.sh | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/release.sh b/release.sh
index a4d3d93..7b8528b 100755
--- a/release.sh
+++ b/release.sh
@@ -517,17 +517,16 @@ process_module() {
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
- section=driver
- list_cc=$list_nouveau
- else
- list_cc=$list_xorg_user
- fi
-
host_current=$host_xorg
section_path=archive/individual/$section
srv_path="/srv/$host_current/$section_path"
+ list_cc=$list_xorg_user
+
+ if [ x"$section" = xnouveau ]; then
+ section_path=archive/individual/driver
+ srv_path="/srv/$host_current/$section_path"
+ list_cc=$list_nouveau
+ fi
# Handle special cases such as non xorg projects or migrated xorg projects
# Xcb has a separate mailing list
--
2.8.2
More information about the xorg-devel
mailing list