Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Oct 24, 2023
1 parent 1949544 commit 27b922f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions master-galera/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -208,16 +208,18 @@ def dpkgDeb():
name="apt-ftparchive",
haltOnFailure=True,
command=[
"sh",
"bash",
"-xc",
util.Interpolate(
"""set -e
[[ -f /etc/apt/sources.list.d/galera-4.list ]] && sudo rm /etc/apt/sources.list.d/galera-4.list
sudo apt-get update && sudo apt-get -y install apt-utils
mkdir -p debs
find .. -maxdepth 1 -type f -exec cp {} debs/ \;
cd debs
apt-ftparchive release . >Release
apt-ftparchive packages . >Packages
apt-ftparchive sources . >Sources
apt-ftparchive release . >Release
cd ..
find debs -type f -exec sha256sum {} \; | sort > sha256sums.txt
"""
Expand Down

0 comments on commit 27b922f

Please sign in to comment.