We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5867ffe commit b632badCopy full SHA for b632bad
tools/release.sh
@@ -98,6 +98,7 @@ function sign {
98
scp ${webuser}@${webhost}:${shapath} ${tmpdir}/${shafile}
99
100
gpg --default-key $gpgkey --clearsign --digest-algo SHA256 ${tmpdir}/${shafile}
101
+ gpg --default-key $gpgkey --detach-sign --digest-algo SHA256 ${tmpdir}/${shafile}
102
103
echo "Wrote to ${tmpdir}/"
104
@@ -117,7 +118,7 @@ function sign {
117
118
fi
119
120
if [ "X${yorn}" == "Xy" ]; then
- scp ${tmpdir}/${shafile} ${tmpdir}/${shafile}.asc ${webuser}@${webhost}:${shadir}/
121
+ scp ${tmpdir}/${shafile} ${tmpdir}/${shafile}.asc ${tmpdir}/${shafile}.sig ${webuser}@${webhost}:${shadir}/
122
break
123
124
done
0 commit comments