summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: Drop fetch v1, v2 provides a much better codebase to build fromRichard Purdie2012-03-051-832/+0
* meta/classes: Convert to use appendVar and appendVarFlagsRichard Purdie2012-03-051-5/+5
* bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie2011-11-271-16/+16
* bitbake: Sync fetch back with upstreamRichard Purdie2011-05-061-9/+6
* persist_data: raise KeyError on missing elementsChris Larson2011-05-061-8/+7
* Initial work on getting bitbake working under pypyChris Larson2011-05-061-4/+4
* Export KRB5CCNAME variableJavier Martin2011-02-101-1/+1
* Fix comparison with SRCREVINACTION constantJavier Martin2011-02-101-1/+1
* bb.fetch: add fetch version to distinguish bb.fetch and bb.fetch2Yu Ke2011-01-251-0/+2
* *: use utils.remove() some moreBernhard Reutner-Fischer2011-01-121-8/+3
* Fetcher: break the "SRCREVINACTION" deadlockYu Ke2011-01-101-0/+3
* bitbake/fetch: Sync up logger/whitespace improvementsRichard Purdie2011-01-101-10/+13
* Update persist_data usage to the new APIChris Larson2011-01-051-18/+15
* Revert "persist_data: cache connection and use cursor"Chris Larson2011-01-051-5/+4
* Rename command events, adjust compareRevisionsChris Larson2011-01-041-1/+1
* fetch: be more pythonicBernhard Reutner-Fischer2011-01-041-3/+1
* fetch: use os.path.joinBernhard Reutner-Fischer2011-01-041-1/+1
* fetch: add common helper _strip_leading_slashes()Bernhard Reutner-Fischer2011-01-041-0/+7
* fetch: rename suppports_srcrev to supports_srcrevBernhard Reutner-Fischer2011-01-041-3/+3
* Switch bitbake internals to use logging directly rather than bb.msgChris Larson2011-01-041-19/+16
* bitbake/fetch: Fix fetch errorRichard Purdie2010-12-211-3/+3
* bitbake/fetch: Only checksum downloads when they're first downloaded and a ch...Richard Purdie2010-12-211-5/+5
* bitbake/fetch: Add missing return so if a checksum isn't present, it isn't ch...Richard Purdie2010-12-201-0/+1
* bitbake/fetch: Checksum validity fixesRichard Purdie2010-12-201-11/+7
* FetchData: add SRC_URI checksumYu Ke2010-12-201-0/+49
* bitbake/fetch: Allow checking of a single url at a time (massive sstate speed...Richard Purdie2010-11-131-2/+5
* bitbake/fetch: Fix handling of mirrors when checking for url validityRichard Purdie2010-11-131-2/+4
* bitbake/fetch: When fetchers return errors, ensure any partial download is cl...Richard Purdie2010-10-231-0/+9
* bitbake/fetch: Make URL checking slightly less verbose (distracting with the ...Richard Purdie2010-10-221-1/+1
* bitbake/fetcher: Deal with a ton of different bugsRichard Purdie2010-10-191-30/+16
* bitbake/fetch: Ensure SRCREV is still set correctly if the pn-X override has ...Richard Purdie2010-10-091-0/+2
* bitbake/fetch/__init__.py: Abstract mirror variable handling and enhance to a...Richard Purdie2010-10-071-5/+8
* Export ALL_PROXY for bitbake commandsDarren Hart2010-10-071-1/+4
* bitbake/fetch: if mirror fetching fails, ensure exception is raisedJoshua Lock2010-10-051-1/+3
* bitbake/fetch: fix logic to prevent fetches when the file already existsJoshua Lock2010-09-281-0/+2
* bitbake/fetch: ensure the go() method completes when not using premirrorsJoshua Lock2010-09-101-6/+10
* bitbake: Add proxy variables to standard export listZhai Edwin2010-09-101-1/+1
* bitbake/__init__.py: Fix named SRCREVS variable name ordering with backwards ...Richard Purdie2010-09-091-1/+3
* bitbake/fetch: fix by moving try_premirror() to the right placeJoshua Lock2010-09-081-12/+11
* bitbake/fetch: add try_premirror method and special case git fetcherJoshua Lock2010-09-081-2/+14
* fetch: fix setting of localpath in SRC_URI parametersJoshua Lock2010-09-061-0/+1
* bitbake/fetch: ensure the mirrored repository is updated as requiredJoshua Lock2010-09-011-1/+3
* bitbake/fetch: Respect forcefetch even when pulling from a mirrorJoshua Lock2010-09-011-3/+3
* bitbake/git.py: Allow tracking of branches in SRC_URI without cloning for use...Richard Purdie2010-08-131-4/+5
* *: cosmetic whitespace removalBernhard Reutner-Fischer2010-08-031-1/+1
* bitbake: fetch: Only mark srcrev recipes as uncached when outside of SRCREV c...Richard Purdie2010-07-251-1/+2
* 3.0 prepChris Larson2010-07-021-12/+13
* Apply some 2to3 refactoringsChris Larson2010-07-021-1/+1
* Start ditching fatal() calls in favor of raising appropriate exceptionsChris Larson2010-07-021-3/+3
* Change wget fetcher to use the runfetchcmdRyan Phillips2010-07-021-1/+2