]> git.decadent.org.uk Git - dak.git/commit
convert daklib.dbconn from os.popen to subprocess
authorHelmut Grohne <helmut@subdivi.de>
Sat, 17 May 2014 19:31:47 +0000 (21:31 +0200)
committerHelmut Grohne <helmut@subdivi.de>
Sat, 17 May 2014 19:31:47 +0000 (21:31 +0200)
commit159be8fa02c62b9a9114c78edddc0913df21d636
treeebd6c543c841de6cc366456e85a763c0f9daee28
parentea5573c53aa22b9812489bddf63344324fa907ca
convert daklib.dbconn from os.popen to subprocess

It now explicitly closes the filedescriptors opened (by calling wait)
and checks the return code of gpg.
daklib/dbconn.py