mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-01 18:25:59 +00:00
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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user