aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch
AgeCommit message (Expand)Author
2010-11-13bitbake/fetch: Allow checking of a single url at a time (massive sstate speed...Richard Purdie
2010-11-13bitbake/fetch: Fix handling of mirrors when checking for url validityRichard Purdie
2010-11-13Revert "bitbake/fetch/local: Also check DL_DIR for files since they could alr...Richard Purdie
2010-11-13Revert "bitbake/fetch/local: Fix os.exists reference"Richard Purdie
2010-11-13bitbake/fetch/local: Fix os.exists referenceRichard Purdie
2010-11-13bitbake/fetch/local: Also check DL_DIR for files since they could already exi...Richard Purdie
2010-10-23bitbake/fetch: When fetchers return errors, ensure any partial download is cl...Richard Purdie
2010-10-22bitbake/fetch: Make URL checking slightly less verbose (distracting with the ...Richard Purdie
2010-10-19bitbake/fetch/git: Ensure fullclone repositories are fully fetchedRichard Purdie
2010-10-19bitbake/fetcher: Deal with a ton of different bugsRichard Purdie
2010-10-19bitbake/fetch/git.py: Fix git fetcher to correctly use mirror tarballsRichard Purdie
2010-10-09bitbake/fetch: Ensure SRCREV is still set correctly if the pn-X override has ...Richard Purdie
2010-10-07bitbake/fetch/__init__.py: Abstract mirror variable handling and enhance to a...Richard Purdie
2010-10-07Export ALL_PROXY for bitbake commandsDarren Hart
2010-10-05bitbake/fetch: if mirror fetching fails, ensure exception is raisedJoshua Lock
2010-09-28bitbake/fetch: fix logic to prevent fetches when the file already existsJoshua Lock
2010-09-10bitbake/fetch: ensure the go() method completes when not using premirrorsJoshua Lock
2010-09-10bitbake: Add proxy variables to standard export listZhai Edwin
2010-09-09bitbake/__init__.py: Fix named SRCREVS variable name ordering with backwards ...Richard Purdie
2010-09-08bitbake/fetch/git: fix try_premirror() definition .Method takes 4 parameters.Joshua Lock
2010-09-08bitbake/fetch: fix by moving try_premirror() to the right placeJoshua Lock
2010-09-08bitbake/fetch: add try_premirror method and special case git fetcherJoshua Lock
2010-09-06fetch: fix setting of localpath in SRC_URI parametersJoshua Lock
2010-09-01bitbake/fetch: ensure the mirrored repository is updated as requiredJoshua Lock
2010-09-01bitbake/git: define a forcefetch methodJoshua Lock
2010-09-01bitbake/fetch: Respect forcefetch even when pulling from a mirrorJoshua Lock
2010-08-13bitbake/git.py: Make sure different branches can have different revisions wit...Richard Purdie
2010-08-13bitbake/git.py: Allow tracking of branches in SRC_URI without cloning for use...Richard Purdie
2010-08-13bitbake/git.py: Make sure a full clone checkout always updatesRichard Purdie
2010-08-03*: cosmetic whitespace removalBernhard Reutner-Fischer
2010-07-25bitbake: fetch: Only mark srcrev recipes as uncached when outside of SRCREV c...Richard Purdie
2010-07-023.0 prepChris Larson
2010-07-02Apply some 2to3 refactoringsChris Larson
2010-07-02Start ditching fatal() calls in favor of raising appropriate exceptionsChris Larson
2010-07-02Change wget fetcher to use the runfetchcmdRyan Phillips
2010-07-02persist_data: cache connection and use cursorBernhard Reutner-Fischer
2010-07-02fetch: commentary typo fix in fetcher_init()Bernhard Reutner-Fischer
2010-07-02fetch: documentation typo fixBernhard Reutner-Fischer
2010-07-02fetch: Check for existence of tar file along with md5 signatureKhem Raj
2010-07-02Kill unnecessary usages of the types moduleChris Larson
2010-07-02Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-07-02Switch some references to moved functionsChris Larson
2010-07-02Add a missing import of print_functionChris Larson
2010-07-02Apply the 2to3 print function transformChris Larson
2010-07-02Import fixupsChris Larson
2010-07-02Formatting cleanupsChris Larson
2010-07-02Stop using functions via 'bb' that were moved from there to other modulesChris Larson
2010-07-02Ensure we always utilize the correct messaging domainsChris Larson
2010-07-02Drop doctest, as we aren't utilizing itChris Larson
2010-06-07bitbake decodeurl: fix the file:// url handlingNitin A Kamble