[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible: comment out postgresql_autodoc, not available in bullseye.

Mattia Rizzolo (@mattia) gitlab at salsa.debian.org
Thu Oct 14 10:06:41 BST 2021



Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net


Commits:
ed92df9b by Mattia Rizzolo at 2021-10-14T11:06:25+02:00
reproducible: comment out postgresql_autodoc, not available in bullseye.

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -


2 changed files:

- bin/reproducible_db_backup.sh
- update_jdn.sh


Changes:

=====================================
bin/reproducible_db_backup.sh
=====================================
@@ -54,7 +54,9 @@ if [ "$HOSTNAME" = "$MAINNODE" ] ; then
 		ln -s -f -v "$BACKUPFILE.xz" $BASE/reproducible.sql.xz
 
 		# 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
 	fi
 	echo


=====================================
update_jdn.sh
=====================================
@@ -552,6 +552,8 @@ if [ -f /etc/debian_version ] ; then
 		#fi
 		# only on main node
 		if [ "$HOSTNAME" = "jenkins" ] ; then
+			# required by _db_backup, but not available in bullseye.  https://bugs.debian.org/970870
+			#postgresql-autodoc
 			MASTERDEBS=" 
 				apache2 
 				apt-file 
@@ -600,7 +602,6 @@ if [ -f /etc/debian_version ] ; then
 				openjdk-11-jre-headless
 				pandoc
 				postgresql
-				postgresql-autodoc
 				postgresql-client 
 				poxml 
 				procmail 



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/ed92df9b8baa7df680a33d6d17833e651b8ac157

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/ed92df9b8baa7df680a33d6d17833e651b8ac157
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20211014/56295d62/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list