Skip to content

release-engineering/ubi-population-tool

Repository files navigation

ubi-population-tool

Build Status codecov Source Documentation PyPI version

A command-line tool for populating ubi repositories.

Cli usage

Cli can be run by ubipop with arguments:

  • positional arguments:

    • content_sets: list of content sets to be processed
  • optional arguments:

    • -h, --help: show this help message and exit
    • --pulp-hostname HOSTNAME: hostname of Pulp server
    • --user USER: username for authentication to Pulp
    • --password PASSWORD: password for authentication to Pulp
    • --dry-run: if True, print pulp actions only, do not execute

Development


Patches may be contributed via pull requests to https://github.com/release-engineering/ubi-population-tool

All changes must pass the automated test suite, along with various static checks.

The Black code style is enforced. Enabling autoformatting via a pre-commit hook is recommended:

pip install -r requirements-dev.txt
pre-commit install