[a44a16f] switched to Python 3 on Fedora. This made gunicorn not finding waiverdb.wsgi .
Switching to python3-gunicorn solves this.
Following futureproofing from [42754a4], change the base image to be fedora:27 .
Signed-off-by: Hunor Csomortáni csomh@redhat.com
Nice! We were just talking about this.
@dcallagh, want to have a look?
Oh yeah! I totally forgot about this piece. And the functional tests have been broken in Jenkins because of all our OpenShift environment woes, so I never even realised this was broken.
:+1: Thanks @csomh !
Pull-Request has been merged by dcallagh
[a44a16f] switched to Python 3 on Fedora. This made
gunicorn not finding waiverdb.wsgi .
Switching to python3-gunicorn solves this.
Following futureproofing from [42754a4], change the base
image to be fedora:27 .
Signed-off-by: Hunor Csomortáni csomh@redhat.com