projects
/
pgapt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f627eb
)
Really don't create any cluster on PostgreSQL installation
author
Christoph Berg
<myon@debian.org>
Fri, 24 Mar 2023 14:11:31 +0000
(15:11 +0100)
committer
Christoph Berg
<myon@debian.org>
Fri, 24 Mar 2023 14:11:31 +0000
(15:11 +0100)
jenkins/sbuild-update.sh
patch
|
blob
|
blame
|
history
diff --git
a/jenkins/sbuild-update.sh
b/jenkins/sbuild-update.sh
index f5beb3f29d209ab4a6c2dafdcacb0e73240b894e..7eb9b1414525ab83e876dcb92f81a99391ee4ab2 100755
(executable)
--- a/
jenkins/sbuild-update.sh
+++ b/
jenkins/sbuild-update.sh
@@
-157,8
+157,6
@@
EOT
# install PostgreSQL
apt-get -y install postgresql-common
- # don't create any cluster on PostgreSQL installation
- grep -q '^create_main_cluster = false' /etc/postgresql-common/createcluster.conf || sed -i -e 's/.*create_main_cluster.*/create_main_cluster = false/' /etc/postgresql-common/createcluster.conf
apt-get -y install $CHROOT_INSTALL_PKGS # separate step to ease bootstrapping
apt-get clean