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:
Diffstat (limited to 'scripts/create-release.sh')
-rwxr-xr-xscripts/create-release.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/create-release.sh b/scripts/create-release.sh
index 51e5ada376..9f8ee8ebe9 100755
--- a/scripts/create-release.sh
+++ b/scripts/create-release.sh
@@ -230,6 +230,12 @@ done
# Cleanup
rm -rf phpMyAdmin-${version}
+# Signing of files with default GPG key
+echo "* Signing files"
+for file in *.gz *.zip *.bz2 *.7z ; do
+ gpg --detach-sign --armor $file
+done
+
echo ""
echo ""