summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2012-07-10fetch2/cvs.py: Switch to use FETCHCMD_cvs and handle parameters in the fetche...Richard Purdie
2012-07-09bitbake/cooker: Print which pkgs would be built in -g outputRobert Yang
2012-07-05data_smart: Fix multiple override interaction with append and prepend operatorsRichard Purdie
2012-07-04runqueue.py: Fix recursive task pruning to only prune self referencing tasksRichard Purdie
2012-07-04fetch2/svn: Enhance to cope with subversion 1.7 upgradeRichard Purdie
2012-07-04runqueue.py: Allow recrdeptasks that have self referencesRichard Purdie
2012-07-04Hob: fixed some variables not clean bug in detail pageLiming An
2012-07-04git: do not execute 'git remote prune'Enrico Scholz
2012-06-29Hob: change 'run image' and 'deploy' Gui and work flow for building detail pageLiming An
2012-06-28runqueue.py: Handle multiple rdeptask entriesRichard Purdie
2012-06-28fetch2: Revert the regexp removal for the type field and instead anchor regexpRichard Purdie
2012-06-28test/fetch: Switch the comparision order to make test failures slightly clearerRichard Purdie
2012-06-28test/fetch: Ensure cwd is valud for the git cloneRichard Purdie
2012-06-28runqueue: Reimplement recrdepends so it works more correctlyRichard Purdie
2012-06-28runqueue.py: Convert depends variable to use setsRichard Purdie
2012-06-28taskdata: Add gettask_id_fromfnid helper functionRichard Purdie
2012-06-25Fix for Hob bug #2323Cristian Iorga
2012-06-25hig.py: use module tempfile to create temp fileKang Kai
2012-06-25fetch2: Ensure star character doesn't end up in mirror tarball namesRichard Purdie
2012-06-25lib/bb/utils.py: remove unnecessary preserved variablesPaul Eggleton
2012-06-25fetch2: Add new mirror syntax to simplify mirror specificationsRichard Purdie
2012-06-25fetch2: Handle errors orruring when building mirror urlsRichard Purdie
2012-06-25process: Improve _logged_communicate bufferingRichard Purdie
2012-06-25taskdata.py: Add support for rdepends task flagRichard Purdie
2012-06-25utils.py: Add function to set nonblocking operation on a file descriptorRichard Purdie
2012-06-25git.py: Remove -l option, its not necessaryRichard Purdie
2012-06-22lib/bb/siggen.py: log when tainting the signature of a taskPaul Eggleton
2012-06-21fetch2/git.py: Optimize clone fall back when it is localJason Wessel
2012-06-21ui/depexp.py: use the new progressbar in HobKang Kai
2012-06-21fetch2: Update replace_uri to handle uri types explicitlyRichard Purdie
2012-06-21test/fetch: Add a couple of extra test casesRichard Purdie
2012-06-21test/fetch: Add in unit tests for uri_replace() and git premirrorsRichard Purdie
2012-06-21fetch2: uri_replace() only consider ud.localpath where its a fileRichard Purdie
2012-06-21fetch2: uri_replace() improve mirrortarball handlingRichard Purdie
2012-06-21fetch2: uri_replace() remove what amounts to a null operation and add some co...Richard Purdie
2012-06-21fetch2: Add parameter handling to uri_replace()Richard Purdie
2012-06-21fetch2: Remove basestring test and simplify uri_replaceRichard Purdie
2012-06-21fetch2: Simplify some looping constructs in uri_replace()Richard Purdie
2012-06-21fetch2: Improve mirror looping to consider more casesRichard Purdie
2012-06-21fetch2: Explicitly check for mirror tarballs in mirror handling codeRichard Purdie
2012-06-21fetch2: Split try_mirrors into two partsRichard Purdie
2012-06-21fetch2: Ensure when downloading we are consistently in the same directoryRichard Purdie
2012-06-21fetch2: Only cache data if fn is set, its pointless caching it against a None...Richard Purdie
2012-06-21fetch2: Fix error handling in uri_replace()Richard Purdie
2012-06-21fetch2/__init__: Make it clearer when uri_replace doesn't return a matchRichard Purdie
2012-06-21bitbake: add -C option to invalidate a task and rebuild the targetPaul Eggleton
2012-06-21bitbake: ensure -f causes dependent tasks to be re-runPaul Eggleton
2012-06-14methodpool: Improve method already seen error messageRichard Purdie
2012-06-14fetch2/local: Ensure quoting is handled correctly from the urlRichard Purdie
2012-06-14fetch2: Fix missing output from stderr in fetcher logsJason Wessel