pending changes

This commit is contained in:
Ralf Becker 2020-06-28 09:22:31 +02:00
parent ed8fb28f8e
commit c24ecef879
2 changed files with 5 additions and 1 deletions

View File

@ -7,7 +7,6 @@ BRANCH=$(echo $VERSION|sed 's/\.[0-9]\{8\}$//')
[ $VERSION = $BRANCH ] && VERSION="$BRANCH.x-dev"
[ $VERSION = "$DEFAULT.x-dev" ] && {
cd $(dirname $0)
grep self.version composer.json | while read pack version; do composer update $(echo $pack|cut -d'"' -f2); done
git status composer.lock|grep composer.lock && {
git stash; git pull --rebase; git stash pop

View File

@ -80,6 +80,11 @@ server {
proxy_pass http://push:9501;
}
# SmallParT videos
location /egroupware/smallpart/Resources/Videos {
alias /var/lib/egroupware/default/files/smallpart;
}
# PHP in docroot
#location ~ \.php {
# fastcgi_pass fpm;