Skip to content

Commit 625a81d

Browse files
rvaggTrott
authored andcommittedJan 12, 2020
tools: ensure consistent perms of signed release files
Fixes: nodejs/build#1904 PR-URL: #29350 Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 6219f1f commit 625a81d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tools/release.sh

+1
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ function sign {
144144

145145
if [ "X${yorn}" == "Xy" ]; then
146146
scp ${customsshkey} ${tmpdir}/${shafile} ${tmpdir}/${shafile}.asc ${tmpdir}/${shafile}.sig ${webuser}@${webhost}:${shadir}/
147+
ssh ${customsshkey} ${webuser}@${webhost} chmod 644 ${shadir}/${shafile}.asc ${shadir}/${shafile}.sig
147148
break
148149
fi
149150
done

0 commit comments

Comments
 (0)
Please sign in to comment.