Openembedded Bitbake Development
 help / color / mirror / Atom feed
* [PATCH-V2 0/5] Warn user if "param" is used in SRC_URI
@ 2012-07-10 21:34 Andrei Gherzan
  2012-07-10 21:34 ` [PATCH-V2 1/5] fetch2/svn.py: Use "protocol" parameter to get the protocol Andrei Gherzan
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Andrei Gherzan @ 2012-07-10 21:34 UTC (permalink / raw)
  To: bitbake-devel

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(-)

-- 
1.7.9.5




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

end of thread, other threads:[~2012-07-11 10:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-10 21:34 [PATCH-V2 0/5] Warn user if "param" is used in SRC_URI Andrei Gherzan
2012-07-10 21:34 ` [PATCH-V2 1/5] fetch2/svn.py: Use "protocol" parameter to get the protocol Andrei Gherzan
2012-07-10 21:34 ` [PATCH-V2 2/5] fetch2/osc.py: " Andrei Gherzan
2012-07-10 21:34 ` [PATCH-V2 3/5] fetch2/hg.py: " Andrei Gherzan
2012-07-10 21:34 ` [PATCH-V2 4/5] fetch2/bzr.py: " Andrei Gherzan
2012-07-10 21:34 ` [PATCH-V2 5/5] fetch2/__init__.py: Warn user if SRC_URI is using "proto" and not "protocol" Andrei Gherzan
2012-07-11 10:43 ` [PATCH-V2 0/5] Warn user if "param" is used in SRC_URI Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox