]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
ssh.py: throw ParameterError when someone tries ssh://foo; protocol=git
authorMartin Jansa <martin.jansa@gmail.com>
Mon, 28 Jan 2013 15:56:41 +0000 (16:56 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 31 Jan 2013 12:45:54 +0000 (12:45 +0000)
commit88e565855b52e905156d85c3f45b341cddfe2f55
treedac3225df8984cd69c60bc3ec2a724bd0229c820
parent41208760d70a657297f9ecfb48b74e2c3b594e70
ssh.py: throw ParameterError when someone tries ssh://foo; protocol=git

* taken from SFTP fetcher:
  http://patchwork.openembedded.org/patch/43027/

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/fetch2/ssh.py