| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | bitbake: Remove bogus test code | Richard Purdie | 2008-10-22 | 1 | -1/+0 |
* | bitbake: Improve proxy variable handling in fetchers | Richard Purdie | 2008-10-22 | 2 | -0/+13 |
* | fetch/__init__.py: Add in hooks to make sure osc fetcher is seen | Richard Purdie | 2008-10-02 | 1 | -0/+2 |
* | bitbake cache.py: When SRCREV autorevisioning for a recipe is in use, don't c... | Richard Purdie | 2008-09-30 | 1 | -0/+2 |
* | bitbake: Sync with 1.8 branch upstream | Richard Purdie | 2008-09-30 | 1 | -1/+5 |
* | Fetch implementation for the OpenSuse build service. | Joshua Lock | 2008-09-18 | 1 | -0/+155 |
* | bitbake hg fetcher: Add fix from Matt Hoosier | Richard Purdie | 2008-09-10 | 1 | -1/+4 |
* | hg fetcher: Apply fixes from Matt Hoosier | Richard Purdie | 2008-09-07 | 1 | -1/+4 |
* | bitbake/utils.py: Add prunedir function to utils collection | Richard Purdie | 2008-08-18 | 1 | -11/+2 |
* | __init__.py: Error if SRCREV == INVALID | Richard Purdie | 2008-07-22 | 1 | -0/+5 |
* | Use bb.utils.md5_file isntead of calling md5sum | Ross Burton | 2008-05-01 | 1 | -8/+1 |
* | bitbake: Tweak new URI checkstatus code slightly fixing two corner cases. | Richard Purdie | 2008-04-27 | 2 | -1/+4 |
* | bitbake: Sync with bitbake 1.8 branch | Richard Purdie | 2008-04-27 | 4 | -6/+44 |
* | bitbake: Improve fetcher runcmd function so error messages are visable and va... | Richard Purdie | 2008-04-08 | 1 | -5/+14 |
* | bitbake: Add proxy support to CVS fetcher (patch from Cyril Chemparathy) | Richard Purdie | 2008-04-08 | 1 | -1/+8 |
* | bitbake: Fix a bug where changed files weren't getting spotted and an invalid... | Richard Purdie | 2008-03-28 | 1 | -2/+2 |
* | bitbake: Update to bitbake 1.8 branch head | Richard Purdie | 2008-03-03 | 1 | -2/+10 |
* | bitbake: Sync with upstream 1.8 branch for git fetcher and --continue mode fix | Richard Purdie | 2008-02-11 | 1 | -1/+1 |
* | bitbake: Update to 1.8.10 release | Richard Purdie | 2008-01-20 | 1 | -2/+3 |
* | bitbake: sync with upstream stable branch bugfixes and enhancements | Richard Purdie | 2008-01-20 | 2 | -4/+7 |
* | CVS fetcher: added "fullpath" option to get full repository paths inside of | Marcin Juszkiewicz | 2008-01-16 | 1 | -4/+13 |
* | CVS fetcher: add "norecurse" option to fetch directory from CVS without its | Marcin Juszkiewicz | 2008-01-16 | 1 | -1/+7 |