Skip to content

Commit

Permalink
Merge pull request #120 from kolayne/patch-1
Browse files Browse the repository at this point in the history
Create `$BUILDDIRECTORY/_gnupg` with mode 700
  • Loading branch information
kpcyrd authored Nov 14, 2022
2 parents daf3942 + eae2642 commit 5c837b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion repro.in
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ function gpg() {
}

function init_gnupg() {
mkdir -p "$BUILDDIRECTORY/_gnupg"
mkdir -p "$BUILDDIRECTORY/"
mkdir -p --mode 700 "$BUILDDIRECTORY/_gnupg"

# ensure signing key is available
# We try WKD first, then fallback to keyservers.
Expand Down

0 comments on commit 5c837b8

Please sign in to comment.