| Commit message (Expand) | Author | Age | Files | Lines |
* | fetch2/git: Allow to specify the name of the checkout directory | Holger Hans Peter Freyther | 2011-09-02 | 1 | -1/+2 |
* | bitbake/fetch2/git: Ensure .gitconfig file is ignored | Richard Purdie | 2011-08-31 | 1 | -5/+6 |
* | bb/fetch2/git: add checkstatus command | Joshua Lock | 2011-08-24 | 1 | -0/+8 |
* | fetch2/git: Add rsync as a valid git protocol | Richard Purdie | 2011-08-23 | 1 | -1/+1 |
* | fetcher2: show warning message when checksum is mismatch | Yu Ke | 2011-08-10 | 1 | -1/+1 |
* | fetcher2: retry mirror if upstream checksum mismatch | Yu Ke | 2011-07-13 | 1 | -11/+20 |
* | fetch2/git: Tweak git fetcher to handling repo updates correctly | Richard Purdie | 2011-07-08 | 1 | -2/+2 |
* | fetch2/git.py: improve error reporting when an invalid protocol is used | Scott Garman | 2011-06-22 | 1 | -0/+3 |
* | make exception handling syntax consistent | Scott Garman | 2011-06-15 | 1 | -2/+2 |
* | bitbake/fetch2: When replacing URLs in mirror handling mask out empty entries | Richard Purdie | 2011-06-13 | 1 | -1/+4 |
* | fetch2/git: ensure network check log matches actual command | Darren Hart | 2011-05-27 | 1 | -6/+10 |
* | fetch2/git: use logging.debug() and clarify messages | Darren Hart | 2011-05-27 | 1 | -2/+5 |
* | fetch2/git: enhance the unpack by using "git checkout" | Yu Ke | 2011-05-27 | 1 | -2/+5 |
* | fetch2/git: add document for git fetcher supported options | Yu Ke | 2011-05-27 | 1 | -3/+35 |
* | fetch2/git: unify the nocheckout option format | Yu Ke | 2011-05-27 | 1 | -3/+1 |
* | fetch2/git: change default protocol from rsync to git | Yu Ke | 2011-05-27 | 1 | -1/+1 |
* | git fetcher: add support for rebaseable git repo | Yu Ke | 2011-05-17 | 1 | -8/+20 |
* | persist_data: implement comparison, same as dict | Chris Larson | 2011-05-06 | 1 | -9/+6 |
* | persist_data: raise KeyError on missing elements | Chris Larson | 2011-05-06 | 1 | -8/+7 |
* | Initial work on getting bitbake working under pypy | Chris Larson | 2011-05-06 | 1 | -17/+15 |
* | git fetcher: make tag back to work, fix Yocto bug 972 | Yu Ke | 2011-05-03 | 1 | -0/+1 |
* | bitbake/fetch2: Fix the problems introduced by the git fetcher AUTOREV fix | Richard Purdie | 2011-04-20 | 5 | -13/+17 |
* | bitbake/fetch2/git: Fix a bug where AUTOREV and the git fetcher interact badly | Richard Purdie | 2011-04-19 | 2 | -6/+10 |
* | Fix more incorrect usages of 'is' | Chris Larson | 2011-03-31 | 4 | -12/+12 |
* | bitbake/fetch2/local: Fix inverted update required logic | Richard Purdie | 2011-03-09 | 1 | -1/+1 |
* | bitbake/fetch2: Allow local file:// urls to be found on mirrors | Richard Purdie | 2011-03-08 | 2 | -9/+19 |
* | fetch, fetch2: Get rid of DeprecationWarning notice | Khem Raj | 2011-03-03 | 10 | -11/+11 |
* | bitbake/fetch2: Ensure SRCREV_pn-PN is checked for a revision when the SRC_UR... | Richard Purdie | 2011-02-23 | 1 | -1/+3 |
* | bitbake/fecth2: Ensure BB_FETCH_PREMIRRORONLY being set as false is handled c... | Richard Purdie | 2011-02-16 | 1 | -1/+2 |
* | bitbake/fetch2: Revert part of the unpack change until the issues with it are... | Richard Purdie | 2011-02-13 | 1 | -2/+2 |
* | fetch2: unpack revision | Mark Hatle | 2011-02-12 | 1 | -39/+53 |
* | bitbake/fetch2: Add explict network access exception and handling to give use... | Richard Purdie | 2011-02-11 | 9 | -17/+33 |
* | bitbake/fetch2: Fix message about md5 checksums when sha256 is incorrect | Richard Purdie | 2011-02-11 | 1 | -1/+9 |
* | bitbake/fetch2: Fix patch merge error | Richard Purdie | 2011-02-11 | 1 | -1/+1 |
* | bitbake/fetch2: Add some debug output so its clear when PREMIRRORS, upstream ... | Richard Purdie | 2011-02-11 | 1 | -0/+3 |
* | bitbake/fetch2: Ensure network access status is reset for each loop iteration... | Richard Purdie | 2011-02-11 | 1 | -0/+4 |
* | bitbake/fetch2/wget: Fix missing string parameter reference | Richard Purdie | 2011-02-11 | 1 | -1/+1 |
* | bitbake/fetch2: Ensure failed fetch attempts are logged in the debug logs | Richard Purdie | 2011-02-11 | 1 | -2/+4 |
* | bitbake/fetch2: Correctly handle git mirror tarball fetching | Richard Purdie | 2011-02-11 | 1 | -4/+5 |
* | bitbake/fetch2: Pass over malformatted (empty) mirror url lines | Richard Purdie | 2011-02-11 | 1 | -1/+5 |
* | fetch2: Correct the clean() mechanism for the fetcher2 code | Saul Wold | 2011-02-10 | 5 | -0/+63 |
* | bitbake/fetch2/git: Write mirror tarballs if enabled and they don't exist, al... | Richard Purdie | 2011-02-10 | 1 | -11/+11 |
* | bitbake/fetch2: Fix negated if check for BB_FETCH_PREMIRRORONLY | Richard Purdie | 2011-02-09 | 1 | -1/+1 |
* | fetch2: Add SRPM knowledge | Mark Hatle | 2011-02-08 | 1 | -24/+38 |
* | bitbake/fetch2: Ignore UnboundLocalError in exception handler in try_mirror | Richard Purdie | 2011-02-08 | 1 | -2/+5 |
* | bitbake/fetch2: Move symlink handling into try_mirror where is belongs instea... | Richard Purdie | 2011-02-08 | 1 | -12/+21 |
* | bitbake/fetch2: When using BB_FETCH_PREMIRRORONLY, set BB_NO_NETWORK after pr... | Richard Purdie | 2011-02-08 | 1 | -13/+15 |
* | bitbake/fetch2: Ensure we only remove files, not directories when fetch failu... | Richard Purdie | 2011-02-08 | 1 | -3/+5 |
* | bitbake/fetch2: Ensure original ud is preserved in try_mirror | Richard Purdie | 2011-02-08 | 1 | -4/+4 |
* | bitbake/fetch2/git: Fix broken variable reference | Richard Purdie | 2011-02-08 | 1 | -1/+1 |