We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--pinentry-mode=loopback
1 parent 9fe5cb5 commit b185867Copy full SHA for b185867
src/tools/build-manifest/src/main.rs
@@ -621,7 +621,8 @@ impl Builder {
621
let asc = self.output.join(format!("{}.asc", filename));
622
println!("signing: {:?}", path);
623
let mut cmd = Command::new("gpg");
624
- cmd.arg("--no-tty")
+ cmd.arg("--pinentry-mode=loopback")
625
+ .arg("--no-tty")
626
.arg("--yes")
627
.arg("--batch")
628
.arg("--passphrase-fd").arg("0")
0 commit comments