Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.06 KB

File metadata and controls

38 lines (27 loc) · 1.06 KB
title in-copr
date 2019-07-16
sidebar_position 35

packit build in-copr

Submit a Copr build of the present content in the upstream repository.

Requirements

  • Upstream git repository on GitHub.
  • Packit config file placed in the upstream repository.
  • ~/.config/copr

A minimum copr configure file is:

[copr-cli]
copr_url = https://copr.fedorainfracloud.org
gssapi = true

This uses GSSAPI (see fkinit for more details). Alternatively you can use copr API token available here.

Tutorial

  1. Place a config file for packit in the root of your upstream repository.

  2. The command below would create a SRPM from the present content of a repo and perform copr-cli build with it. If you need to specify a project name/owner or chroots, see the options in help.

    $ cd my/ustream/project/
    $ packit build in-copr
    

Help