[entropy.server] remove created gpg signature, we don't want garbage around

This commit is contained in:
Fabio Erculiani
2009-12-28 15:18:04 +01:00
parent 3c4dbf723d
commit 63c52f519b
@@ -2622,6 +2622,7 @@ class Server(Singleton, TextInterface):
# read file content and add to 'gpg' signature
with open(gpg_sign_path, "rb") as gpg_f:
return gpg_f.read()
os.remove(gpg_sign_path)
def inject_database_into_packages(self, injection_data, repo = None):