Skip to content

Instantly share code, notes, and snippets.

@msavy
Created February 2, 2011 19:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save msavy/808276 to your computer and use it in GitHub Desktop.
Save msavy/808276 to your computer and use it in GitHub Desktop.
[root@localhost yum.repos.d]# uname -r
2.6.18-194.32.1.el5
[root@localhost yum.repos.d]# ls
boxgrinder.repo CentOS-Base.repo CentOS-Media.repo epel.repo epel-testing.repo
[root@localhost yum.repos.d]# cat boxgrinder.repo
[boxgrinder]
name=BoxGrinder repo - i386
baseurl=http://repo.boxgrinder.org/boxgrinder/packages/rhel/5/RPMS/i386/
enabled=1
gpgcheck=0
[boxgrinder-noarch]
name=BoxGrinder repo - noarch
baseurl=http://repo.boxgrinder.org/boxgrinder/packages/rhel/5/RPMS/noarch/
enabled=1
gpgcheck=0
[boxgrinder-nightly]
name=BoxGrinder Nightly builds for Centos5
baseurl=http://repo.ci.boxgrinder.org/rhel/5/RPMS/
enabled=1
gpgcheck=0
-----------------
Example installation (note that testing repo must be enabled at present due to a dependency issue, but this should be resolved later)
[root@localhost yum.repos.d]# sudo yum --enablerepo="*testing*" install "rubygem-boxgrinder-build-s3-delivery-plugin-*"
[root@localhost yum.repos.d]# yum list installed | grep boxgrinder
rubygem-boxgrinder-build.noarch 0.8.0-1.el5 installed
rubygem-boxgrinder-build-centos-os-plugin.noarch 0.0.7-1.el5 installed
rubygem-boxgrinder-build-centos-os-plugin-doc.noarch 0.0.7-1.el5 installed
rubygem-boxgrinder-build-doc.noarch 0.8.0-1.el5 installed
rubygem-boxgrinder-build-ec2-platform-plugin.noarch 0.0.9-1.el5 installed
rubygem-boxgrinder-build-ec2-platform-plugin-doc.noarch 0.0.9-1.el5 installed
rubygem-boxgrinder-build-local-delivery-plugin.noarch 0.0.7-1.el5 installed
rubygem-boxgrinder-build-local-delivery-plugin-doc.noarch 0.0.7-1.el5 installed
rubygem-boxgrinder-build-rhel-os-plugin.noarch 0.0.8-1.el5 installed
rubygem-boxgrinder-build-rpm-based-os-plugin.noarch 0.0.11-1.el5 installed
rubygem-boxgrinder-build-sftp-delivery-plugin.noarch 0.0.6-1.el5 installed
rubygem-boxgrinder-build-sftp-delivery-plugin-doc.noarch 0.0.6-1.el5 installed
rubygem-boxgrinder-build-virtualbox-platform-plugin.noarch 0.0.1-1.el5 installed
rubygem-boxgrinder-build-virtualbox-platform-plugin-doc.noarch 0.0.1-1.el5 installed
rubygem-boxgrinder-build-vmware-platform-plugin.noarch 0.0.7-1.el5 installed
rubygem-boxgrinder-build-vmware-platform-plugin-doc.noarch 0.0.7-1.el5 installed
rubygem-boxgrinder-core.noarch 0.2.0-1.el5 installed
rubygem-boxgrinder-core-doc.noarch 0.2.0-1.el5 installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment