Skip to content
Snippets Groups Projects
mock_configuration.py 604 B
Newer Older
Frede H's avatar
Frede H committed
# http constants
URL_MIRROR_JSON = "http://repo.manjaro.org/mirrors.json"
URL_STATUS_JSON = "http://repo.manjaro.org/status.json"
# etc
CONFIG_FILE = "tests/mock/etc/pacman-mirrors.conf"
MIRROR_LIST = "tests/mock/etc/mirrorlist"
# pacman-mirrors
MIRROR_DIR = "tests/mock/var/"
Frede H's avatar
Frede H committed
CUSTOM_FILE = "tests/mock/var/custom-mirrors.json"
MIRROR_FILE = "tests/mock/usr/mirrors.json"
Frede H's avatar
Frede H committed
STATUS_FILE = "tests/mock/var/status.json"
Frede H's avatar
Frede H committed
# special cases
Frede H's avatar
Frede H committed
O_CUST_FILE = "tests/mock/var/Custom"
TO_BE_REMOVED = "tests/mock/var/mirrors.json"
Frede H's avatar
Frede H committed
# repo constants
BRANCHES = ("stable", "testing", "unstable")
REPO_ARCH = "/$repo/$arch"