[PATCH util-modular 3/3] release.sh: add libevdev special hooks
Peter Hutterer
peter.hutterer at who-t.net
Sun Jul 21 18:31:09 PDT 2013
Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
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"
+ list_to=input-tools at lists.freedesktop.org
+ 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
More information about the xorg-devel
mailing list