https://github.com/candlepin/subscription-manager
A GUI and CLI client for Candlepin
https://github.com/candlepin/subscription-manager
python redhat
Last synced: 8 months ago
JSON representation
A GUI and CLI client for Candlepin
- Host: GitHub
- URL: https://github.com/candlepin/subscription-manager
- Owner: candlepin
- License: gpl-2.0
- Created: 2012-05-17T16:13:30.000Z (about 14 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T14:27:54.000Z (about 2 years ago)
- Last Synced: 2024-04-08T17:57:58.438Z (about 2 years ago)
- Topics: python, redhat
- Language: Python
- Homepage: https://www.candlepinproject.org/
- Size: 68.8 MB
- Stars: 65
- Watchers: 15
- Forks: 114
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
subscription-manager
====================
The Subscription Manager package provides programs and libraries
to allow users to manage subscriptions and DNF repositories
from the Candlepin.
- https://candlepinproject.org/
- https://github.com/candlepin/subscription-manager
Local Installation
------------------
In order to build, develop, and test locally, please follow
[INSTALL.md](INSTALL.md).
For instructions on building the debian-packages of this project, see instructions in [contrib/debian/README.source](contrib/debian/README.source).
To ignore bulk commits that only change the format of the code, not the code
itself (e.g. `black`ing whole codebase), add `.git-blame-ignore-revs` to your
git configuration:
```bash
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.](./TESTING.md)