From: Emil Velikov <[email protected]> Requested by a number of distribution maintainers. Used starting with the 17.0 series.
To keep things sane one should revert this locally when doing the 13.0 or older series. Signed-off-by: Emil Velikov <[email protected]> --- Should we revert locally or add some version checking ... latter might be bit picky. --- release.sh | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/release.sh b/release.sh index f5ea397..8ed179d 100755 --- a/release.sh +++ b/release.sh @@ -574,19 +574,10 @@ process_module() { elif [ x"$section" = xmesa ]; then host_current=$host_mesa mesa_version=`echo $pkg_version | sed 's:-rc.*::'` - section_path=archive/$mesa_version + section_path=archive srv_path="/srv/$host_current/www/$section_path" list_to=$list_mesa_announce list_cc=$list_mesa_devel - - # Mesa uses separate folder for each release - echo "Info: creating mesa directory on web server:" - ssh $USER_NAME$hostname mkdir -p $srv_path &>/dev/null - if [ $? -ne 0 ]; then - echo "Error: cannot create the path \"$srv_path\" on the web server." - cd $top_src - return 1 - fi fi # Module xkeyboard-config goes in a subdir of the xorg "data" section -- 2.11.0 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
