| Submitter | Andrei Gherzan |
|---|---|
| Date | July 10, 2012, 9:34 p.m. |
| Message ID | <cover.1341955881.git.andrei@gherzan.ro> |
| Download | mbox |
| Permalink | /patch/31717/ |
| State | New |
| Headers | show |
Pull-request
git://git.yoctoproject.org/poky-contrib ag/protocolComments
On Wed, 2012-07-11 at 00:34 +0300, Andrei Gherzan wrote: > The following changes since commit 90ad663909c0c8a405b22a510c9f957007d02669: > > upstream_tracking: update boost (2012-07-09 17:21:38 +0100) > > are available in the git repository at: > > git://git.yoctoproject.org/poky-contrib ag/protocol > http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ag/protocol > > Andrei Gherzan (5): > fetch2/svn.py: Use "protocol" parameter to get the protocol > fetch2/osc.py: Use "protocol" parameter to get the protocol > fetch2/hg.py: Use "protocol" parameter to get the protocol > fetch2/bzr.py: Use "protocol" parameter to get the protocol > fetch2/__init__.py: Warn user if SRC_URI is using "proto" and not > "protocol" Merged to master, thanks. Richard
The following changes since commit 90ad663909c0c8a405b22a510c9f957007d02669: upstream_tracking: update boost (2012-07-09 17:21:38 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ag/protocol http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ag/protocol Andrei Gherzan (5): fetch2/svn.py: Use "protocol" parameter to get the protocol fetch2/osc.py: Use "protocol" parameter to get the protocol fetch2/hg.py: Use "protocol" parameter to get the protocol fetch2/bzr.py: Use "protocol" parameter to get the protocol fetch2/__init__.py: Warn user if SRC_URI is using "proto" and not "protocol" bitbake/lib/bb/fetch2/__init__.py | 4 ++++ bitbake/lib/bb/fetch2/bzr.py | 2 +- bitbake/lib/bb/fetch2/hg.py | 2 +- bitbake/lib/bb/fetch2/osc.py | 2 +- bitbake/lib/bb/fetch2/svn.py | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-)