From fc7b3893d1af13f5577cc1070318f077405d4acb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 3 Apr 2014 12:20:42 -0400 Subject: clean up gpg droppings --- Propellor/CmdLine.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Propellor/CmdLine.hs') diff --git a/Propellor/CmdLine.hs b/Propellor/CmdLine.hs index ed762e70..6d7f862a 100644 --- a/Propellor/CmdLine.hs +++ b/Propellor/CmdLine.hs @@ -116,7 +116,8 @@ updateFirst cmdline next = do modifyFileMode privDataDir (removeModes otherGroupModes) s <- readProcessEnv "git" ["log", "-n", "1", "--format=%G?", originbranch] (Just [("GNUPGHOME", privDataDir)]) - nukeFile $ privDataDir "trustring.gpg" + nukeFile $ privDataDir "trustdb.gpg" + nukeFile $ privDataDir "pubring.gpg" nukeFile $ privDataDir "gpg.conf" if s == "U\n" || s == "G\n" then do -- cgit v1.2.3