Commit 3ab8c5c0 authored by Holger Levsen's avatar Holger Levsen
Browse files

stop installing postgresql15 on o4+o5

parent 5c592224
Loading
Loading
Loading
Loading
+1 −17
Original line number Diff line number Diff line
@@ -526,27 +526,11 @@ if [ -f /etc/debian_version ] ; then
			DEBS="$DEBS ffmpeg python3-popcon dose-extra"
			;;
		esac
		# packages needed for snapshot.reproducible-builds.org and snapshot-rebuilder.d.n (on osuosl4-amd64 and osuosl5, as we migrate from the former to the later)
		# packages needed for reproduce.debian.net running rebuilderd
		case $HOSTNAME in
			osuosl4*|osuosl5*)	DEBS="$DEBS
						nginx-full
						gunicorn
						postgresql-15
						postgresql-plpython3-15
						python3-certbot-nginx
						python3-dateutil
						python3-debian
						python3-flask
						python3-flask-caching
						python3-flask-sqlalchemy
						python3-httpx
						python3-psycopg2
						python3-sqlalchemy
						python3-sqlalchemy
						python3-tenacity
						uwsgi
						uwsgi-plugin-python3
						xfsprogs
						" ;;
						*) ;;
		esac