summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* bitbake: Sync various functions with those from bitbake-dev and bitbake upstreamRichard Purdie2009-11-131-13/+18
* bitbake: Sync module import cleanups back from bitbake trunkRichard Purdie2009-11-131-7/+1
* bitbake/fetch: Ensure SRCREVINACTION always resets the core flags even when p...Richard Purdie2009-09-241-3/+5
* __init__.py: export GIT_PROXY_COMMAND for those behind draconian proxiesMike Turquette2009-08-261-1/+1
* bitbake: Remove persist_data domain renaming code as it appears to expose sql...Richard Purdie2009-07-301-3/+7
* bitbake: Add a --revisions-changed commandline option to indicate when floati...Richard Purdie2009-07-291-1/+22
* bitbake: Add PN to SRCREV keyhash in the persistent database to avoid conflic...Richard Purdie2009-06-101-3/+8
* bitbake: fetch/init: Add 'HOME' to list of variables exported when runnig fet...Richard Purdie2009-01-191-1/+1
* Adds username support to the git fetcher, and exports SSH_AGENT_PID + SSH_AUT...Robert Bragg2008-12-031-1/+1
* bitbake: Optionally take username/password options from url parametersRichard Purdie2008-11-051-0/+4
* base.bbclass: Set GIT_CONFIG correctlyRichard Purdie2008-11-041-1/+1
* bitbake: Don't export the GIT_PROXY_COMMAND in the fetcher code since it mean...Richard Purdie2008-10-311-1/+1
* bitbake: Preserve http_proxy and ftp_proxy in fetcher command executionRichard Purdie2008-10-231-1/+1
* bitbake: Improve proxy variable handling in fetchersRichard Purdie2008-10-221-0/+6
* fetch/__init__.py: Add in hooks to make sure osc fetcher is seenRichard Purdie2008-10-021-0/+2
* bitbake cache.py: When SRCREV autorevisioning for a recipe is in use, don't c...Richard Purdie2008-09-301-0/+2
* __init__.py: Error if SRCREV == INVALIDRichard Purdie2008-07-221-0/+5
* Use bb.utils.md5_file isntead of calling md5sumRoss Burton2008-05-011-8/+1
* bitbake: Sync with bitbake 1.8 branchRichard Purdie2008-04-271-0/+24
* bitbake: Improve fetcher runcmd function so error messages are visable and va...Richard Purdie2008-04-081-5/+14
* bitbake: Update to bitbake 1.8 branch headRichard Purdie2008-03-031-2/+10
* bitbake fetcher: Make invalid url errors clearerRichard Purdie2007-11-271-1/+2
* bitbake: Convert fetcher code to using bb.utils locking functionsRichard Purdie2007-11-241-6/+3
* bitbake: Update SRCREV fetcher code to cope better with multiple SCM packagesRichard Purdie2007-11-131-1/+30
* bitbake: fetcher init - clear data's internal expand cache since the cached S...Richard Purdie2007-11-081-0/+3
* bitbake: fetcher updates - Add BB_GENERATE_MIRROR_TARBALLS option to allow di...Richard Purdie2007-11-071-1/+18
* bitbake: Add hg fetcher (from bitbake upstream)Richard Purdie2007-10-111-0/+2
* bitbake: Sync with 1.8 upstream branchRichard Purdie2007-09-051-0/+2
* bitbake: Sync with 1.8.8 releaseRichard Purdie2007-08-201-19/+20
* bitbake: Sync with 1.8 head. Adds locking to the fetcher to prevent parallel ...Richard Purdie2007-08-161-1/+14
* bitbake: Sync with upstream 1.8 branch for fixesRichard Purdie2007-08-121-2/+15
* bitbake: Sync with upstreamRichard Purdie2007-08-111-60/+43
* bitbake fetch/__init__.py: Don't print double newlinesRichard Purdie2007-08-091-1/+1
* bitbake: Try to fix cache locking issueRichard Purdie2007-08-041-5/+7