Last active
December 20, 2015 01:28
-
-
Save lemenkov/6048791 to your computer and use it in GitHub Desktop.
Fedora PPC Koji hub nano-HOWTO
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* "real" build | |
fedpkg clone mypackage | |
cd mypackage | |
koji-ppc build rawhide "$(fedpkg giturl)" | |
* scratchbuild: | |
koji-ppc build --scratch rawhide /path/to/yourpkg.src.rpm | |
fedpkg --config ~/.koji/ppc-config build --target=rawhide |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment