Description
This repository contains modified version of rpkg
package which supports module-build
command. Usage:
cd /path/to/some/module
fedpkg module-build
Links:
- Git repo - https://pagure.io/fork/karsten/rpkg/branch/modularity_new
- Docs - https://fedoraproject.org/wiki/Modularity/Development/Developer_Notes#dist-git
Installation Instructions
This repository contains rpkg
only in version 1.45-3
although there is 1.46-5
in updates. You might need to specify version that you want to install
dnf copr enable frostyx/rpkg
sudo dnf install rpkg-1.45-3.fc23 pyrpkg-1.45-3.fc23
However it is also possible to use it without installing
cd ~/git
git clone https://pagure.io/forks/karsten/rpkg.git
cd rpkg
git checkout modularity_new
cd /path/to/some/module
PYTHONPATH=~/git/rpkg/src/ fedpkg -C /etc/rpkg/local.conf module-build
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable frostyx/rpkg
More info about enabling Copr repositories