Skip to content

Commit

Permalink
tools: ensure consistent perms of signed release files
Browse files Browse the repository at this point in the history
Fixes: nodejs/build#1904

PR-URL: #29350
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
rvagg authored and codebytere committed Mar 17, 2020
1 parent f6a6638 commit 0f4a9e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ function sign {

if [ "X${yorn}" == "Xy" ]; then
scp ${customsshkey} ${tmpdir}/${shafile} ${tmpdir}/${shafile}.asc ${tmpdir}/${shafile}.sig ${webuser}@${webhost}:${shadir}/
ssh ${customsshkey} ${webuser}@${webhost} chmod 644 ${shadir}/${shafile}.asc ${shadir}/${shafile}.sig
break
fi
done
Expand Down

0 comments on commit 0f4a9e2

Please sign in to comment.