diff options
| author | Maarten Lankhorst <maarten.lankhorst@canonical.com> | 2012-09-12 15:45:18 +0200 |
|---|---|---|
| committer | Maarten Lankhorst <maarten.lankhorst@canonical.com> | 2012-09-12 15:45:18 +0200 |
| commit | 3a9895f2ae8fb687655c21de15a4ce52e269454e (patch) | |
| tree | d6cfad798e1fdc424d0f2b4561d4f7453921bb62 | |
| parent | b00aba20ed0b47a5695dc37113e3f5325c22d644 (diff) | |
fix nouveau mailing list
| -rwxr-xr-x | release.sh | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -374,6 +374,7 @@ process_module() { list_dri_devel="dri-devel@lists.freedesktop.org" list_xkb="xkb@listserv.bat.ru" list_xcb="xcb@lists.freedesktop.org" + list_nouveau="nouveau@lists.freedesktop.org" # Obtain the git url in order to find the section to which this module belongs full_module_url=`git config --get remote.$remote_name.url | sed 's:\.git$::'` @@ -412,12 +413,14 @@ process_module() { # 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 fi # Handle special cases such as non xorg projects or migrated xorg projects |
