summaryrefslogtreecommitdiff
path: root/bitbake/lib/bb/fetch
AgeCommit message (Expand)AuthorFiles
2010-09-01bitbake/git: define a forcefetch methodJoshua Lock1
2010-09-01bitbake/fetch: Respect forcefetch even when pulling from a mirrorJoshua Lock1
2010-08-13bitbake/git.py: Make sure different branches can have different revisions wit...Richard Purdie1
2010-08-13bitbake/git.py: Allow tracking of branches in SRC_URI without cloning for use...Richard Purdie2
2010-08-13bitbake/git.py: Make sure a full clone checkout always updatesRichard Purdie1
2010-08-03*: cosmetic whitespace removalBernhard Reutner-Fischer1
2010-07-25bitbake: fetch: Only mark srcrev recipes as uncached when outside of SRCREV c...Richard Purdie1
2010-07-023.0 prepChris Larson2
2010-07-02Apply some 2to3 refactoringsChris Larson1
2010-07-02Start ditching fatal() calls in favor of raising appropriate exceptionsChris Larson1
2010-07-02Change wget fetcher to use the runfetchcmdRyan Phillips2
2010-07-02persist_data: cache connection and use cursorBernhard Reutner-Fischer1
2010-07-02fetch: commentary typo fix in fetcher_init()Bernhard Reutner-Fischer1
2010-07-02fetch: documentation typo fixBernhard Reutner-Fischer1
2010-07-02fetch: Check for existence of tar file along with md5 signatureKhem Raj1
2010-07-02Kill unnecessary usages of the types moduleChris Larson1
2010-07-02Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson3
2010-07-02Switch some references to moved functionsChris Larson2
2010-07-02Add a missing import of print_functionChris Larson1
2010-07-02Apply the 2to3 print function transformChris Larson3
2010-07-02Import fixupsChris Larson1
2010-07-02Formatting cleanupsChris Larson9
2010-07-02Stop using functions via 'bb' that were moved from there to other modulesChris Larson1
2010-07-02Ensure we always utilize the correct messaging domainsChris Larson1
2010-07-02Drop doctest, as we aren't utilizing itChris Larson1
2010-06-07bitbake decodeurl: fix the file:// url handlingNitin A Kamble1
2010-03-25Fix 7 references to undefined variables, as spotted by pyflakesChris Larson1
2010-03-25Expand PREMIRRORSEnrico Scholz1
2010-03-22Avoid unnecessary calls to keys() when iterating over dictionaries.Chris Larson1
2010-03-22Fix ud.basecmd error introduced by the FETCHCMD_git commitChris Larson1
2010-03-22Add initial 'repo' fetcherTom Rini2
2010-03-22Move encodeurl, decodeurl into bb.fetch.Chris Larson1
2010-03-22Move MalformedUrl, VarExpandError into appropriate modules.Chris Larson1
2010-03-22Add FETCHCMD parameter for gitMartyn Welch1
2010-03-15bitbake fetch/__init__.py: Failing urls should raise errors, not fatal except...Richard Purdie1
2010-02-05bitbake: fix invalid method and logicJoshua Lock1
2010-02-05bitbake: Test premirrors and mirrors in checkstatus()Joshua Lock1
2010-02-04bitbake: Fix try_mirrors() logic, was only trying the first mirror.Joshua Lock1
2010-02-04bitbake: if PREMIRRORS set test for local file in FetchData.setup_localpathJoshua Lock1
2010-02-04bitbake: Enhance the fetchers' support for local mirrorsJoshua Lock1
2010-02-04bitbake: unify mirror support and make it independant of the fetcherJoshua Lock10
2010-01-21bitbake/git: remove repodir usage (from bitbake master)Martin Jansa1
2010-01-20bitbake: Switch to bitbake-dev version (bitbake master upstream)Richard Purdie6
2009-12-11bitbake/git.py: Typo fixRichard Purdie1
2009-12-11bitbake/git.py: Add support for fullclone parameterRichard Purdie1
2009-12-11bitbake/git.py: Move variable init into the localpath functionRichard Purdie1
2009-12-11git.py: Improve command failure error messagesRichard Purdie1
2009-11-26bitbake: Fix dict changing size problemsRichard Purdie1
2009-11-13fetch/__init__.py: Try and make the sortable_revision code mode readableRichard Purdie2
2009-11-13bitbake: Sync various functions with those from bitbake-dev and bitbake upstreamRichard Purdie1