All of lore.kernel.org
 help / color / mirror / Atom feed
* [layerindex-web][PATCH 0/2] Implement CSV export for layer recipes
@ 2018-05-07  3:35 Paul Eggleton
  2018-05-07  3:35 ` [layerindex-web][PATCH 1/2] Drop old raw recipe export code Paul Eggleton
  2018-05-07  3:35 ` [layerindex-web][PATCH 2/2] Add CSV export for layer recipes Paul Eggleton
  0 siblings, 2 replies; 4+ messages in thread
From: Paul Eggleton @ 2018-05-07  3:35 UTC (permalink / raw)
  To: yocto

Ross asked for the ability to export a layer's recipes in CSV format,
and here it is - as well as cleanup of some old cruft that was supposed
to do a similar thing but wasn't finished.


The following changes since commit 837359e6f18aac985c2967344d035d70c05e427a:

  detail: Fix layer description not wrapping properly (2018-05-04 23:52:51 +1200)

are available in the Git repository at:

  git://git.yoctoproject.org/layerindex-web paule/recipe-csv-export
  http://git.yoctoproject.org/cgit.cgi//log/?h=paule/recipe-csv-export

Paul Eggleton (2):
  Drop old raw recipe export code
  Add CSV export for layer recipes

 layerindex/urls.py                  |  8 +-------
 layerindex/urls_branch.py           |  5 ++++-
 layerindex/views.py                 | 29 ++++++++++++++++++++++-------
 templates/layerindex/detail.html    | 14 +++++++-------
 templates/layerindex/rawrecipes.txt |  2 --
 5 files changed, 34 insertions(+), 24 deletions(-)
 delete mode 100644 templates/layerindex/rawrecipes.txt

-- 
2.14.3



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

end of thread, other threads:[~2018-05-07 14:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-07  3:35 [layerindex-web][PATCH 0/2] Implement CSV export for layer recipes Paul Eggleton
2018-05-07  3:35 ` [layerindex-web][PATCH 1/2] Drop old raw recipe export code Paul Eggleton
2018-05-07  3:35 ` [layerindex-web][PATCH 2/2] Add CSV export for layer recipes Paul Eggleton
2018-05-07 14:53   ` Mark Hatle

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.