summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-02-21fetch2: unpack revisionMark Hatle
2011-02-21bitbake/fetch2: Add explict network access exception and handling to give use...Richard Purdie
2011-02-21bitbake/fetch2: Fix patch merge errorRichard Purdie
2011-02-21bitbake/fetch2: Add some debug output so its clear when PREMIRRORS, upstream ...Richard Purdie
2011-02-21bitbake/fetch2: Ensure network access status is reset for each loop iteration...Richard Purdie
2011-02-21bitbake/fetch2/wget: Fix missing string parameter referenceRichard Purdie
2011-02-21bitbake/fetch2: Ensure failed fetch attempts are logged in the debug logsRichard Purdie
2011-02-21bitbake/fetch2: Correctly handle git mirror tarball fetchingRichard Purdie
2011-02-21bitbake/fetch2: Pass over malformatted (empty) mirror url linesRichard Purdie
2011-02-21bitbake/fetch2: Fix message about md5 checksums when sha256 is incorrectRichard Purdie
2011-02-21process.py: Avoid deprecation warningRichard Purdie
2011-02-21bitbake/build.py: When looking up extra stamp info for setscene tasks, use th...Richard Purdie
2011-02-21bitbake/unlockfile: Fix exception handlingRichard Purdie
2011-02-21bitbake/utils: Ignore OSError in unlockfileRichard Purdie
2011-02-21siggen.py: better print for task hash comparisonKevin Tian
2011-02-21fix parameter order for flaglist()Dongxiao Xu
2011-02-21bitbake/providers.py: Fix runtime providers problemsRichard Purdie
2011-02-21bitbake/utils.py: Teach unlockfile about shared mode lockfilesRichard Purdie
2011-02-21bitbake/utils.py: Add option of holding shared lockfilesRichard Purdie
2011-02-21Introduce stamp-extra-info task flag into stamp filenamesDongxiao Xu
2011-02-21bitbake/build.py: Rename message field to avoid DeprecationWarning: BaseExcep...Richard Purdie
2011-02-21bitbake/siggen.py: Fix whitelisted variable handlingRichard Purdie
2011-02-18Increment version for development versionRichard Purdie
2011-02-18Release 1.12.01.12.0Richard Purdie
2011-02-16uihelper: import bb.build, kill commented linesChris Larson
2011-02-16cooker: don't choke if we have nothing to parseChris Larson
2011-02-16siggen: add bb.data, bb.parse importsChris Larson
2011-02-16runqueue: simplify RunQueueStats.copyChris Larson
2011-02-16runqueue: pass a copy of the RunQueueStats to eventsChris Larson
2011-02-15server: clean up call of write_profile_statsChris Larson
2011-02-15server: add profiling support to ProcessServerChris Larson
2011-02-11Enable some DeprecationWarningsChris Larson
2011-02-11persist_data: handle lock in sqlite and use the shared cacheChris Larson
2011-02-11persist_data: drop SQLData indirectionChris Larson
2011-02-11persist_data: use better items/values methods for SQLTableChris Larson
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-10bitbake/fetch2: Fix negated if check for BB_FETCH_PREMIRRORONLYRichard Purdie
2011-02-10fetch2: Add SRPM knowledgeMark Hatle
2011-02-10bitbake/fetch2: Ignore UnboundLocalError in exception handler in try_mirrorRichard Purdie
2011-02-10bitbake/fetch2: Move symlink handling into try_mirror where is belongs instea...Richard Purdie
2011-02-10bitbake/fetch2: When using BB_FETCH_PREMIRRORONLY, set BB_NO_NETWORK after pr...Richard Purdie
2011-02-10bitbake/fetch2: Ensure we only remove files, not directories when fetch failu...Richard Purdie
2011-02-10bitbake/fetch2: Ensure original ud is preserved in try_mirrorRichard Purdie
2011-02-10bitbake/fetch2/git: Fix broken variable referenceRichard Purdie
2011-02-10bitbake/fetch2/git: Ensure unresolved branches are translated into revisionsRichard Purdie
2011-02-10fetch2: add try/finally to ensure lockfile is unlocked on failureSaul Wold
2011-02-10fetch2: add runfetchcmd to import for fetchersSaul Wold
2011-02-10bitbake/fetch2:Fetch Make using the fn based cache optionalRichard Purdie
2011-02-10bitbake/fetch2: Fix pickling issues with fetcher exceptionsRichard Purdie