All of lore.kernel.org
 help / color / mirror / Atom feed
From: brian avery <avery.brian@gmail.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH 0/3] toaster: remove ssh build controller
Date: Wed,  2 Mar 2016 21:26:52 -0800	[thread overview]
Message-ID: <cover.1456982682.git.avery.brian@gmail.com> (raw)

sshbecontroller code and tests have been broken for months. Its functionality(running
builds on remote machine) can be achieved by simply running manage.py runbuilds
on the remote machine. There is no need to keep it in the codebase.

This change would also make refactoring of buildcontroller code
[YOCTO #8806] easier.

-bavery

The following changes since commit ed3decf958ff7fd09da3ca931808bb68e7915971:

  toaster: update the meta-yocto toaster configuration file (2016-03-02 20:30:17 -0800)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib bavery/submit/ed/2016-03-03_remove-ssh-controller
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/submit/ed/2016-03-03_remove-ssh-controller

Ed Bartosh (3):
  toaster: raise NotImplementedError
  toaster: don't use sshbecontroller
  toaster: remove sshbecontroller module

 lib/toaster/bldcontrol/bbcontroller.py             |  16 +-
 .../migrations/0002_auto_20160120_1250.py          |  19 +++
 lib/toaster/bldcontrol/models.py                   |  10 +-
 lib/toaster/bldcontrol/sshbecontroller.py          | 169 ---------------------
 lib/toaster/bldcontrol/tests.py                    |  30 +---
 5 files changed, 32 insertions(+), 212 deletions(-)
 create mode 100644 bitbake/lib/toaster/bldcontrol/migrations/0002_auto_20160120_1250.py
 delete mode 100644 bitbake/lib/toaster/bldcontrol/sshbecontroller.py

--
1.9.1


             reply	other threads:[~2016-03-03  5:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-03  5:26 brian avery [this message]
2016-03-03  5:26 ` [PATCH 1/3] toaster: raise NotImplementedError brian avery
2016-03-03  5:26 ` [PATCH 2/3] toaster: don't use sshbecontroller brian avery
2016-03-03  5:26 ` [PATCH 3/3] toaster: remove sshbecontroller module brian avery

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=cover.1456982682.git.avery.brian@gmail.com \
    --to=avery.brian@gmail.com \
    --cc=bitbake-devel@lists.openembedded.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.