# RPM Configuration
# Environment variables override these values (for pipeline integration)

# RPM CLI (install via: pipx install rpm-cli)

# Repo Tool (fork with envsubst support)
REPO_URL=https://github.com/caylent-solutions/rpm-git-repo.git
REPO_REV=feat/initial-rpm-git-repo

# Shared env vars for envsubst (resolved by 'repo envsubst' in remote.xml)
GITBASE=https://github.com/caylent-solutions/
CLAUDE_MARKETPLACES_DIR=${HOME}/.claude-marketplaces

# Marketplace install toggle
RPM_MARKETPLACE_INSTALL=true

# Source: packages — build tooling packages
RPM_SOURCE_packages_URL=https://github.com/caylent-solutions/caylent-private-rpm.git
RPM_SOURCE_packages_REVISION=refs/tags/>=1.0.0,<2.0.0
RPM_SOURCE_packages_PATH=repo-specs/common/example/development/python/make/argparse/cli/cli-packages.xml

# Source: marketplaces — claude plugin marketplaces
RPM_SOURCE_marketplaces_URL=https://github.com/caylent-solutions/caylent-private-rpm.git
RPM_SOURCE_marketplaces_REVISION=main
RPM_SOURCE_marketplaces_PATH=repo-specs/common/example/development/python/make/argparse/cli/cli-marketplace.xml
