From 872c65c280d33db54833cd29ee66fa1e864fa723 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Tue, 18 Jan 2022 14:16:45 +0000 Subject: [PATCH] setup.py: Do *not* install eddn-logs-archive script This should be done manually, so as to be using the correct version from the correct branch on the live service. --- setup.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/setup.py b/setup.py index d765672..2c04b93 100644 --- a/setup.py +++ b/setup.py @@ -163,16 +163,6 @@ shutil.copy( '%s/start-eddn-%s-service' % ( START_SCRIPT_BIN, setup_env.EDDN_ENV ) ) -# Ensure the service log file archiving script is in place -print """ -****************************************************************************** -Ensuring the service log file archiving script is in place -""" -shutil.copy( - 'contrib/eddn-logs-archive', - START_SCRIPT_BIN -) - # Ensure the latest monitor files are in place old_umask = os.umask(022) print """