You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Gavin (JIRA)" <ji...@apache.org> on 2014/12/06 09:52:12 UTC

[jira] [Created] (INFRA-8803) deprecation warnings on buildbot master

Gavin created INFRA-8803:
----------------------------

             Summary: deprecation warnings on buildbot master
                 Key: INFRA-8803
                 URL: https://issues.apache.org/jira/browse/INFRA-8803
             Project: Infrastructure
          Issue Type: Bug
          Components: Buildbot
            Reporter: Gavin
            Assignee: Gavin


[buildmaster@aegis /usr/home/buildmaster/master1]$ buildbot checkconfig .
/usr/home/buildmaster/master1/master.cfg:290: DeprecationWarning: buildbot.steps.source.Git was deprecated in Buildbot 0.8.9: The slave-side Git step is deprecated and will be removed in a future version.  Please switch to the corresponding master-side step.
  from buildbot.steps.source import Git
/usr/home/buildmaster/master1/master.cfg:292: DeprecationWarning: buildbot.steps.source.SVN was deprecated in Buildbot 0.8.9: The slave-side SVN step is deprecated and will be removed in a future version.  Please switch to the corresponding master-side step.
  from buildbot.steps.source import SVN
/usr/home/buildmaster/master1/master.cfg:349: DeprecationWarning: buildbot.steps.shell.SetProperty was deprecated in Buildbot 0.8.8: It has been renamed to SetPropertyFromCommand
  from buildbot.steps.shell import ShellCommand, SetProperty




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)