summaryrefslogtreecommitdiffstats
path: root/bitbake-dev/lib/bb/fetch
Commit message (Expand)AuthorAgeFilesLines
* bitbake-dev: Sync with upstreamRichard Purdie2010-01-195-31/+65
* bitbake-dev: Sync with upstreamRichard Purdie2010-01-142-34/+58
* fetch/__init__.py: Try and make the sortable_revision code mode readableRichard Purdie2009-11-132-4/+8
* bitbake: hg fetcher - sync bitbake-dev and remove debugRichard Purdie2009-10-201-0/+28
* bitbake: Fix svk fetcherRichard Purdie2009-10-171-3/+2
* bitbake-dev: Sync with changes upstreamRichard Purdie2009-10-171-13/+18
* bitbake/fetch: Ensure SRCREVINACTION always resets the core flags even when p...Richard Purdie2009-09-241-3/+5
* bitbake-dev: Sync exported variables with bitbakeRichard Purdie2009-09-241-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: Fix wget fetcher bug when only checking URIs and the download doesn'...Richard Purdie2009-07-071-1/+1
* bitbake: Disable sortable revision for nowRichard Purdie2009-06-101-1/+1
* bitbake: Add PN to SRCREV keyhash in the persistent database to avoid conflic...Richard Purdie2009-06-102-3/+49
* bitbake-dev: Sync with upstreamRichard Purdie2009-05-1111-33/+31
* bitbake: fetch/init: Add 'HOME' to list of variables exported when runnig fet...Richard Purdie2009-01-191-1/+1
* bitbake: Fix wget fetcher to better handle urls with ; followed by parameters...Richard Purdie2009-01-061-1/+1
* bitbake: Make sure the git remote head viewer preserves the usernameRichard Purdie2008-12-171-1/+6
* bitbake/bitbake-dev: Sync with upstreamRichard Purdie2008-12-063-13/+17
* Adds username support to the git fetcher, and exports SSH_AGENT_PID + SSH_AUT...Robert Bragg2008-12-032-4/+9
* bitbake: Optionally take username/password options from url parametersRichard Purdie2008-11-051-0/+4
* bitbake wget.py: Fix problem with empty proxy variablesRichard Purdie2008-11-041-2/+2
* bitbake: Improve proxy handling got wget so urls can be excluded from the proxyRichard Purdie2008-11-041-3/+22
* 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: Fix the wget fetcher so parameter portions of uris are ignoredRichard Purdie2008-10-241-1/+1
* bitbake: Preserve http_proxy and ftp_proxy in fetcher command executionRichard Purdie2008-10-231-1/+1
* bitbake: Remove bogus test codeRichard Purdie2008-10-221-1/+0
* bitbake: Improve proxy variable handling in fetchersRichard Purdie2008-10-222-0/+13
* 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
* Merge changes from Poky bitbake 1.8Joshua Lock2008-09-304-13/+170
* bitbake-dev: Update against bitbake trunkRichard Purdie2008-09-301-1/+5
* Add bitbake-dev to allow ease of testing and development of bitbake trunkRichard Purdie2008-09-3011-0/+1994