----- Original Message -----
> 
> >
> > you should have good milage with more or less:
> >
> > git clone <puppet labs git repo>
> > git checkout 1.2.0
> > rake rpm
> >
> > if your /usr/bin/env ruby does the right thing, you should end up
> > with
> > rpms that are built for your ruby
> 
> 
> This still leaves the dependencies issue with rubygems-stomp, ruby,
> etc., all of which I already have installed in the Enterprise Ruby
> installation.  I just tried it.
> 
> Is there a switch I can pass to RPM to tell it to ignore
> dependencies.

not sure if there's a way to tell rpmbuild to do that, but you can
just comment them out in the spec file. or when you install you can
do rpm -ivh --nodeps to skip them.

There's a ticket open to make this kind of thing easier - being able
to rebuild the rpms for different rubies installed in weird places
but I havnt really had any good thoughts about how to achieve that.
-- 
R.I.Pienaar

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to