[bitbake-devel] [PATCH 0/7] fetch2: wget latest_versionstring improvments

Aníbal Limón anibal.limon at linux.intel.com
Fri Feb 13 21:58:07 UTC 2015


The next set of changes contains:

    - Add support for scan every version directory with _check_latest_version
      instead of get latest version directory, this add makes code more robust
      because sometimes upstream sites publish version directory without files
      causing to don't find upstream version.
      
    - Modelate version improvments for version comparision when version contains
      alpha, beta, rc.

    - Bugfixes and cleanup.

    - Update testing.

Changes can be reviewed at:
    http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=alimon/bitbake-fetch-wget-latest_versionstring

Aníbal Limón (7):
  fetch2: wget latest_versionstring improve _parse_path
  fetch2: wget latest_versionstring _check_latest_version improvments
  fetch2: wget add _check_latest_version_by_dir
  fetch2: wget latest_versionstring improvments in get version by dir
  fetch2: wget _modelate_version improvments
  fetch2: wget remove scape of - in regexes don't needed
  tests/fetch.py: latest_versionstring add set of PN

 lib/bb/fetch2/wget.py | 247 ++++++++++++++++++++++++++------------------------
 lib/bb/tests/fetch.py |   2 +
 2 files changed, 130 insertions(+), 119 deletions(-)

-- 
1.9.1



More information about the bitbake-devel mailing list