Skip to content

Commit

Permalink
buildmaster/loop: Fix incorrect chown to chmod in repo signing
Browse files Browse the repository at this point in the history
  • Loading branch information
kallisti5 committed Mar 27, 2024
1 parent 36d7d9e commit 537257b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildmaster/backend/assets/loop
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ do
if [ -f $REPO_SIGNING_SECRETS/privatekey ] && [ -f $REPO_SIGNING_SECRETS/privatekeypass ]
then
echo "Info: Found package repository signature information."
touch /tmp/haiku-secret.key && chown 600 /tmp/haiku-secret.key
touch /tmp/haiku-secret.key && chmod 600 /tmp/haiku-secret.key
echo "untrusted comment: minisign encrypted secret key" > /tmp/haiku-secret.key
cat $REPO_SIGNING_SECRETS/privatekey >> /tmp/haiku-secret.key
SIGFLAGS="--sign-package-repository-privkey-file /tmp/haiku-secret.key"
Expand Down

0 comments on commit 537257b

Please sign in to comment.