From 9bb680ea67ea9432ca9636675c3aabd609f24726 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sun, 21 Aug 2011 14:02:38 +0200 Subject: [PATCH] [activator] tweak commit message file name --- server/server_activator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/server_activator.py b/server/server_activator.py index 2d5ba0ca2..7645cdd39 100644 --- a/server/server_activator.py +++ b/server/server_activator.py @@ -129,7 +129,7 @@ def _sync(entropy_server, options, just_tidy, as_repository_id): if (not do_noask) and rss_enabled: tmp_fd, tmp_commit_path = tempfile.mkstemp( - prefix="activator._sync") + prefix="activator._sync", suffix=".COMMIT_MSG") with os.fdopen(tmp_fd, "w") as tmp_f: tmp_f.write(DEFAULT_REPO_COMMIT_MSG) if successfull_mirrors: