Browse Source
The previous uwsgi invocation assumed that the uwsgi binary is in the same directory as the project binaries are installed into (probably /usr/bin). That may not be correct -- for example if using a packaged uwsgi on Fedora the binary will live in /usr/sbin/uwsgi (not /usr/bin where the project files from pip are). Switch the invocation to just find it in the path. Additionally, grenade is disabled, otherwise we cannot land this change without fixing stable branches first. Depends-On: https://review.opendev.org/#/c/731159/ Change-Id: I66d0554dc6d0ec6ef019b5310cd887a5415c2e03changes/47/735547/3
2 changed files with 4 additions and 3 deletions
Loading…
Reference in new issue