[Buildbot-commits] [buildbot/buildbot] 0ba714: drop git slave command
GitHub
noreply at github.com
Thu Jun 11 17:03:29 UTC 2015
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 0ba7140ec5d3ba39c8dd8e4d88b718e58b45b064
https://github.com/buildbot/buildbot/commit/0ba7140ec5d3ba39c8dd8e4d88b718e58b45b064
Author: Elmir Jagudin <elmir at unity3d.com>
Date: 2015-05-27 (Wed, 27 May 2015)
Changed paths:
R slave/buildslave/commands/git.py
M slave/buildslave/commands/registry.py
R slave/buildslave/test/unit/test_commands_git.py
Log Message:
-----------
drop git slave command
It is no longer used by the master.
Commit: b1f109e52cbeaefa30b3987bfa20d8c031c256a0
https://github.com/buildbot/buildbot/commit/b1f109e52cbeaefa30b3987bfa20d8c031c256a0
Author: Elmir Jagudin <elmir at unity3d.com>
Date: 2015-05-27 (Wed, 27 May 2015)
Changed paths:
R slave/buildslave/commands/cvs.py
M slave/buildslave/commands/registry.py
R slave/buildslave/test/unit/test_commands_cvs.py
Log Message:
-----------
drop cvs slave command
it is no longer used by the master
Commit: 8c45c5e8c1c8823fb4a156e9d992f5a1351f0a80
https://github.com/buildbot/buildbot/commit/8c45c5e8c1c8823fb4a156e9d992f5a1351f0a80
Author: Elmir Jagudin <elmir at unity3d.com>
Date: 2015-05-27 (Wed, 27 May 2015)
Changed paths:
M slave/buildslave/commands/registry.py
R slave/buildslave/commands/svn.py
R slave/buildslave/test/unit/test_commands_svn.py
Log Message:
-----------
drop svn slave command
it is no longer used by the master
Commit: 85aac17f220151427e449d2aa0bf13feca20757d
https://github.com/buildbot/buildbot/commit/85aac17f220151427e449d2aa0bf13feca20757d
Author: Elmir Jagudin <elmir at unity3d.com>
Date: 2015-05-27 (Wed, 27 May 2015)
Changed paths:
R slave/buildslave/commands/bk.py
M slave/buildslave/commands/registry.py
R slave/buildslave/test/unit/test_commands_bk.py
Log Message:
-----------
drop bk slave command
it is no longer used by the master
Commit: 4a695f06e8ea2544e9f05ae9efe72d6a512affea
https://github.com/buildbot/buildbot/commit/4a695f06e8ea2544e9f05ae9efe72d6a512affea
Author: Elmir Jagudin <elmir at unity3d.com>
Date: 2015-05-27 (Wed, 27 May 2015)
Changed paths:
R slave/buildslave/commands/darcs.py
M slave/buildslave/commands/registry.py
R slave/buildslave/test/unit/test_commands_darcs.py
Log Message:
-----------
drop darcs slave command
it is no longer used by the master
Commit: 1c02446c145ea588d92f58baf1f014fb4c1bec59
https://github.com/buildbot/buildbot/commit/1c02446c145ea588d92f58baf1f014fb4c1bec59
Author: Elmir Jagudin <elmir at unity3d.com>
Date: 2015-05-27 (Wed, 27 May 2015)
Changed paths:
R slave/buildslave/commands/bzr.py
M slave/buildslave/commands/registry.py
R slave/buildslave/test/unit/test_commands_bzr.py
Log Message:
-----------
drop bzr slave command
it is no longer used by the master
Commit: 04fe325f2012696daaf0c018634413370521159f
https://github.com/buildbot/buildbot/commit/04fe325f2012696daaf0c018634413370521159f
Author: Elmir Jagudin <elmir at unity3d.com>
Date: 2015-05-27 (Wed, 27 May 2015)
Changed paths:
R slave/buildslave/commands/hg.py
M slave/buildslave/commands/registry.py
R slave/buildslave/test/unit/test_commands_hg.py
Log Message:
-----------
drop hg slave command
it is no longer used by the master
Commit: c621b055a4b876fd9972c9d513873afec40494b2
https://github.com/buildbot/buildbot/commit/c621b055a4b876fd9972c9d513873afec40494b2
Author: Elmir Jagudin <elmir at unity3d.com>
Date: 2015-05-27 (Wed, 27 May 2015)
Changed paths:
R slave/buildslave/commands/p4.py
M slave/buildslave/commands/registry.py
R slave/buildslave/test/unit/test_commands_p4.py
Log Message:
-----------
drop p4 slave command
it is no longer used by the master
Commit: faf09ee76b6bdc6be479d2085d4328bd11ee75f0
https://github.com/buildbot/buildbot/commit/faf09ee76b6bdc6be479d2085d4328bd11ee75f0
Author: Elmir Jagudin <elmir at unity3d.com>
Date: 2015-05-27 (Wed, 27 May 2015)
Changed paths:
R slave/buildslave/commands/mtn.py
M slave/buildslave/commands/registry.py
R slave/buildslave/test/unit/test_commands_mtn.py
Log Message:
-----------
drop mtn slave command
it is no longer used by the master
Commit: 70fa763a69bdf6f73400195ff6e09d77c1825cb9
https://github.com/buildbot/buildbot/commit/70fa763a69bdf6f73400195ff6e09d77c1825cb9
Author: Elmir Jagudin <elmir at unity3d.com>
Date: 2015-06-11 (Thu, 11 Jun 2015)
Changed paths:
M slave/buildslave/commands/registry.py
A slave/buildslave/commands/removed.py
Log Message:
-----------
added an error message on usage of removed command
When master tries to use a slave command that is no
longer supported, generate a specific error message, rather
then the generic 'unrecognized command' error.
Commit: 942caafc854f78e6f38ae2cf7f84dc059dc00428
https://github.com/buildbot/buildbot/commit/942caafc854f78e6f38ae2cf7f84dc059dc00428
Author: Mikhail Sobolev <mss at mawhrin.net>
Date: 2015-06-11 (Thu, 11 Jun 2015)
Changed paths:
R slave/buildslave/commands/bk.py
R slave/buildslave/commands/bzr.py
R slave/buildslave/commands/cvs.py
R slave/buildslave/commands/darcs.py
R slave/buildslave/commands/git.py
R slave/buildslave/commands/hg.py
R slave/buildslave/commands/mtn.py
R slave/buildslave/commands/p4.py
M slave/buildslave/commands/registry.py
A slave/buildslave/commands/removed.py
R slave/buildslave/commands/svn.py
R slave/buildslave/test/unit/test_commands_bk.py
R slave/buildslave/test/unit/test_commands_bzr.py
R slave/buildslave/test/unit/test_commands_cvs.py
R slave/buildslave/test/unit/test_commands_darcs.py
R slave/buildslave/test/unit/test_commands_git.py
R slave/buildslave/test/unit/test_commands_hg.py
R slave/buildslave/test/unit/test_commands_mtn.py
R slave/buildslave/test/unit/test_commands_p4.py
R slave/buildslave/test/unit/test_commands_svn.py
Log Message:
-----------
Merge pull request #1695 from elmirjagudin/rm-slave-src-cmds
Remove slave source commands
Compare: https://github.com/buildbot/buildbot/compare/af897413f58a...942caafc854f
More information about the Commits
mailing list