Verified Commit ed92df9b authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

reproducible: comment out postgresql_autodoc, not available in bullseye.



Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent 9a24780c
...@@ -54,7 +54,9 @@ if [ "$HOSTNAME" = "$MAINNODE" ] ; then ...@@ -54,7 +54,9 @@ if [ "$HOSTNAME" = "$MAINNODE" ] ; then
ln -s -f -v "$BACKUPFILE.xz" $BASE/reproducible.sql.xz ln -s -f -v "$BACKUPFILE.xz" $BASE/reproducible.sql.xz
# recreate documentation of database # recreate documentation of database
postgresql_autodoc -d "$PGDATABASE" -t html -f "$BASE/reproducibledb" # disabled since postgresql_autodoc is not available in bullseye
# https://bugs.debian.org/970870
#postgresql_autodoc -d "$PGDATABASE" -t html -f "$BASE/reproducibledb"
set +x set +x
fi fi
echo echo
......
...@@ -552,6 +552,8 @@ if [ -f /etc/debian_version ] ; then ...@@ -552,6 +552,8 @@ if [ -f /etc/debian_version ] ; then
#fi #fi
# only on main node # only on main node
if [ "$HOSTNAME" = "jenkins" ] ; then if [ "$HOSTNAME" = "jenkins" ] ; then
# required by _db_backup, but not available in bullseye. https://bugs.debian.org/970870
#postgresql-autodoc
MASTERDEBS=" MASTERDEBS="
apache2 apache2
apt-file apt-file
...@@ -600,7 +602,6 @@ if [ -f /etc/debian_version ] ; then ...@@ -600,7 +602,6 @@ if [ -f /etc/debian_version ] ; then
openjdk-11-jre-headless openjdk-11-jre-headless
pandoc pandoc
postgresql postgresql
postgresql-autodoc
postgresql-client postgresql-client
poxml poxml
procmail procmail
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment