From: "Aníbal Limón" <anibal.limon@linux.intel.com>
To: yocto@yoctoproject.org
Subject: [[PATCH][yocto-autobuilder] 1/2] buildbot/steps/transfer.py: Fix typo in DirectoryDownload step.
Date: Mon, 11 Jul 2016 16:37:52 -0500 [thread overview]
Message-ID: <1468273073-8178-1-git-send-email-anibal.limon@linux.intel.com> (raw)
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
next reply other threads:[~2016-07-11 21:37 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-11 21:37 Aníbal Limón [this message]
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
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=1468273073-8178-1-git-send-email-anibal.limon@linux.intel.com \
--to=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.