Openembedded Bitbake Development
 help / color / mirror / Atom feed
* [PATCH 0/7] fetch2: wget latest_versionstring improvments
@ 2015-02-13 21:58 Aníbal Limón
  2015-02-13 21:58 ` [PATCH 1/7] fetch2: wget latest_versionstring improve _parse_path Aníbal Limón
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Aníbal Limón @ 2015-02-13 21:58 UTC (permalink / raw)
  To: bitbake-devel

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



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

end of thread, other threads:[~2015-02-13 21:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-13 21:58 [PATCH 0/7] fetch2: wget latest_versionstring improvments Aníbal Limón
2015-02-13 21:58 ` [PATCH 1/7] fetch2: wget latest_versionstring improve _parse_path Aníbal Limón
2015-02-13 21:58 ` [PATCH 2/7] fetch2: wget latest_versionstring _check_latest_version improvments Aníbal Limón
2015-02-13 21:58 ` [PATCH 3/7] fetch2: wget add _check_latest_version_by_dir Aníbal Limón
2015-02-13 21:58 ` [PATCH 4/7] fetch2: wget latest_versionstring improvments in get version by dir Aníbal Limón
2015-02-13 21:58 ` [PATCH 5/7] fetch2: wget _modelate_version improvments Aníbal Limón
2015-02-13 21:58 ` [PATCH 6/7] fetch2: wget remove scape of - in regexes don't needed Aníbal Limón
2015-02-13 21:58 ` [PATCH 7/7] tests/fetch.py: latest_versionstring add set of PN Aníbal Limón

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