项目作者: candlepin

项目描述 :
A GUI and CLI client for Candlepin
高级语言: Python
项目地址: git://github.com/candlepin/subscription-manager.git
创建时间: 2012-05-17T16:13:30Z
项目社区:https://github.com/candlepin/subscription-manager

开源协议:GNU General Public License v2.0

下载


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:

  1. 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.