From: Tim Orling <ticotimo@gmail.com>
To: yocto@lists.yoctoproject.org
Cc: bluelightning@bluelightning.org
Subject: [layerindex][PATCH 0/4] Various fixes
Date: Sun, 10 Apr 2022 12:08:38 -0700 [thread overview]
Message-ID: <cover.1649617288.git.tim.orling@konsulko.com> (raw)
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
next reply other threads:[~2022-04-11 17:17 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-10 19:08 Tim Orling [this message]
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
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.1649617288.git.tim.orling@konsulko.com \
--to=ticotimo@gmail.com \
--cc=bluelightning@bluelightning.org \
--cc=yocto@lists.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.