Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2018-01-08 19:14:06 +0300
committerMichal Čihař <michal@cihar.com>2018-01-08 19:14:06 +0300
commitd070e4a60f432bd229ef2ab7ed2fac99ed23fc14 (patch)
tree9c95c9e0cbb17293370925dafe454421d3046ce4 /scripts
parent8885328bbebca72ed2564cea777114f3269ca0f0 (diff)
parent2ceb2419a3ede3f803790245efa70b76baae6561 (diff)
Merge branch 'QA_4_7'
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create-release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create-release.sh b/scripts/create-release.sh
index 4baf86d1be..79b31457fa 100755
--- a/scripts/create-release.sh
+++ b/scripts/create-release.sh
@@ -372,7 +372,7 @@ git worktree prune
# Signing of files with default GPG key
echo "* Signing files"
-for file in *.gz *.zip *.xz ; do
+for file in phpMyAdmin-$version-*.gz phpMyAdmin-$version-*.zip phpMyAdmin-$version-*.xz ; do
if [ $do_sign -eq 1 ] ; then
gpg --detach-sign --armor $file
fi