summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch
Commit message (Expand)AuthorAgeFilesLines
* persist_data: cache connection and use cursorBernhard Reutner-Fischer2010-07-021-4/+5
* fetch: commentary typo fix in fetcher_init()Bernhard Reutner-Fischer2010-07-021-1/+1
* fetch: documentation typo fixBernhard Reutner-Fischer2010-07-021-1/+1
* fetch: Check for existence of tar file along with md5 signatureKhem Raj2010-07-021-2/+2
* Kill unnecessary usages of the types moduleChris Larson2010-07-021-2/+1
* Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson2010-07-023-16/+16
* Switch some references to moved functionsChris Larson2010-07-022-3/+5
* Add a missing import of print_functionChris Larson2010-07-021-0/+1
* Apply the 2to3 print function transformChris Larson2010-07-023-3/+3
* Import fixupsChris Larson2010-07-021-2/+1
* Formatting cleanupsChris Larson2010-07-029-45/+40
* Stop using functions via 'bb' that were moved from there to other modulesChris Larson2010-07-021-5/+5
* Ensure we always utilize the correct messaging domainsChris Larson2010-07-021-3/+3
* Drop doctest, as we aren't utilizing itChris Larson2010-07-021-33/+0
* bitbake decodeurl: fix the file:// url handlingNitin A Kamble2010-06-071-1/+4
* Fix 7 references to undefined variables, as spotted by pyflakesChris Larson2010-03-251-2/+2
* Expand PREMIRRORSEnrico Scholz2010-03-251-1/+1
* Avoid unnecessary calls to keys() when iterating over dictionaries.Chris Larson2010-03-221-2/+2
* Fix ud.basecmd error introduced by the FETCHCMD_git commitChris Larson2010-03-221-1/+2
* Add initial 'repo' fetcherTom Rini2010-03-222-0/+108
* Move encodeurl, decodeurl into bb.fetch.Chris Larson2010-03-221-0/+94
* Move MalformedUrl, VarExpandError into appropriate modules.Chris Larson2010-03-221-0/+3
* Add FETCHCMD parameter for gitMartyn Welch2010-03-221-10/+13
* bitbake fetch/__init__.py: Failing urls should raise errors, not fatal except...Richard Purdie2010-03-151-1/+1
* bitbake: fix invalid method and logicJoshua Lock2010-02-051-3/+3
* bitbake: Test premirrors and mirrors in checkstatus()Joshua Lock2010-02-051-4/+18
* bitbake: Fix try_mirrors() logic, was only trying the first mirror.Joshua Lock2010-02-041-1/+2
* bitbake: if PREMIRRORS set test for local file in FetchData.setup_localpathJoshua Lock2010-02-041-8/+22
* bitbake: Enhance the fetchers' support for local mirrorsJoshua Lock2010-02-041-7/+15
* bitbake: unify mirror support and make it independant of the fetcherJoshua Lock2010-02-0410-99/+53
* bitbake/git: remove repodir usage (from bitbake master)Martin Jansa2010-01-211-1/+1
* bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie2010-01-206-38/+87
* bitbake/git.py: Typo fixRichard Purdie2009-12-111-2/+2
* bitbake/git.py: Add support for fullclone parameterRichard Purdie2009-12-111-2/+8
* bitbake/git.py: Move variable init into the localpath functionRichard Purdie2009-12-111-19/+17
* git.py: Improve command failure error messagesRichard Purdie2009-12-111-1/+4
* bitbake: Fix dict changing size problemsRichard Purdie2009-11-261-3/+5
* fetch/__init__.py: Try and make the sortable_revision code mode readableRichard Purdie2009-11-132-4/+8
* bitbake: Sync various functions with those from bitbake-dev and bitbake upstreamRichard Purdie2009-11-131-13/+18
* bitbake: Sync module import cleanups back from bitbake trunkRichard Purdie2009-11-1310-19/+8
* bitbake: hg fetcher - sync bitbake-dev and remove debugRichard Purdie2009-10-201-4/+0
* bitbake: Add hg fetcher auto revisioning, patch from Carl Simonson <simonsonc...Richard Purdie2009-10-191-0/+32
* bitbake: Fix svk fetcherRichard Purdie2009-10-171-3/+3
* bitbake/fetch: Ensure SRCREVINACTION always resets the core flags even when p...Richard Purdie2009-09-241-3/+5
* __init__.py: export GIT_PROXY_COMMAND for those behind draconian proxiesMike Turquette2009-08-261-1/+1
* bitbake: Remove persist_data domain renaming code as it appears to expose sql...Richard Purdie2009-07-301-3/+7
* bitbake: Add a --revisions-changed commandline option to indicate when floati...Richard Purdie2009-07-291-1/+22
* bitbake: Fix wget fetcher bug when only checking URIs and the download doesn'...Richard Purdie2009-07-071-1/+1
* bitbake: Disable sortable revision for nowRichard Purdie2009-06-101-1/+1
* bitbake: Add PN to SRCREV keyhash in the persistent database to avoid conflic...Richard Purdie2009-06-102-3/+49