Skip to content

candlepin/subscription-manager

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
March 3, 2023 08:20
po
February 16, 2023 14:32
March 3, 2023 08:20
September 27, 2022 11:42
August 24, 2022 09:37

subscription-manager

The Subscription Manager package provides programs and libraries to allow users to manage subscriptions and DNF repositories from the Candlepin.

Local Installation

In order to build, develop, and test locally, please follow INSTALL.md.

For instructions on building the debian-packages of this project, see instructions in contrib/debian/README.source.

To ignore bulk commits that only change the format of the code, not the code itself (e.g. blacking whole codebase), add .git-blame-ignore-revs to your git configuration:

git config blame.ignoreRevsFile .git-blame-ignore-revs

Development of the Subscription-Manager Deployment Ansible role

The Ansible role that is used for deploying subscription-manager can be found at https://github.com/candlepin/ansible-role-subman-devel. In order to test changes for this Ansible role you will need to check it out locally. This will pull the latest commit from this path and use it for deployment.

Testing

We run tests using pytest. See TESTING.md for more details.