All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joshua G Lock <joshua.g.lock@linux.intel.com>
To: "Aníbal Limón" <anibal.limon@linux.intel.com>, yocto@yoctoproject.org
Subject: Re: [[PATCH][yocto-autobuilder] 1/2] buildbot/steps/transfer.py: Fix typo in DirectoryDownload step.
Date: Wed, 13 Jul 2016 16:19:49 +0100	[thread overview]
Message-ID: <1468423189.7977.21.camel@linux.intel.com> (raw)
In-Reply-To: <1468273073-8178-1-git-send-email-anibal.limon@linux.intel.com>

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@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
> 


      parent reply	other threads:[~2016-07-13 15:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Joshua G Lock [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1468423189.7977.21.camel@linux.intel.com \
    --to=joshua.g.lock@linux.intel.com \
    --cc=anibal.limon@linux.intel.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.