aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch
AgeCommit message (Expand)Author
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
2010-03-25Fix 7 references to undefined variables, as spotted by pyflakesChris Larson
2010-03-25Expand PREMIRRORSEnrico Scholz
2010-03-22Avoid unnecessary calls to keys() when iterating over dictionaries.Chris Larson
2010-03-22Fix ud.basecmd error introduced by the FETCHCMD_git commitChris Larson
2010-03-22Add initial 'repo' fetcherTom Rini
2010-03-22Move encodeurl, decodeurl into bb.fetch.Chris Larson
2010-03-22Move MalformedUrl, VarExpandError into appropriate modules.Chris Larson
2010-03-22Add FETCHCMD parameter for gitMartyn Welch
2010-03-15bitbake fetch/__init__.py: Failing urls should raise errors, not fatal except...Richard Purdie
2010-02-05bitbake: fix invalid method and logicJoshua Lock
2010-02-05bitbake: Test premirrors and mirrors in checkstatus()Joshua Lock
2010-02-04bitbake: Fix try_mirrors() logic, was only trying the first mirror.Joshua Lock
2010-02-04bitbake: if PREMIRRORS set test for local file in FetchData.setup_localpathJoshua Lock