summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2019-07-23 16:39:32 -0700
committerMatt Turner <mattst88@gmail.com>2019-07-23 16:39:32 -0700
commitc99f1a5006a2e50554443a473e9ced82477e763c (patch)
tree640351726c0a611d460e85961cfdf347e9db713c
parent0006974952b37763506ac032f7914673a0a431e5 (diff)
release.sh: Support mesa/glu
Signed-off-by: Matt Turner <mattst88@gmail.com>
-rwxr-xr-xrelease.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/release.sh b/release.sh
index aa38d29..04c78cc 100755
--- a/release.sh
+++ b/release.sh
@@ -266,8 +266,9 @@ get_section() {
return 1
elif [ x"$section" != xdrm ] &&
[ x"$section" != xmesa ] &&
+ [ x"$section" != xglu ] &&
[ x"$section" != xdemos ]; then
- echo "Error: section $section is not supported, only libdrm, mesa and demos are."
+ echo "Error: section $section is not supported, only libdrm, mesa, glu and demos are."
return 1
fi
fi
@@ -590,7 +591,7 @@ process_module() {
srv_path="/srv/$host_current/www/$section_path"
list_to=$list_mesa_announce
list_cc=$list_mesa_devel
- elif [ x"$section" = xdemos ]; then
+ elif [ x"$section" = xdemos ] || [ x"$section" = xglu ]; then
host_current=$host_mesa
section_path=archive/$section
srv_path="/srv/$host_current/www/$section_path"