All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: "Damian, Alexandru" <alexandru.damian@intel.com>
To: Ed Bartosh <ed.bartosh@linux.intel.com>
Cc: "toaster@yoctoproject.org" <toaster@yoctoproject.org>
Subject: Re: [review-request] ed/toaster/misc
Date: Tue, 14 Jul 2015 14:37:27 +0100	[thread overview]
Message-ID: <CAJ2CSBvnJ94E-Mf+SpvHXn2d3OS+a4Tb4fk_4qOD4=Ak=faMXw@mail.gmail.com> (raw)
In-Reply-To: <20150714130636.GA25220@linux.intel.com>

[-- Attachment #1: Type: text/plain, Size: 1881 bytes --]

Yep, the original code was about "cwd". Also, I think now that the logging
messages really help, what if we turn them on with the lowest priority
possible ?

Cheers,
Alex

On Tue, Jul 14, 2015 at 2:06 PM, Ed Bartosh <ed.bartosh@linux.intel.com>
wrote:

> Hi Michael,
>
> Thanks for the review.
>
> ...
>
> > While you're in localhostbecontroller
> >
> > We could also get rid of
> >
> >     def _shellcmd(self, command, cwd = None):
> >         if cwd is None:
> >             cwd = self.be.sourcedir
> >
> >         #logger.debug("lbc_shellcmmd: (%s) %s" % (cwd, command))
> >         p = subprocess.Popen(command, cwd = cwd, shell=True,
> > stdout=subprocess.PIPE, stderr=subprocess.PIPE)
> >         (out,err) = p.communicate()
> >         p.wait()
> >         if p.returncode:
> >             if len(err) == 0:
> >                 err = "command: %s \n%s" % (command, out)
> >             else:
> >                 err = "command: %s \n%s" % (command, err)
> >             #logger.warn("localhostbecontroller: shellcmd error %s" %
> err)
> >             raise ShellCmdException(err)
> >         else:
> >             #logger.debug("localhostbecontroller: shellcmd success")
> >             return out
> >
> >
> > I believe with:
> >
> > subprocess.check_output
> >
> Yep, I've noticed this too. I think the reason for not using
> check_output was that it doesn't have cwd parameter.
>
> I'm planning to generalize build controllers, so I'll make much more
> changes to this code anyway. Hopefully it will be for good :)
> Just discussed this with Alex and he seems to be ok with this.
>
> --
> Regards,
> Ed
> --
> _______________________________________________
> toaster mailing list
> toaster@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/toaster
>



-- 
Alex Damian
Yocto Project
SSG / OTC

[-- Attachment #2: Type: text/html, Size: 3076 bytes --]

  reply	other threads:[~2015-07-14 13:37 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-10 14:48 [review-request] ed/toaster/misc Ed Bartosh
2015-07-13 16:47 ` Michael Wood
2015-07-14 11:18   ` Damian, Alexandru
2015-07-14 13:37     ` Ed Bartosh
2015-07-19 19:35       ` Ed Bartosh
2015-07-14 13:06   ` Ed Bartosh
2015-07-14 13:37     ` Damian, Alexandru [this message]
2015-07-14 13:52       ` Ed Bartosh
2015-07-24 16:22         ` Ed Bartosh
2015-07-27 12:26           ` Damian, Alexandru
2015-07-28 12:35             ` Ed Bartosh
2015-07-28 14:00               ` Damian, Alexandru

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='CAJ2CSBvnJ94E-Mf+SpvHXn2d3OS+a4Tb4fk_4qOD4=Ak=faMXw@mail.gmail.com' \
    --to=alexandru.damian@intel.com \
    --cc=ed.bartosh@linux.intel.com \
    --cc=toaster@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.