From b07beb1dcdb43163590c04605e9dfb621957c835 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sun, 4 Nov 2012 18:35:19 +0100 Subject: [PATCH] [entropy.const] drop etpConst['errorstatus'] --- docs/TODO | 1 - lib/entropy/const.py | 1 - 2 files changed, 2 deletions(-) diff --git a/docs/TODO b/docs/TODO index 74ea430ac..519a64caf 100644 --- a/docs/TODO +++ b/docs/TODO @@ -8,7 +8,6 @@ Backlog (raw) solo.utils.show_you_meant ! drop entropy.cli (it is used by other stuff, what to do?) drop etpUi - drop etpConst['errorstatus'] - preserved-libs registry: only drop old sonames when installed packages diff --git a/lib/entropy/const.py b/lib/entropy/const.py index c61df11b9..42e134a97 100644 --- a/lib/entropy/const.py +++ b/lib/entropy/const.py @@ -636,7 +636,6 @@ def const_default_settings(rootdir): 'systemname': "Sabayon Linux", # Product identificator (standard, professional...) 'product': "standard", - 'errorstatus': default_etp_confdir+"/code", 'systemroot': original_rootdir, # default system root 'uid': os.getuid(), # current running UID 'entropygid': None,