[bitbake-devel] [PATCH v2 0/6] fetch2: Updated SFTP fetcher

Olof Johansson olof.johansson at axis.com
Tue Jan 29 07:50:05 UTC 2013


Changes since the first draft (thanks Martin Jansa for the feedback):

 * Rebase against current master
 * Regenerate diffs without git config diff.noprefix
 * Support /~/ (home relative URIs) in SFTP fetcher
 * Add an example section in the SFTP fetcher documentation
 * Remove "checkstatus" method from SFTP fetcher (wasn't meant to be there)

Olof Johansson (6):
  fetch2: Remove unused code in wget fetcher
  fetch2: Add a class representing a generic URI
  fetch2: unittests for bb.fetch2.URI class
  fetch2: Adapt encode/decode url to use URI class
  fetch2: Add editor modelines for bb.tests.*
  fetch2: Add SFTP fetcher

 lib/bb/fetch2/__init__.py  |  262 +++++++++++++++++++++++++++++++++++---------
 lib/bb/fetch2/sftp.py      |  129 ++++++++++++++++++++++
 lib/bb/fetch2/wget.py      |    5 -
 lib/bb/tests/codeparser.py |    2 +
 lib/bb/tests/cow.py        |    2 +
 lib/bb/tests/data.py       |    2 +
 lib/bb/tests/fetch.py      |  228 ++++++++++++++++++++++++++++++++++++++
 lib/bb/tests/utils.py      |    2 +
 8 files changed, 578 insertions(+), 54 deletions(-)
 create mode 100644 lib/bb/fetch2/sftp.py

-- 
1.7.10.4





More information about the bitbake-devel mailing list