[yocto] [[PATCH][yocto-autobuilder] 1/2] buildbot/steps/transfer.py: Fix typo in DirectoryDownload step.

Joshua G Lock joshua.g.lock at linux.intel.com
Wed Jul 13 08:19:49 PDT 2016


This and the 2/2 have been pushed to master, thanks.

Joshua

On Mon, 2016-07-11 at 16:37 -0500, Aníbal Limón wrote:
> 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 at 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
> 



More information about the yocto mailing list