-
Notifications
You must be signed in to change notification settings - Fork 137
COPR Repositories
Endi S. Dewata edited this page May 12, 2022
·
27 revisions
Branch | Repository | Platforms |
---|---|---|
Fedora 34, Fedora 35, Fedora 36, Rawhide |
||
Fedora 34, Fedora 35, Fedora 36, Rawhide |
||
Fedora 34, Fedora 35, Fedora 36, Rawhide |
||
Fedora 34, Fedora 35, Fedora 36, Rawhide |
||
Fedora 34, Fedora 35, Fedora 36, Rawhide |
||
Fedora 34, Fedora 35, Fedora 36, Rawhide |
||
Fedora 34 |
||
Fedora 34 |
||
Fedora 34 |
||
EPEL 7 / CentOS 7 |
In the source repository create a .copr/Makefile
to generate an SRPM:
srpm: dnf install -y git ./build.sh --with-timestamp --with-commit-id srpm if [[ "${outdir}" != "" ]]; then \ mv ${HOME}/build/pki/SRPMS/* ${outdir}; \ fi
In the COPR project create a package as follows:
-
Source Type:
Build from an SCM repository
-
SCM type:
git
-
Clone URL:
<repo URL>
-
Committish:
<branch>
-
Build SRPM with:
make_srpm
-
Auto-rebuild:
True
To configure the webhook, go to Settings → Integrations in the COPR project and follow the instruction.
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |