# Base directory of the RPM repository; can be a local path or an http/https URL (curl will be used)
REPO_DIR = "https://push.openmamba.org/pub/openmamba/base"

# Directory containing current source RPMs; interpolates REPO_DIR
SRPMS_DIR = "%(REPO_DIR)s/SRPMS.base"

# Directory tree of archived source trees by first letter/package; local mode only, leave undefined to skip
#ARCHIVE_DIR = "%(REPO_DIR)s/archive"

# Directory of old package versions as SRPMs in per-package subdirs; local mode only, leave undefined to skip
#OLD_DIR = "%(REPO_DIR)s/old"

GITEA_URL = "https://src.openmamba.org"
GITEA_SSH_URL = "ssh://gitea@src.openmamba.org:3326/rpms/"
GITEA_TOKEN = "<replace with a valid token>"
GITEA_ORGANIZATION = "rpms"

COMMITTER_USER = "autodist"
COMMITTER_EMAIL = "autodist@openmamba.org"
