PT-2107 merge community prs 466 298 58 53 (#554)

* Correcting specified package type in error message (#58)

* Docs table regex (#53)

* Add more specific info about regex

* noop change to trigger checks

* Fix typo (#298)

* Updated readme

* Fix typo in comment

Co-authored-by: Carlos Salguero <carlos.salguero@percona.com>

* Fix for PT-1799 (#466)

Co-authored-by: Daniel Hoherd <daniel.hoherd@gmail.com>
Co-authored-by: Daniël van Eeden <git@myname.nl>
Co-authored-by: Moritz Lenz <moritz.lenz@noris.de>
Co-authored-by: Carlos Salguero <carlos.salguero@percona.com>
This commit is contained in:
Sveta Smirnova
2022-11-16 20:48:17 +03:00
committed by GitHub
parent 1828526319
commit cf8f824d5e
4 changed files with 10 additions and 5 deletions

View File

@@ -399,7 +399,7 @@ build_deb() {
cd $RELEASE_DIR
if [ ! -f "$PKG.tar.gz" ]; then
die "Cannot build RPM because $PKG.tar.gz does not exist"
die "Cannot build deb because $PKG.tar.gz does not exist"
fi
# Copy debian pkg files.