Update opolka/ScoDoc from ScoDoc/ScoDoc #2

Merged
opolka merged 1272 commits from ScoDoc/ScoDoc:master into master 2024-05-27 09:11:04 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit e7b0966011 - Show all commits

View File

@ -1,7 +1,7 @@
# -*- mode: python -*- # -*- mode: python -*-
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
SCOVERSION = "9.6.9" SCOVERSION = "9.6.10"
SCONAME = "ScoDoc" SCONAME = "ScoDoc"

View File

@ -45,7 +45,7 @@ then
PSQL=/usr/lib/postgresql/15/bin/psql PSQL=/usr/lib/postgresql/15/bin/psql
#export POSTGRES_SERVICE="postgresql@11-main.service" #export POSTGRES_SERVICE="postgresql@11-main.service"
else else
die "unsupported Debian version" die "unsupported Debian version (${debian_version}, expected 12)"
fi fi
export PSQL export PSQL