Metadata-Version: 1.1
Name: copr-cli
Version: 0.1.0
Summary: CLI tool to run copr
Home-page: http://fedorahosted.org/copr/
Author: Pierre-Yves Chibon
Author-email: pingou@pingoured.fr
License: GPLv2+
Description: This is the master copr branch.
        The project is currently divided in 2 parts:
         - backend - this is the backend/builder code
         - coprs_frontend - this is the frontend/webinterface code
        
        
        
        Overview of use:
        - frontend allows users to create a copr for themselves.
          - then they are able to submit urls to pkgs they wish to build
        
        - the frontend makes the build requests available as JSON
        
        - the backend polls the frontend for new builds
        - when it finds a new build it spins off a builder using
          the ansible playbook to create a new builder instance 
          (normally in a private or public cloud)
        - it notifies the frontend that the build is starting
        - it submits the pkg/repo/etc to be built on the instance with mockchain
        - it retrieves the results and saves them into the results dir
        - it returns the build status and where to find the results to the front end
        
        copr project is licensed under GPLv2+ (see LICENSE file for details).
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: System :: Archiving :: Packaging
Classifier: Development Status :: 1 - Alpha
