aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2
AgeCommit message (Expand)Author
2011-07-13fetcher2: retry mirror if upstream checksum mismatchYu Ke
2011-07-08fetch2/git: Tweak git fetcher to handling repo updates correctlyRichard Purdie
2011-06-22fetch2/git.py: improve error reporting when an invalid protocol is usedScott Garman
2011-06-15make exception handling syntax consistentScott Garman
2011-06-13bitbake/fetch2: When replacing URLs in mirror handling mask out empty entriesRichard Purdie
2011-05-27fetch2/git: ensure network check log matches actual commandDarren Hart
2011-05-27fetch2/git: use logging.debug() and clarify messagesDarren Hart
2011-05-27fetch2/git: enhance the unpack by using "git checkout"Yu Ke
2011-05-27fetch2/git: add document for git fetcher supported optionsYu Ke
2011-05-27fetch2/git: unify the nocheckout option formatYu Ke
2011-05-27fetch2/git: change default protocol from rsync to gitYu Ke
2011-05-17git fetcher: add support for rebaseable git repoYu Ke
2011-05-06persist_data: implement comparison, same as dictChris Larson
2011-05-06persist_data: raise KeyError on missing elementsChris Larson
2011-05-06Initial work on getting bitbake working under pypyChris Larson
2011-05-03git fetcher: make tag back to work, fix Yocto bug 972Yu Ke
2011-04-20bitbake/fetch2: Fix the problems introduced by the git fetcher AUTOREV fixRichard Purdie
2011-04-19bitbake/fetch2/git: Fix a bug where AUTOREV and the git fetcher interact badlyRichard Purdie
2011-03-31Fix more incorrect usages of 'is'Chris Larson
2011-03-09bitbake/fetch2/local: Fix inverted update required logicRichard Purdie
2011-03-08bitbake/fetch2: Allow local file:// urls to be found on mirrorsRichard Purdie
2011-03-03fetch, fetch2: Get rid of DeprecationWarning noticeKhem Raj
2011-02-23bitbake/fetch2: Ensure SRCREV_pn-PN is checked for a revision when the SRC_UR...Richard Purdie
2011-02-16bitbake/fecth2: Ensure BB_FETCH_PREMIRRORONLY being set as false is handled c...Richard Purdie
2011-02-13bitbake/fetch2: Revert part of the unpack change until the issues with it are...Richard Purdie
2011-02-12fetch2: unpack revisionMark Hatle
2011-02-11bitbake/fetch2: Add explict network access exception and handling to give use...Richard Purdie
2011-02-11bitbake/fetch2: Fix message about md5 checksums when sha256 is incorrectRichard Purdie
2011-02-11bitbake/fetch2: Fix patch merge errorRichard Purdie
2011-02-11bitbake/fetch2: Add some debug output so its clear when PREMIRRORS, upstream ...Richard Purdie
2011-02-11bitbake/fetch2: Ensure network access status is reset for each loop iteration...Richard Purdie
2011-02-11bitbake/fetch2/wget: Fix missing string parameter referenceRichard Purdie
2011-02-11bitbake/fetch2: Ensure failed fetch attempts are logged in the debug logsRichard Purdie
2011-02-11bitbake/fetch2: Correctly handle git mirror tarball fetchingRichard Purdie
2011-02-11bitbake/fetch2: Pass over malformatted (empty) mirror url linesRichard Purdie
2011-02-10fetch2: Correct the clean() mechanism for the fetcher2 codeSaul Wold
2011-02-10bitbake/fetch2/git: Write mirror tarballs if enabled and they don't exist, al...Richard Purdie
2011-02-09bitbake/fetch2: Fix negated if check for BB_FETCH_PREMIRRORONLYRichard Purdie
2011-02-08fetch2: Add SRPM knowledgeMark Hatle
2011-02-08bitbake/fetch2: Ignore UnboundLocalError in exception handler in try_mirrorRichard Purdie
2011-02-08bitbake/fetch2: Move symlink handling into try_mirror where is belongs instea...Richard Purdie
2011-02-08bitbake/fetch2: When using BB_FETCH_PREMIRRORONLY, set BB_NO_NETWORK after pr...Richard Purdie
2011-02-08bitbake/fetch2: Ensure we only remove files, not directories when fetch failu...Richard Purdie
2011-02-08bitbake/fetch2: Ensure original ud is preserved in try_mirrorRichard Purdie
2011-02-08bitbake/fetch2/git: Fix broken variable referenceRichard Purdie
2011-02-08bitbake/fetch2/git: Ensure unresolved branches are translated into revisionsRichard Purdie
2011-02-07fetch2: add try/finally to ensure lockfile is unlocked on failureSaul Wold
2011-02-07fetch2: add runfetchcmd to import for fetchersSaul Wold
2011-02-07bitbake/fetch2:Fetch Make using the fn based cache optionalRichard Purdie
2011-02-07bitbake/fetch2: Fix pickling issues with fetcher exceptionsRichard Purdie