All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ed Bartosh <ed.bartosh@linux.intel.com>
To: toaster@yoctoproject.org
Subject: [RFC PATCH 0/3] Image customisation: new models
Date: Thu, 30 Jul 2015 20:01:48 +0300	[thread overview]
Message-ID: <cover.1438275284.git.ed.bartosh@linux.intel.com> (raw)

Hi,

This is a work in progress on YOCTO #8049.

I'm going to add one more new model ProjectCustomRecipeContent and setup
Django signals for keeping ProjectAvailable* models in sync.

I'd be glad to hear your suggestions regarding populating and updating
these models with an actual data.


The following changes since commit eb1c88c13f0490fa42fbe1681ac712ee883061a3:

  distro/maintainers.inc: Fix parsing error due to lack of " at end. (2015-07-29 20:27:51 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ed/toaster/ic-models
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/toaster/ic-models

Ed Bartosh (3):
  toaster: Add ProjectAvailableLayer model
  toaster: Add ProjectAvailableRecipe model
  toaster: Add ProjectAvailablePackage model

 .../0025_auto__add_projectavailablelayer.py        | 367 +++++++++++++++++++
 .../0026_auto__add_projectavailablerecipe.py       | 387 ++++++++++++++++++++
 .../0027_auto__add_projectavailablepackage.py      | 405 +++++++++++++++++++++
 bitbake/lib/toaster/orm/models.py                  |  48 +++
 4 files changed, 1207 insertions(+)
 create mode 100644 bitbake/lib/toaster/orm/migrations/0025_auto__add_projectavailablelayer.py
 create mode 100644 bitbake/lib/toaster/orm/migrations/0026_auto__add_projectavailablerecipe.py
 create mode 100644 bitbake/lib/toaster/orm/migrations/0027_auto__add_projectavailablepackage.py

--
Regards,
Ed



             reply	other threads:[~2015-07-30 17:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-30 17:01 Ed Bartosh [this message]
2015-07-30 17:02 ` [RFC PATCH 1/3] toaster: Add ProjectAvailableLayer model Ed Bartosh
2015-07-30 17:02 ` [RFC PATCH 2/3] toaster: Add ProjectAvailableRecipe model Ed Bartosh
2015-07-30 17:02 ` [RFC PATCH 3/3] toaster: Add ProjectAvailablePackage model Ed Bartosh

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.1438275284.git.ed.bartosh@linux.intel.com \
    --to=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.