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.
1 parent 910bbf6 commit cfb73bdCopy full SHA for cfb73bd
appimagebuilder/app_dir/deploy/pacman/venv.py
@@ -168,7 +168,7 @@ def _configure_keyring(self):
168
)
169
170
171
- self._run_command(
+ proc_gpgagent = self._run_command(
172
"{fakeroot} {gpg-agent} --homedir {gpgdir} --daemon",
173
assert_success=False,
174
wait_for_completion=False
@@ -179,6 +179,8 @@ def _configure_keyring(self):
179
f"{' '.join(keyrings)}"
180
181
182
+ proc_gpgagent.terminate()
183
+
184
def _run_command(
185
self,
186
command,
0 commit comments