summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake/fetch: When fetchers return errors, ensure any partial download is cl...Richard Purdie2010-10-221-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-201-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
* 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
* Add a missing import of print_functionChris Larson2010-07-021-0/+1
* Apply the 2to3 print function transformChris Larson2010-07-021-1/+1
* Formatting cleanupsChris Larson2010-07-021-16/+16
* Stop using functions via 'bb' that were moved from there to other modulesChris Larson2010-07-021-5/+5
* 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
* Add initial 'repo' fetcherTom Rini2010-03-221-0/+2
* Move encodeurl, decodeurl into bb.fetch.Chris Larson2010-03-221-0/+94
* Move MalformedUrl, VarExpandError into appropriate modules.Chris Larson2010-03-221-0/+3
* 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-041-44/+50
* bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie2010-01-201-7/+35
* 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-131-1/+5