aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/__init__.py
AgeCommit message (Expand)Author
2012-05-20bitbake/fetch: If checksums are available, check them for any file, local or ...Richard Purdie
2012-05-20bitbake/fetch2: Improve visibility of checksum warnings when fetching from mi...Richard Purdie
2012-05-20bitbake/fetch2: Improve stamp creation in mirror codeRichard Purdie
2012-05-20bitbake/fetch2: Remove hardcoded file removal and use clean methodRichard Purdie
2012-05-07bitbake/fetch2: When unpacking, only use PATH variable if its setRichard Purdie
2012-05-07bitbake/fetch2: Remove WORKDIR reference, should use passed parameterRichard Purdie
2012-05-04bitbake/fetch2: Fix spelling error in network access error messageJeff Polk
2012-04-11Hob: add fadeout display effection for recipe view include pageLiming An
2012-03-23bitbake/fetch2: Ensure mirror tarballs have .done stamps so we don't redownlo...Richard Purdie
2012-03-16bitbake/fetch2: Fix typo which broke use of tarballsGary Thomas
2012-03-15bitbake/fetch: Fix uri_replaceRichard Purdie
2012-03-02stderr would previously be appended to stdout, corrupting the result when som...Adrien Bustany
2012-01-20bitbake/fetch2: allow resuming interrupted fetchPaul Eggleton
2012-01-15bitbake/fetch2: reduce output for fetch failuresPaul Eggleton
2012-01-15bitbake/fetch2: correctly decode exit signal/statusPaul Eggleton
2012-01-15bitbake/fetch2: improve error formatting for fetcher errorsPaul Eggleton
2011-12-05fetch2: fix Exception parameters when BB_STRICT_CHECKSUM enabledJoshua Lock
2011-11-27bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie
2011-11-24fetch2: Improve uri_replace to handle paths with no trailing '/'Richard Purdie
2011-10-24fetch2: enable checksum definition as SRC_URI parameterJoshua Lock
2011-10-24fetch2: improve usability of checksumsJoshua Lock
2011-10-06fetch2: Export additional variables to the fetchersMatthew McClintock
2011-08-10fetcher2: show warning message when checksum is mismatchYu Ke
2011-07-13fetcher2: retry mirror if upstream checksum mismatchYu Ke
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-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-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-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: 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-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