You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2020/08/20 15:03:34 UTC

[incubator-ponymail-foal] branch master updated: Unused

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 096e2e9  Unused
096e2e9 is described below

commit 096e2e9f3d309519042651a7ef52f2d3d6d2bf10
Author: Sebb <se...@apache.org>
AuthorDate: Thu Aug 20 16:03:13 2020 +0100

    Unused
---
 tools/archiver.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/archiver.py b/tools/archiver.py
index ac8bc0a..bae6acf 100755
--- a/tools/archiver.py
+++ b/tools/archiver.py
@@ -71,7 +71,6 @@ archiver_generator = config["archiver"].get(
     "generator", "full"
 )  # Fall back to full hashing if nothing is set.
 logger = None
-ES_MAJOR = elasticsearch.VERSION[0]
 
 
 # If MailMan is enabled, import and set it up