File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ usage () {
3636}
3737
3838# Default repository remote name
39- remote=" origin "
39+ remote=" apache "
4040
4141while getopts " v:r:k:g:d" opt; do
4242 case " ${opt} " in
@@ -112,9 +112,9 @@ tarball=$tag.tar.gz
112112git archive $release_hash --worktree-attributes --prefix $tag / -o $projectdir /$tarball
113113
114114echo " Signing the tarball..."
115- [[ -z " $keyid " ]] && keyopt=" -u $keyid "
116- gpg --detach-sig $keyopt --armor --output ${projectdir} /${tarball} .asc ${projectdir} /$tarball
117- shasum -a 512 ${projectdir} / $ tarball > ${projectdir} /${tarball} .sha512
115+ [[ -n " $keyid " ]] && keyopt=" -u $keyid "
116+ gpg $keyopt --armor --output ${projectdir} /${tarball} .asc --detach-sig ${projectdir} /$tarball
117+ shasum -a 512 $tarball > ${projectdir} /${tarball} .sha512
118118
119119
120120echo " Checking out Iceberg RC subversion repo..."
You can’t perform that action at this time.
0 commit comments