aboutsummaryrefslogtreecommitdiffstats
path: root/bin/oe/fetch.py
AgeCommit message (Expand)Author
2004-08-05Add 'localdir' parameter to the cvs fetcher, specifically for binutils cvs, f...Chris Larson
2004-08-04remove special-casing of tag=HEADPhil Blundell
2004-08-02honour CVS_TARBALL_STASH_${PN}Phil Blundell
2004-05-22Handle relative file:// paths.Chris Larson
2004-05-15Allow specifying rsh=[rsh cmd] in the cvs URI, so as to avoid manually screwi...Chris Larson
2004-05-09Correct an indentation bug, add some missing modelines, and correct all the m...Chris Larson
2004-05-09Whitespace changes. Reformat things to better match the usual python indenta...Chris Larson
2004-05-03add support for CVS_TARBALL_STASH in fetch.py. Set this to http://www.treke....Michael 'Mickey' Lauer
2004-05-02process all cvs:// URIs even if one is already checked out - patch courtesy pb_.Michael 'Mickey' Lauer
2004-04-21Add 'PREMIRRORS' support, which allows you to use a mirror by -default- inste...Chris Larson
2004-04-14Handle md5sum not returning something sane, and handle the popen failing comp...Chris Larson
2004-04-01Auto mergedChris Larson
2004-03-31Correct path search order for md5sum in fetch.Chris Larson
2004-03-11Fix the attempts to unpack the wrong filename tarball when tag is set.Chris Larson
2004-03-11Fix fetching sources for tag (not branch) cvs checkouts.Chris Larson
2004-03-11Alter cvs fetching.. when date isnt set, set it to today.Chris Larson
2004-03-03Add initial pass at mirror support.Chris Larson
2004-01-26Replacing B.has_key(A) calls with A in B.Chris Larson
2004-01-23Kill deprecated env/metadata handling bits.Chris Larson
2004-01-04BUGFIX: localpath calls.Chris Larson
2004-01-02BUGFIX: Only add -r to co when tag is specified.Chris Larson
2004-01-02Missed a localpath call. Fixed.Chris Larson
2004-01-02Updates to the fetch code.. now pulls down from cvs, tars it up into a sanely...Chris Larson
2003-12-20Enhance cvs fetching step one - obey a cvs checkout command from FETCHCOMMAND...Chris Larson
2003-11-27Write out a .md5 file for the Wget downloads. Currently only being utilized ...Chris Larson
2003-09-04Return to previous dir after fetchingChris Larson
2003-07-25Update TODOChris Larson
2003-06-26Enhancements all around, rework of the python function implementation, move d...Chris Larson
2003-06-20BUGFIX: cvs checkouts with username but not password were broken.Chris Larson
2003-06-18Changing the way fetching is handled.Chris Larson
2003-06-16(no commit message)Chris Larson
2003-06-14OE PackageChris Larson
2003-06-14bk cp oefetch.py oe/fetch.pyChris Larson
2003-06-14(no commit message)Chris Larson