mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 23:24:15 +02:00
[debian] initial Debian package management support
This commit is contained in:
12
bauh/gems/debian/__init__.py
Normal file
12
bauh/gems/debian/__init__.py
Normal file
@@ -0,0 +1,12 @@
|
||||
import os
|
||||
|
||||
from bauh.api.paths import CACHE_DIR, CONFIG_DIR
|
||||
from bauh.commons import resource
|
||||
|
||||
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
|
||||
|
||||
DEBIAN_CACHE_DIR = f'{CACHE_DIR}/debian'
|
||||
APP_INDEX_FILE = f'{DEBIAN_CACHE_DIR}/apps_idx.json'
|
||||
CONFIG_FILE = f'{CONFIG_DIR}/debian.yml'
|
||||
PACKAGE_SYNC_TIMESTAMP_FILE = f'{DEBIAN_CACHE_DIR}/sync_pkgs.ts'
|
||||
DEBIAN_ICON_PATH = resource.get_path('img/debian.svg', ROOT_DIR)
|
||||
Reference in New Issue
Block a user