From: Emil Velikov <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
---
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="[email protected]"
list_input="[email protected]"
- # 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
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel