mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 23:14:16 +02:00
9 lines
176 B
Python
9 lines
176 B
Python
import os
|
|
|
|
from bauh.api.constants import CACHE_PATH
|
|
|
|
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
|
|
BUILD_DIR = '/tmp/bauh/aur'
|
|
ARCH_CACHE_PATH = CACHE_PATH + '/arch'
|
|
|