All of lore.kernel.org
 help / color / mirror / Atom feed
* [[PATCH][yocto-autobuilder] 1/2] buildbot/steps/transfer.py: Fix typo in DirectoryDownload step.
@ 2016-07-11 21:37 Aníbal Limón
  2016-07-11 21:37 ` [[PATCH][yocto-autobuilder] 2/2] buildsteps/RunOeSelftest.py: Set native_lsb to universal Aníbal Limón
  2016-07-13 15:19 ` [[PATCH][yocto-autobuilder] 1/2] buildbot/steps/transfer.py: Fix typo in DirectoryDownload step Joshua G Lock
  0 siblings, 2 replies; 7+ messages in thread
From: Aníbal Limón @ 2016-07-11 21:37 UTC (permalink / raw)
  To: yocto

DirectoryDownload step is based on UploadDirectory and i miss
to upgrade the error log when the buildslave don't support
downloadDirectory previously said uploadDirectory.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
---
 .../site-packages/buildbot-0.8.8-py2.7.egg/buildbot/steps/transfer.py   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/python2.7/site-packages/buildbot-0.8.8-py2.7.egg/buildbot/steps/transfer.py b/lib/python2.7/site-packages/buildbot-0.8.8-py2.7.egg/buildbot/steps/transfer.py
index fb49597..a2f7007 100644
--- a/lib/python2.7/site-packages/buildbot-0.8.8-py2.7.egg/buildbot/steps/transfer.py
+++ b/lib/python2.7/site-packages/buildbot-0.8.8-py2.7.egg/buildbot/steps/transfer.py
@@ -487,7 +487,7 @@ class DirectoryDownload(_TransferBuildStep):
         version = self.slaveVersion("downloadDirectory")
 
         if not version:
-            m = "slave is too old, does not know about uploadDirectory"
+            m = "slave is too old, does not know about downloadDirectory"
             raise BuildSlaveTooOldError(m)
 
         # we rely upon the fact that the buildmaster runs chdir'ed into its
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-07-13 15:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-11 21:37 [[PATCH][yocto-autobuilder] 1/2] buildbot/steps/transfer.py: Fix typo in DirectoryDownload step Aníbal Limón
2016-07-11 21:37 ` [[PATCH][yocto-autobuilder] 2/2] buildsteps/RunOeSelftest.py: Set native_lsb to universal Aníbal Limón
2016-07-12 16:09   ` Joshua G Lock
2016-07-12 16:21     ` Aníbal Limón
2016-07-13 13:32       ` Joshua G Lock
2016-07-13 15:07         ` Aníbal Limón
2016-07-13 15:19 ` [[PATCH][yocto-autobuilder] 1/2] buildbot/steps/transfer.py: Fix typo in DirectoryDownload step Joshua G Lock

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.