From: brian avery <avery.brian@gmail.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH 0/1] toaster: Make LogMessage a TextField so the length is not an issue in mysql
Date: Mon, 19 Oct 2015 16:22:39 -0700 [thread overview]
Message-ID: <cover.1445296793.git.avery.brian@gmail.com> (raw)
Log messages can be quite log so use a TextField rather than a char
field with max length of 240. mySQL is especially picky about field
lengths and will cause an exception of the log is too long.
[YOCTO #8475]
-b
The following changes since commit fd49c611b7a52b233a9c030fb4946b9993369368:
cooker: preserve pre and post configs (2015-10-19 13:59:16 +0300)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib bavery/submit/michaelw/2015-10-14_LogMessage-textfield-for-length
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/submit/michaelw/2015-10-14_LogMessage-textfield-for-length
Michael Wood (1):
toaster: orm Fix restrictive LogMessage message length
.../0028_auto__chg_field_logmessage_message.py | 345 +++++++++++++++++++++
lib/toaster/orm/models.py | 2 +-
2 files changed, 346 insertions(+), 1 deletion(-)
create mode 100644 bitbake/lib/toaster/orm/migrations/0028_auto__chg_field_logmessage_message.py
--
1.9.1
next reply other threads:[~2015-10-19 23:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-19 23:22 brian avery [this message]
2015-10-19 23:22 ` [PATCH 1/1] toaster: orm Fix restrictive LogMessage message length brian avery
2015-10-21 8:40 ` Peter Kjellerstedt
2015-10-22 10:22 ` [PATCH v2] " Michael Wood
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.1445296793.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.