[oe-commits] [bitbake] branch master-next updated (5d83d82 -> f7a9736)

git at git.openembedded.org git at git.openembedded.org
Wed Oct 23 22:00:04 UTC 2019


This is an automated email from the git hooks/post-receive script.

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

    from 5d83d82  bitbake: Update to version 1.44.0
     new 3eb3ed6  bitbake: contrib/vim: initial commit, with unmodified code from indent/python.vim
     new cd45a25  bitbake: contrib/vim: Modify Python indentation to work with 'python do_task {'
     new a24cd11  bitbake: contrib/vim: More Python indenting; move indent file to correct directory
     new a68c67e  bitbake: contrib/vim: Special handling of bb.fatal
     new 98facbd  bitbake: contrib/vim: don't redeclare indenter
     new 796fb26  bitbake: contrib/vim: renaming & comments
     new dd7b653  bitbake: contrib/vim: indenting for assignments; tweak Python indenting
     new bfc8547  bitbake: contrib/vim: handle shell indenting
     new 84dcdb5  bitbake: contrib/vim: Add copyright and license notice
     new 405a906  bitbake: prserv/serv: Use with while reading pidfile
     new 459ad52  bitbake: ConfHandler: Use with to manage filehandle lifetime
     new 93b65e3  fetch2/git: fetch shallow revs when needed
     new f7a9736  tests/fetch: add test for fetching shallow revs

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


Summary of changes:
 bitbake/contrib/vim/indent/bitbake.vim | 343 +++++++++++++++++++++++++++++++++
 lib/bb/fetch2/git.py                   |  23 ++-
 lib/bb/parse/parse_py/ConfHandler.py   |  46 ++---
 lib/bb/tests/fetch.py                  |  20 ++
 lib/prserv/serv.py                     |   5 +-
 5 files changed, 404 insertions(+), 33 deletions(-)
 create mode 100644 bitbake/contrib/vim/indent/bitbake.vim

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


More information about the Openembedded-commits mailing list