[Systems] [Systems-logs] Anacron job 'cron.daily' on jita.sugarlabs.org

Aleksey Lim alsroot at activitycentral.org
Sun Jan 23 15:58:29 EST 2011


On Sun, Jan 23, 2011 at 09:45:53PM +0100, Sascha Silbe wrote:
> Excerpts from Aleksey Lim's message of Sun Jan 23 19:41:42 +0100 2011:
> 
> [etckeeper warnings probably removed]
> 
> Thanks!
> 
> > > > /etc/cron.daily/gitorious-mem-leak-sweeper:
> > > > Stopping gitorious-webui...ok
> > > > Starting gitorious-webui...ok
> > > > /srv/gitorious/app/public/../config/../vendor/rails/railties/lib/rails/gem_dependency.rb:119:Warning: Gem::Dependency#version_requirements is deprecated and will be removed on or after August 2010.  Use #requirement
> > > > This method is deprecated and will be removed on the next release. Use 'publish' instead
> > > [...]
> > > 
> > > I'm getting the last message on each push, BTW. I guess we need to wait
> > > for upstream (gitorious) to fix it?
> > 
> > since it is in vendor/rails/.., I think better to leave it as-is..
> 
> The two messages are unrelated. I only get the one about publish on each
> push. And the rails one looks like rails itself is complaining -
> unfortunately we don't seem to see what piece of code is actually to
> blame.

I found this text in stomp-1.1.6 sources, since it is just

    def send(*args)
      warn("This method is deprecated and will be removed on the next release. Use 'publish' instead")
      publish(*args)
    end

I did s/send/publish/ in gitorious sources.

-- 
Aleksey


More information about the Systems mailing list