Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update validate-release.md with non-interactive mode #189

Merged
merged 7 commits into from
Feb 10, 2023
Merged

Conversation

imbajin
Copy link
Member

@imbajin imbajin commented Jan 16, 2023

use echo -e "5\ny\n" | gpg --batch --command-fd 0 --edit-key $USER trust to avoid interactive mode

for more than one:

for key in $(gpg --no-tty --list-keys --with-colons | awk -F: '/^pub/ {print $5}'); do
  echo -e "5\ny\n" | gpg --batch --command-fd 0 --edit-key "$key" trust
done

@imbajin imbajin requested review from zyxxoo and javeme February 8, 2023 12:54
@imbajin imbajin requested a review from javeme February 8, 2023 14:07
@zyxxoo zyxxoo merged commit 348d2aa into master Feb 10, 2023
@zyxxoo zyxxoo deleted the imbajin-patch-1 branch February 10, 2023 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants