mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
[api] refactoring: configuration directory for the root user is now located at '/etc/bauh'
This commit is contained in:
@@ -8,9 +8,9 @@ from bauh.commons import resource
|
||||
|
||||
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
|
||||
SUGGESTIONS_FILE = 'https://raw.githubusercontent.com/vinifmor/bauh-files/master/flatpak/suggestions.txt'
|
||||
CONFIG_FILE = '{}/flatpak.yml'.format(CONFIG_PATH)
|
||||
CONFIG_DIR = '{}/flatpak'.format(CONFIG_PATH)
|
||||
UPDATES_IGNORED_FILE = '{}/updates_ignored.txt'.format(CONFIG_DIR)
|
||||
CONFIG_FILE = f'{CONFIG_PATH}/flatpak.yml'
|
||||
CONFIG_DIR = f'{CONFIG_PATH}/flatpak'
|
||||
UPDATES_IGNORED_FILE = f'{CONFIG_DIR}/updates_ignored.txt'
|
||||
EXPORTS_PATH = '{}/.local/share/flatpak/exports/share'.format(str(Path.home()))
|
||||
VERSION_1_2 = parse_version('1.2')
|
||||
VERSION_1_3 = parse_version('1.3')
|
||||
|
||||
Reference in New Issue
Block a user