Skip to content

Instantly share code, notes, and snippets.

@drscream
Created November 9, 2012 08:45
Show Gist options
  • Save drscream/4044514 to your computer and use it in GitHub Desktop.
Save drscream/4044514 to your computer and use it in GitHub Desktop.
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
@drscream
Copy link
Author

drscream commented Nov 9, 2012

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment