[oe-commits] [bitbake] branch master-next updated (1c55088 -> 4c0cfbc)

git at git.openembedded.org git at git.openembedded.org
Thu Feb 25 17:59:17 UTC 2016


rpurdie pushed a change to branch master-next
in repository bitbake.

      from  1c55088   providers: Fix PREFERRED_VERSION lookup for '_' in PN
       new  484dc4a   utils.py: Add sha1_file call
       new  477c290   fetch2/npm: Add npm fetcher
       new  4203ceb   bb/fetch2: fixes copying of file://dir; subdir=foo, bug 6128 and bug 6129
       new  c74f139   npm: Add mirroring support for npm fetcher
       new  bbe5dd6   toaster: comment out project release change
       new  0a699f8   toaster: fix custom image name form
       new  2880065   toaster: apply error class to name field
       new  e0e409c   toaster: disable add layer button on click
       new  49c880c   toaster: reduce max height of modal dialogs
       new  40dd47b   toaster: link to configuration in all breadcrumbs
       new  7111439   toaster: make 'configuration' the first tab
       new  b8e18e7   toaster: adjust the search field width
       new  b248999   toaster: add missing link to image recipe details
       new  c84becf   toaster: show suffix for image files and basename for artifact files
       new  76dc9e6   toaster: remove custom images from Image Recipes
       new  de788d2   prserv: Add dump_db()
       new  28a17a5   toaster: custom breadcrumb for the default project
       new  f7b61ea   toaster: fix banner after customimage package add
       new  0853273   toaster: rename 'run again' button
       new  4c0cfbc   toaster: change 'delete layer' to 'remove layer'

The 20 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 lib/bb/fetch2/__init__.py                          |  61 ++---
 lib/bb/fetch2/npm.py                               | 255 +++++++++++++++++++++
 lib/bb/tests/fetch.py                              |  12 +-
 lib/bb/utils.py                                    |  15 ++
 lib/prserv/db.py                                   |   8 +
 lib/prserv/serv.py                                 |  25 ++
 lib/toaster/orm/models.py                          |   8 +
 lib/toaster/toastergui/static/css/default.css      |   5 +-
 lib/toaster/toastergui/static/js/customrecipe.js   |   7 +-
 lib/toaster/toastergui/static/js/layerBtn.js       |   2 +-
 lib/toaster/toastergui/static/js/layerdetails.js   |  17 +-
 lib/toaster/toastergui/static/js/libtoaster.js     |   2 +-
 .../toastergui/static/js/newcustomimage_modal.js   |   3 +
 lib/toaster/toastergui/static/js/projectpage.js    |   8 +-
 lib/toaster/toastergui/tables.py                   |  16 +-
 .../toastergui/templates/basebuilddetailpage.html  |   9 +-
 .../toastergui/templates/basebuildpage.html        |   9 +-
 .../toastergui/templates/basetable_top.html        |   4 +-
 .../toastergui/templates/builddashboard.html       |  22 +-
 lib/toaster/toastergui/templates/layer_btn.html    |   2 +-
 lib/toaster/toastergui/templates/layerdetails.html |   6 +-
 lib/toaster/toastergui/templates/mrb_section.html  |   2 +-
 .../toastergui/templates/newcustomimage_modal.html |   2 +-
 lib/toaster/toastergui/templates/project.html      |  19 +-
 .../toastergui/templates/projecttopbar.html        |  10 +-
 .../toastergui/templates/recipedetails.html        |   5 +-
 lib/toaster/toastergui/templates/toastertable.html |   4 +-
 lib/toaster/toastergui/tests.py                    |   2 +-
 lib/toaster/toastergui/views.py                    |   7 +-
 29 files changed, 430 insertions(+), 117 deletions(-)
 create mode 100644 lib/bb/fetch2/npm.py

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list