Skip to content
Snippets Groups Projects
Commit 95f2ee2b authored by Frede H's avatar Frede H :speech_balloon:
Browse files

moved dev settings to tests/mock

parent 95ab0003
No related branches found
No related tags found
No related merge requests found
...@@ -19,28 +19,6 @@ ...@@ -19,28 +19,6 @@
"""Pacman-Mirrors Configuration""" """Pacman-Mirrors Configuration"""
# this is for runing in dev environment
DEVELOPMENT = ""
DESCRIPTION = "unstable development"
# if DEVELOPMENT:
# # http constants
# URL_MIRROR_JSON = "http://repo.manjaro.org/mirrors.json"
# URL_STATUS_JSON = "http://repo.manjaro.org/status.json"
# # etc
# CONFIG_FILE = "mock/etc/pacman-mirrors.conf"
# MIRROR_LIST = "mock/etc/mirrorlist"
# # pacman-mirrors
# MIRROR_DIR = "mock/var/"
# CUSTOM_FILE = MIRROR_DIR + "custom-mirrors.json"
# MIRROR_FILE = MIRROR_DIR + "mirrors.json"
# STATUS_FILE = MIRROR_DIR + "status.json"
# # special cases
# O_CUST_FILE = MIRROR_DIR + "Custom"
# FALLBACK = "mock/usr/mirrors.json"
# # repo constants
# BRANCHES = ("stable", "testing", "unstable")
# REPO_ARCH = "/$repo/$arch"
# http constants # http constants
URL_MIRROR_JSON = "http://repo.manjaro.org/mirrors.json" URL_MIRROR_JSON = "http://repo.manjaro.org/mirrors.json"
URL_STATUS_JSON = "http://repo.manjaro.org/status.json" URL_STATUS_JSON = "http://repo.manjaro.org/status.json"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment