Review swap

Mo Morsi mmorsi at redhat.com
Tue Jan 21 00:54:45 UTC 2014


On 01/20/2014 06:27 PM, Achilleas Pipinellis wrote:
> Hey, can someone review awesome_spawn[0]?
> I'd like to bring polisher[1] in Fedora and awesome_spawn is the only
> missing dependency.
>
> Hopefully, once polisher hits the repos, it'll be easier to use it and
> report any bug/feature requests :)
>
>
> [0] https://bugzilla.redhat.com/show_bug.cgi?id=1055789
> [1] https://github.com/ManageIQ/polisher
>

I can take a look at the awesome_spawn submission tomorrow.

Polisher can also be installed via gem. You will need to yum install the
curb dependencies first (eg libcurl-devel and ruby-devel) but once you
have those you can just:

gem install polisher

Mileage may vary though as there is alot of optional stuff, eg querying
certain targets depends on various commands such as fedpkg and git being
available. If they aren't you most likely will get errs (just added an
issue to change this to gracefully print err msgs and exit).

Advantage that the rpm install has over the gem is that we can add deps
to the packages provided the cmds (or to the cmds themselves), though
might want to split it up into optional components at some point (if it
gets bigger).

Appreciate the submissions,
  -Mo




More information about the ruby-sig mailing list