webbuild cgi: clean all denied requests

This commit is contained in:
Silvan Calarco 2013-05-21 12:05:33 +02:00
parent 035e78eba8
commit a52cecc4c5
4 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
VERSION = 0.9.5 VERSION = 0.9.5.90

View File

@ -5,7 +5,7 @@
# #
# Released under the terms of the GNU GPL release 3 license # Released under the terms of the GNU GPL release 3 license
# #
VERSION=0.9.5 VERSION=0.9.5.90
me=(${0##*/} $VERSION "Sat Aug 20 2010") me=(${0##*/} $VERSION "Sat Aug 20 2010")
exec 3>`readlink /proc/self/fd/0` exec 3>`readlink /proc/self/fd/0`

View File

@ -4,7 +4,7 @@
# #
# Released under the terms of the GNU GPL release 3 license # Released under the terms of the GNU GPL release 3 license
# #
VERSION=0.9.5 VERSION=0.9.5.90
BASE_ARCH=i586 BASE_ARCH=i586
BASE_REPOSITORY=devel BASE_REPOSITORY=devel
PORT_REPOSITORY=devel PORT_REPOSITORY=devel

View File

@ -266,8 +266,8 @@ _EOF
USER_ENABLED=0 USER_ENABLED=0
_EOF _EOF
fi fi
sed -i "/ REQUEST_USER=$REQUEST_USER /d" $WEBBUILD_STATEDIR/requests
fi fi
sed -i "/ REQUEST_USER=$REQUEST_USER /d" $WEBBUILD_STATEDIR/requests
echo -n "</webbuild>" echo -n "</webbuild>"
exit exit
fi fi