On 10/26/2010 08:15 AM, Ladislav Martincik wrote: > Please, please, can somebody do ACK. ;) Without this fix I always have > fix it manually. > > Thank you so much! > -- Ladislav >
Hi, not sure about this patch, it could be a problem for production environment because dbomatic script (which requires rb-inotify) is required part of CE part. Though maybe adding check for development mode in 'if' you added could be sufficient. Best way is a platform independent solution, though I'm afraid there will be problems with independency of whole condor stuff. Anybody, please feel free to ACK/NACK if you have stronger opinion than me :). Jan > > On Mon, Oct 25, 2010 at 2:09 PM, <[email protected] > <mailto:[email protected]>> wrote: > > From: Ladislav Martincik <[email protected] > <mailto:[email protected]>> > > --- > src/config/environment.rb | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/config/environment.rb b/src/config/environment.rb > index 423f224..4cbc3f9 100644 > --- a/src/config/environment.rb > +++ b/src/config/environment.rb > @@ -53,7 +53,7 @@ Rails::Initializer.run do |config| > config.gem "compass-960-plugin", :lib => "ninesixty" > config.gem "simple-navigation" > config.gem "typhoeus" > - config.gem "rb-inotify" > + config.gem "rb-inotify" if RUBY_PLATFORM.downcase.include?("linux") > > config.active_record.observers = :instance_observer, :task_observer > # Only load the plugins named here, in the order given. By > default, all plugins > -- > 1.7.3.1 > > _______________________________________________ > deltacloud-devel mailing list > [email protected] > <mailto:[email protected]> > https://fedorahosted.org/mailman/listinfo/deltacloud-devel > > > > > _______________________________________________ > deltacloud-devel mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/deltacloud-devel _______________________________________________ deltacloud-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/deltacloud-devel
