snippetbashTip
copr-cli — Interface with Fedora-Projects copr instance for building RPMs and publishing them. More information
Viewed 0 times
fedoracommandcopr-cliinterfacecliprojectswithcopr
Problem
How to use the
copr-cli command: Interface with Fedora-Projects copr instance for building RPMs and publishing them. More information: <https://manned.org/copr-cli>.Solution
copr-cli — Interface with Fedora-Projects copr instance for building RPMs and publishing them. More information: <https://manned.org/copr-cli>.Show user logged in to copr:
copr-cli whoamiBuild a local spec file on copr:
copr-cli build {{repository}} {{path/to/spec_file}}Check status of builds:
copr-cli list-builds {{repository}}Trigger a copr build of a spec-file from public (Git) repository:
copr-cli buildscm {{repository}} --clone-url {{https://git.example.org/repo}} --spec {{spec_file_name}}Code Snippets
Show user logged in to copr
copr-cli whoamiBuild a local spec file on copr
copr-cli build {{repository}} {{path/to/spec_file}}Check status of builds
copr-cli list-builds {{repository}}Trigger a copr build of a spec-file from public (Git) repository
copr-cli buildscm {{repository}} --clone-url {{https://git.example.org/repo}} --spec {{spec_file_name}}Context
tldr-pages: common/copr-cli
Revisions (0)
No revisions yet.