Re: ruby 2.0 (was: Re: rawhide report: 20140501 changes)

2014-05-01 Thread Mo Morsi
On 05/01/2014 06:30 AM, Richard W.M. Jones wrote: > Lots and lots of ruby broken deps this morning, eg: > >> [deltacloud-core] >> deltacloud-core-rackspace-1.1.3-1.fc20.noarch requires >> rubygem(cloudfiles) >> [gofer] >> ruby-gofer-0.77-1.fc21.noarch requires rubygem(qpid) >= 0:0.16.0 >

Re: Re: Re: F20: Puppet depchain pulls in Java

2014-01-18 Thread Mo Morsi
On 01/18/2014 01:40 AM, Michael Stahnke wrote: > On Fri, Jan 17, 2014 at 6:53 PM, Rahul Sundaram wrote: >> Hi >> >> >> On Fri, Jan 17, 2014 at 9:43 PM, Mo Morsi wrote: >>> Yes as others have mentioned puppet requires ruby(release) which is >>> satisf

Re: Re: F20: Puppet depchain pulls in Java

2014-01-17 Thread Mo Morsi
On 01/17/2014 05:34 PM, Martin Langhoff wrote: > On Fri, Jan 17, 2014 at 5:24 PM, Bill Nottingham wrote: >> You need to make sure your transaction is pulling in classic ruby >> rather than jruby. > Well, ideally something in the dep data should indicate a preference, > and the depsolver should han

Re: Re: Proposed F19 Feature: JRuby 1.7 - JRuby is an alternative Ruby implementation

2013-01-24 Thread Mo Morsi
On 01/24/2013 11:07 AM, Bill Nottingham wrote: > Bohuslav Kabrda (bkab...@redhat.com) said: >> JRuby and Ruby won't share extensions. Extensions for Ruby will live in >> %{_libdir}/gems/ruby, while extensions for JRuby will in >> %{_datadir}/gems/jruby (although we decided not to actually ship a

Re: Self Introduction

2013-01-02 Thread Mo Morsi
On 12/21/2012 05:06 PM, Moses Mendoza wrote: > Hello all, > > I'm interested in becoming a Fedora package maintainer, thought I'd > throw out the self-introduction. A bit about me: I currently work as a > release engineer at Puppet Labs in Portland, Oregon, and before that > was a Mac sysadmin for

isitfedoraruby updates

2012-12-19 Thread Mo Morsi
Tons of updates to the http://isitfedoraruby.com webapp! Much appreciation goes out to Nico, Mark, Animesh, and Kendhia (all cc'd) who have all added all of the following features recently. In no particular order: - Now hosted on Openshift!!! - Integrated it w/ jenkins so whenever we push to th

Re: rubygem-{bunny,moneta,ohai} package ownership

2012-11-01 Thread Mo Morsi
The packages look like they were retired after being orphaned for a few fedora cycles. You'll need to resubmit them proper, but should be able to base the new packages on the existing ones pre-retirement. And in the case of moneta, the package version is the same so that can just be resubmitted as

Re: Deploying fedora infrastructure (koji) across clouds

2012-11-01 Thread Mo Morsi
On 11/01/2012 08:33 AM, Mo Morsi wrote: > On 10/31/2012 01:10 PM, Seth Vidal wrote: >> >> >> On Wed, 31 Oct 2012, Mo Morsi wrote: >> >>>> #2: Could there be a way to take a (working) nightly build, build >>>> one's package against that ni

Re: Re: Re: Deploying fedora infrastructure (koji) across clouds

2012-11-01 Thread Mo Morsi
On 10/31/2012 01:10 PM, Seth Vidal wrote: > > > > On Wed, 31 Oct 2012, Mo Morsi wrote: > >>> #2: Could there be a way to take a (working) nightly build, build >>> one's package against that nightly in a personal build of some sort, >>> and somehow ha

Re: Re: Deploying fedora infrastructure (koji) across clouds

2012-11-01 Thread Mo Morsi
On 10/31/2012 01:07 PM, Seth Vidal wrote: > >> // small wrapper script around deltacloud: >> $ wget https://raw.github.com/movitto/mycloud/master/mycloud.rb >> $ chmod +x mycloud.rb >> >> // template describing kojihub cloud deployment >> $ wget >> https://raw.github.com/aeolus-incubator/templates/

Re: Re: Deploying fedora infrastructure (koji) across clouds

2012-10-31 Thread Mo Morsi
On 10/31/2012 12:40 PM, Robyn Bergeron wrote: > > - Original Message - >> From: "Mo Morsi" >> To: "aeolus-devel" , "Fedora Cloud SIG" >> , >> "Development discussions related to Fedora" >> Sent: Wednesday, O

Deploying fedora infrastructure (koji) across clouds

2012-10-31 Thread Mo Morsi
// Deploying fedora infrastructure (koji) across clouds // As promised, steps to deploy kojihub to an openstack instance communicating with builders on ec2 // Any provider supported by deltacloud will work //(lots of em: http://deltacloud.apache.org/drivers.html) // A short video of these step

is it fedora ruby

2012-08-20 Thread Mo Morsi
codebase [4]. Any and all feedback (and patches!) are more than welcome. -Mo Morsi [1] http://isitfedoraruby.com/ [2] http://isitfedoraruby.com/stats/gemfile_tool [3] http://isitfedoraruby.com/fedorarpms/rubygem-activesupport/full_deps [4] https://github.com/zuhao/isitfedoraruby --

Re: Heads up: Rebuild for Ruby 1.9.3

2012-01-24 Thread Mo Morsi
On 01/24/2012 04:50 AM, Bohuslav Kabrda wrote: Hi, since we finally got our Ruby 1.9.3 feature page [1] approved, we are starting rebuild for Ruby 1.9.3. Everyone who owns a package that depends on Ruby or Rubygems should rebuild it in the special Koji target "f17-ruby". This target will be mer

Re: P2P Packaging/Koji Cloud

2011-12-13 Thread Mo Morsi
On 12/07/2011 06:20 PM, Denis Arnaud wrote: As a side note, rather than using Snap (and Augeas, and...), we (in my department) tend to prefer Chef (http://www.opscode.com/chef/), which has got a broader scope, and allows much more complex configurations and automation tasks. Denis Chef, l

Re: P2P Packaging/Koji Cloud

2011-12-07 Thread Mo Morsi
On 12/07/2011 01:25 PM, seth vidal wrote: > >> >> That would be very cool. Do you intend to use DeltaCloud ( >> http://deltacloud.apache.org/), or something like that? > I'm using libcloud, actually. I'm interested in pursuing this in > python, not ruby. > Deltacloud's primary interface is

Re: P2P Packaging/Koji Cloud

2011-12-07 Thread Mo Morsi
On 12/07/2011 01:40 PM, seth vidal wrote: > On Wed, 07 Dec 2011 13:35:03 -0500 > Mo Morsi wrote: > >> On 12/07/2011 01:25 PM, seth vidal wrote: >> > >> >> >> >> That would be very cool. Do you intend to use DeltaCloud ( >> >

Snap! A system snapshotter for Fedora/Ubuntu/Windows/and more

2011-11-22 Thread Mo Morsi
ed. Thanks for reading so far! -Mo Morsi [1] https://github.com/movitto/snap [2] http://mo.morsi.org/blog/node/347 [3] https://bugzilla.redhat.com/show_bug.cgi?id=755890 [4] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649585 -- devel mailing list devel@lists.fedoraproject.org https://

orphaning anyterm

2011-06-01 Thread Mo Morsi
I'm no longer working on anything that requires anyterm and thus have orphaned it. Anyone feel free to grab, it should still be at the latest upstream release though there are two BZs filed against it: https://bugzilla.redhat.com/show_bug.cgi?id=635784 https://bugzilla.redhat.com/show_bug.cgi?id=