Difference between revisions of "Koji Testbed"
From PDP/Grid Wiki
Jump to navigationJump to searchLine 160: | Line 160: | ||
They need to be populated. Clone from a typical value for the Fedora Koji systems, e.g. | They need to be populated. Clone from a typical value for the Fedora Koji systems, e.g. | ||
− | koji -s http://koji.fedoraproject.org/kojihub/ list-groups dist-5E-epel-build | + | koji add-group-pkg epel5-build build `koji -s http://koji.fedoraproject.org/kojihub/ |
+ | list-groups dist-5E-epel-build build | tail -n +2 | cut -d: -f1` | ||
+ | Be careful to exclude the fedpkg package in srpm-build which pulls in way too much! It includes mock which causes strange failures with conflicting group ids within the buildroot. | ||
+ | koji add-group-pkg epel5-build srpm-build `koji -s http://koji.fedoraproject.org/kojihub/ | ||
+ | list-groups dist-5E-epel-build srpm-build | tail -n +2 | cut -d: -f1 | grep -v fedpkg` | ||
− | + | Don't forget to add each package! | |
+ | koji add-pkg --owner <''your name''> epel5 lcmaps jobrepository ees glexec \ | ||
+ | lcas-lcmaps-gt4-interface lcas-plugins-basic lcas-plugins-check-executable \ | ||
+ | lcas-plugins-voms lcas lcmaps-plugins-afs lcmaps-plugins-basic lcmaps-plugins-c-pep lcmaps-plugins-gums \ | ||
+ | lcmaps-plugins-jobrep lcmaps-plugins-scas-client lcmaps-plugins-tracking-groupid lcmaps-plugins-verify-proxy \ | ||
+ | lcmaps-plugins-voms scas xacml argus-pep-api-c glexec-wn nagios-plugins-glexec nagios-plugins-ees mkgltempdir \ | ||
+ | glexec-wrapper-scripts torque llrun saml2-xacml2-c-lib lcmaps-without-gsi mwsec-release | ||
− | |||
− | |||
− | |||
− | |||
− | |||
124 koji build dist-epel5 git://bleek.testbed/koji.git\?lcmaps/#a942e490ace1da950cedae2976bf59fa3b3f5038 | 124 koji build dist-epel5 git://bleek.testbed/koji.git\?lcmaps/#a942e490ace1da950cedae2976bf59fa3b3f5038 | ||