Age | Commit message (Expand) | Author | Files |
2011-02-11 | bitbake/fetch2: Add explict network access exception and handling to give use... | Richard Purdie | 9 |
2011-02-11 | bitbake/fetch2: Fix message about md5 checksums when sha256 is incorrect | Richard Purdie | 1 |
2011-02-11 | bitbake/fetch2: Fix patch merge error | Richard Purdie | 1 |
2011-02-11 | bitbake/fetch2: Add some debug output so its clear when PREMIRRORS, upstream ... | Richard Purdie | 1 |
2011-02-11 | bitbake/fetch2: Ensure network access status is reset for each loop iteration... | Richard Purdie | 1 |
2011-02-11 | bitbake/fetch2/wget: Fix missing string parameter reference | Richard Purdie | 1 |
2011-02-11 | bitbake/fetch2: Ensure failed fetch attempts are logged in the debug logs | Richard Purdie | 1 |
2011-02-11 | bitbake/fetch2: Correctly handle git mirror tarball fetching | Richard Purdie | 1 |
2011-02-11 | bitbake/fetch2: Pass over malformatted (empty) mirror url lines | Richard Purdie | 1 |
2011-02-10 | bitbake: Remove bad commit hunk from old cvs fetcher | Richard Purdie | 1 |
2011-02-10 | fetch2: Correct the clean() mechanism for the fetcher2 code | Saul Wold | 6 |
2011-02-10 | Export KRB5CCNAME variable | Javier Martin | 2 |
2011-02-10 | Fix comparison with SRCREVINACTION constant | Javier Martin | 1 |
2011-02-10 | persist_data: kill unreachable break line | Chris Larson | 1 |
2011-02-10 | bitbake-layers: fix bug with env vars leaking in | Chris Larson | 1 |
2011-02-10 | cache: fix docstring usage | Chris Larson | 1 |
2011-02-10 | Add initial bitbake-layers script | Chris Larson | 1 |
2011-02-10 | persist_data: loop on database lock for table creation | Chris Larson | 1 |
2011-02-10 | bitbake/fetch2/git: Write mirror tarballs if enabled and they don't exist, al... | Richard Purdie | 1 |
2011-02-10 | image-swab: Convert to attach strace to the process to obtain the required sw... | Richard Purdie | 1 |
2011-02-09 | bitbake/fetch2: Fix negated if check for BB_FETCH_PREMIRRORONLY | Richard Purdie | 1 |
2011-02-08 | fetch2: Add SRPM knowledge | Mark Hatle | 1 |
2011-02-08 | bitbake/utils.py: add glob name matching to remove | Saul Wold | 1 |
2011-02-08 | bitbake/fetch2: Ignore UnboundLocalError in exception handler in try_mirror | Richard Purdie | 1 |
2011-02-08 | bitbake/fetch2: Move symlink handling into try_mirror where is belongs instea... | Richard Purdie | 1 |
2011-02-08 | bitbake/fetch2: When using BB_FETCH_PREMIRRORONLY, set BB_NO_NETWORK after pr... | Richard Purdie | 1 |
2011-02-08 | bitbake/fetch2: Ensure we only remove files, not directories when fetch failu... | Richard Purdie | 1 |
2011-02-08 | bitbake/fetch2: Ensure original ud is preserved in try_mirror | Richard Purdie | 1 |
2011-02-08 | bitbake/fetch2/git: Fix broken variable reference | Richard Purdie | 1 |
2011-02-08 | bitbake/fetch2/git: Ensure unresolved branches are translated into revisions | Richard Purdie | 1 |
2011-02-07 | fetch2: add try/finally to ensure lockfile is unlocked on failure | Saul Wold | 1 |
2011-02-07 | fetch2: add runfetchcmd to import for fetchers | Saul Wold | 6 |
2011-02-07 | bitbake/fetch2:Fetch Make using the fn based cache optional | Richard Purdie | 1 |
2011-02-07 | bitbake/fetch2: Fix pickling issues with fetcher exceptions | Richard Purdie | 1 |
2011-02-07 | bitbake/fetch2: Update mirror processing to ensure we look for mirror tarballs | Richard Purdie | 1 |
2011-02-07 | bitbake/fetch2: Update forcefetch and mirror handling to clean up, simplfy an... | Richard Purdie | 5 |
2011-02-07 | bitbake/msg: Ensure lower level debug messages have DEBUG prefix and reuse lo... | Richard Purdie | 1 |
2011-02-07 | bitbake/fetch2: Match Fetcher log domain to that in bb.msg | Richard Purdie | 1 |
2011-02-07 | bitbake:__init__.py: Fix debug log level handling to correct debug output | Richard Purdie | 1 |
2011-02-07 | bitbake: event/build: Drop stdout specific handling for python messages as th... | Richard Purdie | 2 |
2011-02-07 | bitbake/fetch2/git: use clonedir as ud.localfile too since the mirror tarball... | Richard Purdie | 1 |
2011-02-07 | bitbake/fetch2/git.py: Ensure that forcefetch operates in the correct directo... | Richard Purdie | 1 |
2011-02-07 | bitbake/fetch2/git: Fix localpath to point at the clone repo since we no long... | Richard Purdie | 1 |
2011-02-07 | bitbake/fetch2: Use True instead of integer values | Richard Purdie | 8 |
2011-02-07 | bitbake/fetch2: Drop name/override ordering backwards compatibility code | Richard Purdie | 1 |
2011-02-07 | bitbake/fetch2/svn: The concept of using dates with svn is totally insane, dr... | Richard Purdie | 1 |
2011-02-07 | bitbake/fetch2: Define a new interface to the fetcher code though the 'Fetch'... | Richard Purdie | 1 |
2011-02-07 | bitbake/fetch2: Fix typo | Richard Purdie | 1 |
2011-02-07 | bitbake/fetch2: Drop legacy CVSDATE support | Richard Purdie | 1 |
2011-02-07 | bitbake/fetch2: Move getSRCDate to FetchData class where is more appropriate | Richard Purdie | 1 |