Age | Commit message (Expand) | Author | Files |
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 |
2011-02-07 | bitbake/fetch2: Make srcrev_internal_helper a normal function, doesn't belong... | Richard Purdie | 2 |
2011-02-07 | bitbake/fetch2: Rename Fetch class to FetchMethod | Richard Purdie | 13 |
2011-02-07 | bitbake/fetch2: Drop old md5 handling code | Richard Purdie | 1 |
2011-02-07 | bitbake/fetch2: Rewrite and improve exception handling, reusing core function... | Richard Purdie | 11 |
2011-02-07 | bitbake/fetch2: Have all fetcher exceptions derived from a common BBFetchExce... | Richard Purdie | 1 |
2011-02-07 | bitbake/fetch2: Drop unused parameter for localpath() and update comments | Richard Purdie | 1 |
2011-02-07 | bitbake/fetch2: Simplfy setup_srcrevs | Richard Purdie | 1 |
2011-02-07 | bitbake/fetch2: Simplify localpath variable handling FetchData init | Richard Purdie | 1 |
2011-02-07 | bitbake/fetch2: Define a sane localpath function and remove code duplication | Richard Purdie | 11 |
2011-02-07 | bitbake/fetch2: Move ud.localfile setup into urldata_init | Richard Purdie | 12 |
2011-02-07 | bitbake/fetch2: Drop horrible SRCREV hack which is no longer needed | Richard Purdie | 1 |
2011-02-06 | bitbake/fetch2/git: Switch to completely use bare clones | Richard Purdie | 1 |
2011-02-05 | fetch2/git.py: Fix problem when fetching with no origin | Saul Wold | 1 |
2011-02-05 | bitbake/fetch2/git: Ensure we prune origin to remove stale branches | Richard Purdie | 1 |
2011-02-03 | bitbake/fetch2/git: Ensure deleted branches upstream are removed, all branch ... | Richard Purdie | 1 |
2011-02-03 | bitbake/fetch2: Remove old local file acceleration code | Richard Purdie | 1 |
2011-02-03 | bitbake/fetch2: Ensure that mirror fetches are symlinked from the download di... | Richard Purdie | 1 |
2011-02-03 | bitbake/fetch2: When encoding a file:// url, drop user and host information | Richard Purdie | 1 |
2011-02-03 | bitbake/lib/bb/fetch2: Assign a default name in the names array as empty stri... | Richard Purdie | 1 |
2011-02-02 | bitbake/fetch2: Add missing parameter to localcount_internal_helper | Richard Purdie | 1 |
2011-02-02 | bitbake/fetch2/git: Ensure target directory exists when copying files | Richard Purdie | 1 |
2011-02-02 | fetch2: Allow multiple src rev to be used in one src_uri | Yu Ke | 5 |
2011-02-02 | git.py: Remove the source tree tarball archives | Yu Ke | 1 |
2011-02-02 | bitbake/fetch2/git: Add nocheckout option to disable checkouts and always add... | Richard Purdie | 1 |