All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] rationalise mime type guessing in toaster
@ 2015-10-07  3:05 brian avery
  2015-10-07  3:05 ` [PATCH 1/2] toaster: Use Python's mimetypes module brian avery
  2015-10-07  3:05 ` [PATCH 2/2] toaster: Rationalise mimetype guessing to fix artifact downloads brian avery
  0 siblings, 2 replies; 3+ messages in thread
From: brian avery @ 2015-10-07  3:05 UTC (permalink / raw)
  To: bitbake-devel

This eliminates the filemagic external requirement and fixes the
image download links.

-b

The following changes since commit 19e5f3378e7f6dad9696ef97c074c738dbcef157:

  bitbake: toaster: display warnings for bad "IMAGE_FSTYPES" values (2015-10-06 19:50:29 -0700)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib bavery/submit/elliot/2015-09-24_rationalise-mime-type-8369_t2
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/submit/elliot/2015-09-24_rationalise-mime-type-8369_t2

Elliot Smith (2):
  toaster: Use Python's mimetypes module
  toaster: Rationalise mimetype guessing to fix artifact downloads

 lib/toaster/bldcontrol/models.py | 34 ----------------------------------
 lib/toaster/toastergui/views.py  | 17 ++++++++++++-----
 toaster-requirements.txt         |  1 -
 3 files changed, 12 insertions(+), 40 deletions(-)

--
1.9.1


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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-07  3:05 [PATCH 0/2] rationalise mime type guessing in toaster brian avery
2015-10-07  3:05 ` [PATCH 1/2] toaster: Use Python's mimetypes module brian avery
2015-10-07  3:05 ` [PATCH 2/2] toaster: Rationalise mimetype guessing to fix artifact downloads brian avery

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.