You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 'Local machine' development setup (https://github.com/linkedin/oncall?tab=readme-ov-file#local-machine) tells users to install python-pip python-setuptools mysql-server mysql-client, which no longer exist on new Debian releases. python3-pip python3-setuptools mariadb-server mariadb-client do.
Is up-to-date in the Dockerfile, but that's because Docker container support was added during the Python 3 upgrade (Py3 #290)
ops/packer, which was removed in 5cd0f0cREADME.mdpoints to the outdated guide (https://github.com/linkedin/oncall?tab=readme-ov-file#oncall--)python-pip python-setuptools mysql-server mysql-client, which no longer exist on new Debian releases.python3-pip python3-setuptools mariadb-server mariadb-clientdo.Dockerfile, but that's because Docker container support was added during the Python 3 upgrade (Py3 #290)IRIS_API_HOSTis optional (https://github.com/linkedin/oncall/blob/master/docker-compose.yml#L11) without looking in the code (oncall/src/oncall/app.py
Line 135 in 9bc2b68
setup.pyinstead ofpyproject.toml(which makes it harder to make a Debian package out of it).