Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
ed92df9b
Verified
Commit
ed92df9b
authored
Oct 14, 2021
by
Mattia Rizzolo
Browse files
reproducible: comment out postgresql_autodoc, not available in bullseye.
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
parent
9a24780c
Changes
2
Hide whitespace changes
Inline
Side-by-side
bin/reproducible_db_backup.sh
View file @
ed92df9b
...
@@ -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
...
...
update_jdn.sh
View file @
ed92df9b
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment