Signed-off-by: Peter Hutterer <[email protected]>
---
technically libevdev isn't an xorg project, but I really like the release
script :)

 release.sh | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/release.sh b/release.sh
index 51f2c9e..1cb5c00 100755
--- a/release.sh
+++ b/release.sh
@@ -373,6 +373,7 @@ process_module() {
     hostname="annarchy.freedesktop.org"
 
     # Some hostnames are also used as /srv subdirs
+    host_fdo="www.freedesktop.org"
     host_xorg="xorg.freedesktop.org"
     host_dri="dri.freedesktop.org"
 
@@ -401,7 +402,7 @@ process_module() {
        module_url=`echo $module_url | cut -d'/' -f3,4`
     else
        # The look for mesa, xcb, etc...
-       module_url=`echo "$full_module_url" | $GREP -o -e "/mesa/.*" -e 
"/xcb/.*" -e "/xkeyboard-config" -e "/nouveau/xf86-video-nouveau"`
+       module_url=`echo "$full_module_url" | $GREP -o -e "/mesa/.*" -e 
"/xcb/.*" -e "/xkeyboard-config" -e "/nouveau/xf86-video-nouveau" -e 
"/libevdev"`
        if [ $? -eq 0 ]; then
             module_url=`echo $module_url | cut -d'/' -f2,3`
        else
@@ -464,6 +465,14 @@ process_module() {
        list_cc=$list_xkb
     fi
 
+    if [ x"$section" = xlibevdev ]; then
+       host_current=$host_fdo
+       section_path="software/$section"
+       srv_path="/srv/$host_current/$section_path"
+       [email protected]
+       unset list_cc
+    fi
+
     # Use personal web space on the host for unit testing (leave commented out)
     # srv_path="~/public_html$srv_path"
 
-- 
1.8.2.1

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to