All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] Image customisation: new models
@ 2015-07-30 17:01 Ed Bartosh
  2015-07-30 17:02 ` [RFC PATCH 1/3] toaster: Add ProjectAvailableLayer model Ed Bartosh
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ed Bartosh @ 2015-07-30 17:01 UTC (permalink / raw)
  To: toaster

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-07-30 17:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-30 17:01 [RFC PATCH 0/3] Image customisation: new models Ed Bartosh
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

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.