| Commit message (Expand) | Author | Age | Files | Lines |
* | bitbake decodeurl: fix the file:// url handling | Nitin A Kamble | 2010-06-07 | 1 | -1/+4 |
* | Fix 7 references to undefined variables, as spotted by pyflakes | Chris Larson | 2010-03-25 | 1 | -2/+2 |
* | Expand PREMIRRORS | Enrico Scholz | 2010-03-25 | 1 | -1/+1 |
* | Avoid unnecessary calls to keys() when iterating over dictionaries. | Chris Larson | 2010-03-22 | 1 | -2/+2 |
* | Fix ud.basecmd error introduced by the FETCHCMD_git commit | Chris Larson | 2010-03-22 | 1 | -1/+2 |
* | Add initial 'repo' fetcher | Tom Rini | 2010-03-22 | 2 | -0/+108 |
* | Move encodeurl, decodeurl into bb.fetch. | Chris Larson | 2010-03-22 | 1 | -0/+94 |
* | Move MalformedUrl, VarExpandError into appropriate modules. | Chris Larson | 2010-03-22 | 1 | -0/+3 |
* | Add FETCHCMD parameter for git | Martyn Welch | 2010-03-22 | 1 | -10/+13 |
* | bitbake fetch/__init__.py: Failing urls should raise errors, not fatal except... | Richard Purdie | 2010-03-15 | 1 | -1/+1 |
* | bitbake: fix invalid method and logic | Joshua Lock | 2010-02-05 | 1 | -3/+3 |
* | bitbake: Test premirrors and mirrors in checkstatus() | Joshua Lock | 2010-02-05 | 1 | -4/+18 |
* | bitbake: Fix try_mirrors() logic, was only trying the first mirror. | Joshua Lock | 2010-02-04 | 1 | -1/+2 |
* | bitbake: if PREMIRRORS set test for local file in FetchData.setup_localpath | Joshua Lock | 2010-02-04 | 1 | -8/+22 |
* | bitbake: Enhance the fetchers' support for local mirrors | Joshua Lock | 2010-02-04 | 1 | -7/+15 |
* | bitbake: unify mirror support and make it independant of the fetcher | Joshua Lock | 2010-02-04 | 10 | -99/+53 |
* | bitbake/git: remove repodir usage (from bitbake master) | Martin Jansa | 2010-01-21 | 1 | -1/+1 |
* | bitbake: Switch to bitbake-dev version (bitbake master upstream) | Richard Purdie | 2010-01-20 | 6 | -38/+87 |
* | bitbake/git.py: Typo fix | Richard Purdie | 2009-12-11 | 1 | -2/+2 |
* | bitbake/git.py: Add support for fullclone parameter | Richard Purdie | 2009-12-11 | 1 | -2/+8 |
* | bitbake/git.py: Move variable init into the localpath function | Richard Purdie | 2009-12-11 | 1 | -19/+17 |
* | git.py: Improve command failure error messages | Richard Purdie | 2009-12-11 | 1 | -1/+4 |
* | bitbake: Fix dict changing size problems | Richard Purdie | 2009-11-26 | 1 | -3/+5 |
* | fetch/__init__.py: Try and make the sortable_revision code mode readable | Richard Purdie | 2009-11-13 | 2 | -4/+8 |
* | bitbake: Sync various functions with those from bitbake-dev and bitbake upstream | Richard Purdie | 2009-11-13 | 1 | -13/+18 |
* | bitbake: Sync module import cleanups back from bitbake trunk | Richard Purdie | 2009-11-13 | 10 | -19/+8 |
* | bitbake: hg fetcher - sync bitbake-dev and remove debug | Richard Purdie | 2009-10-20 | 1 | -4/+0 |
* | bitbake: Add hg fetcher auto revisioning, patch from Carl Simonson <simonsonc... | Richard Purdie | 2009-10-19 | 1 | -0/+32 |
* | bitbake: Fix svk fetcher | Richard Purdie | 2009-10-17 | 1 | -3/+3 |
* | bitbake/fetch: Ensure SRCREVINACTION always resets the core flags even when p... | Richard Purdie | 2009-09-24 | 1 | -3/+5 |
* | __init__.py: export GIT_PROXY_COMMAND for those behind draconian proxies | Mike Turquette | 2009-08-26 | 1 | -1/+1 |
* | bitbake: Remove persist_data domain renaming code as it appears to expose sql... | Richard Purdie | 2009-07-30 | 1 | -3/+7 |
* | bitbake: Add a --revisions-changed commandline option to indicate when floati... | Richard Purdie | 2009-07-29 | 1 | -1/+22 |
* | bitbake: Fix wget fetcher bug when only checking URIs and the download doesn'... | Richard Purdie | 2009-07-07 | 1 | -1/+1 |
* | bitbake: Disable sortable revision for now | Richard Purdie | 2009-06-10 | 1 | -1/+1 |
* | bitbake: Add PN to SRCREV keyhash in the persistent database to avoid conflic... | Richard Purdie | 2009-06-10 | 2 | -3/+49 |
* | bitbake: Sync git fetcher with changes upstream | Richard Purdie | 2009-05-11 | 1 | -10/+15 |
* | bitbake: Fix a bug in the hg fetcher | Richard Purdie | 2009-04-21 | 1 | -3/+6 |
* | bitbake: fetch/init: Add 'HOME' to list of variables exported when runnig fet... | Richard Purdie | 2009-01-19 | 1 | -1/+1 |
* | bitbake: Fix wget fetcher to better handle urls with ; followed by parameters... | Richard Purdie | 2009-01-06 | 1 | -1/+1 |
* | bitbake: Make sure the git remote head viewer preserves the username | Richard Purdie | 2008-12-17 | 1 | -1/+6 |
* | bitbake/bitbake-dev: Sync with upstream | Richard Purdie | 2008-12-06 | 3 | -13/+17 |
* | Adds username support to the git fetcher, and exports SSH_AGENT_PID + SSH_AUT... | Robert Bragg | 2008-12-03 | 2 | -4/+9 |
* | bitbake: Optionally take username/password options from url parameters | Richard Purdie | 2008-11-05 | 1 | -0/+4 |
* | bitbake wget.py: Fix problem with empty proxy variables | Richard Purdie | 2008-11-04 | 1 | -2/+2 |
* | bitbake: Improve proxy handling got wget so urls can be excluded from the proxy | Richard Purdie | 2008-11-04 | 1 | -3/+22 |
* | base.bbclass: Set GIT_CONFIG correctly | Richard Purdie | 2008-11-04 | 1 | -1/+1 |
* | bitbake: Don't export the GIT_PROXY_COMMAND in the fetcher code since it mean... | Richard Purdie | 2008-10-31 | 1 | -1/+1 |
* | bitbake: Fix the wget fetcher so parameter portions of uris are ignored | Richard Purdie | 2008-10-24 | 1 | -1/+1 |
* | bitbake: Preserve http_proxy and ftp_proxy in fetcher command execution | Richard Purdie | 2008-10-23 | 1 | -1/+1 |