All of lore.kernel.org
 help / color / mirror / Atom feed
* [layerindex][PATCH 0/4] Various fixes
@ 2022-04-10 19:08 Tim Orling
  2022-04-10 19:08 ` [layerindex][PATCH 1/4] layerindex/urls.py: fix about url pattern Tim Orling
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Tim Orling @ 2022-04-10 19:08 UTC (permalink / raw)
  To: yocto; +Cc: bluelightning

Various fixes to address errors and warnings when running update.py

The following changes since commit 796d2455bb862ed4c71eadfa9fcf4c002752c2f3:

  templates/*: staticfiles -> static (2022-01-13 23:36:22 -0800)

are available in the Git repository at:

  git://git.yoctoproject.org/layerindex-web timo/fixes
  http://git.yoctoproject.org/cgit.cgi/layerindex-web/log/?h=timo/fixes

Tim Orling (4):
  layerindex/urls.py: fix about url pattern
  layerindex/models.py: add Inactive-Upstream
  recipe{desc,parse}.py: BB_ENV_PASSTHROUGH_ADDITIONS
  layerindex/utils.py: ignore 'core' in BBFILES_COLLECTIONS

 .../migrations/0046_alter_patch_status.py      | 18 ++++++++++++++++++
 layerindex/models.py                           |  1 +
 layerindex/recipedesc.py                       |  2 +-
 layerindex/recipeparse.py                      |  2 +-
 layerindex/urls.py                             |  2 +-
 layerindex/utils.py                            |  7 ++++++-
 6 files changed, 28 insertions(+), 4 deletions(-)
 create mode 100644 layerindex/migrations/0046_alter_patch_status.py

-- 
2.30.2



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

end of thread, other threads:[~2022-04-11 17:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-10 19:08 [layerindex][PATCH 0/4] Various fixes Tim Orling
2022-04-10 19:08 ` [layerindex][PATCH 1/4] layerindex/urls.py: fix about url pattern Tim Orling
2022-04-10 19:08 ` [layerindex][PATCH 2/4] layerindex/models.py: add Inactive-Upstream Tim Orling
2022-04-10 19:08 ` [layerindex][PATCH 3/4] recipe{desc,parse}.py: BB_ENV_PASSTHROUGH_ADDITIONS Tim Orling
2022-04-10 19:08 ` [layerindex][PATCH 4/4] layerindex/utils.py: ignore 'core' in BBFILES_COLLECTIONS Tim Orling

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.