Created
November 9, 2012 08:45
-
-
Save drscream/4044514 to your computer and use it in GitHub Desktop.
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
koji add-tag f17-dist-example | |
koji add-tag --parent f17-dist-example --arches "x86_64" f17-dist-example-build | |
koji add-external-repo -t f17-dist-example-build f17-dist-example-external-repo http://mirrors.n-ix.net/fedora/linux/releases/17/Fedora/\$arch/os/ | |
koji add-target f17-dist-example f17-dist-example-build | |
koji add-group f17-dist-example-build build | |
koji add-group f17-dist-example-build srpm-build | |
koji add-group-pkg f17-dist-example-build build bash bzip2 coreutils cpio diffutils findutils gawk gcc grep sed gcc-c++ gzip info patch redhat-rpm-config rpm-build shadow-utils tar unzip util-linux-ng which make | |
koji add-pkg --owner kojiadmin f17-dist-example bash bzip2 coreutils cpio diffutils findutils gawk gcc grep sed gcc-c++ gzip info patch redhat-rpm-config rpm-build shadow-utils tar unzip util-linux-ng which make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
koji add-group-pkg f17-dist-example-build srpm-build bash bzip2 coreutils cpio diffutils findutils gawk gcc grep sed gcc-c++ gzip info patch redhat-rpm-config rpm-build shadow-utils tar unzip util-linux-ng which make