summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-02-10Fetcher: break the "SRCREVINACTION" deadlockYu Ke
2011-02-10bb.fetch2.bzr: add bzr urldata_initYu Ke
2011-02-10bb.fetch2.hg: add hg urldata_initYu Ke
2011-02-10bb.fetch2.svn.py: add urldata_initYu Ke
2011-02-10bb.fetch2.git.py: add git urldata_initYu Ke
2011-02-10bb.fetch2: add urldata_init call for Fetch classYu Ke
2011-02-10BBHandler: remove bb.fetch referrenceYu Ke
2011-02-10bitbake/utils.py: add glob name matching to removeSaul Wold
2011-02-10bitbake/msg: Ensure lower level debug messages have DEBUG prefix and reuse lo...Richard Purdie
2011-02-10__init__.py: Fix debug log level handling to correct debug outputRichard Purdie
2011-02-09Export KRB5CCNAME variableJavier Martin
2011-02-09.gitignore: add *.pyoAndreas Oberritter
2011-02-09Fix comparison with SRCREVINACTION constantJavier Martin
2011-02-08event: fix exception formatChris Larson
2011-02-08event: limit the number of traceback entries to 5Chris Larson
2011-02-08persist_data: kill unreachable break lineChris Larson
2011-02-08Shift traceback pre-formatting into LogHandlerChris Larson
2011-02-08persist_data: loop on database lock for table creationChris Larson
2011-02-08build: improve set -x handlingChris Larson
2011-02-07Merge branch '1.10'Chris Larson
2011-02-07bitbake-layers: fix bug with env vars leaking inChris Larson
2011-02-07Add initial bitbake-layers scriptChris Larson
2011-01-28bitbake/runqueue.py: Avoid starvation of events to the serverRichard Purdie
2011-01-20Add a few items to .gitignoreChris Larson
2011-01-20cache: fix docstring usageChris Larson
2011-01-18cooker: also respond to SystemExit for execute_runqueueChris Larson
2011-01-12bitbake/knotty.py: Ensure task note messages are only surpressed at default l...Richard Purdie
2011-01-11codeparser: fix spacing in diagnostic messagesBernhard Reutner-Fischer
2011-01-11*: use utils.remove() some moreBernhard Reutner-Fischer
2011-01-11build: remove duplicate import of utilsBernhard Reutner-Fischer
2011-01-10runqueue.py: Call bb.cache.Cache.loadDataFull function directly when dumping ...Richard Purdie
2011-01-10bitbake/runqueue.py: Fix del_stamp calls and -f option to bitbake with the Ba...Richard Purdie
2011-01-10msg: no need to hardcode the logging levelsChris Larson
2011-01-10vim: properly highlight python inside of ${@}Chris Larson
2011-01-10vim: handle highlighting exports without assignmentChris Larson
2011-01-10vim: add an ftplugin for indentation settingsChris Larson
2011-01-10bitbake: handle IOError from event_queue.getChris Larson
2011-01-10Inject taskpid into log records via our log handlerChris Larson
2011-01-10Switch to fetch2 fetcher code based on the environment variable BBFETCH2Richard Purdie
2011-01-10bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetchYu Ke
2011-01-10fetch2/git: Remove duplicated code only added for backwards compatibilityRichard Purdie
2011-01-10bitbake: copy bb.fetch to bb.fetch2 as initial code base for fetcher overhaulYu Ke
2011-01-10utils.py: Update log message to use the logger callsRichard Purdie
2011-01-10event.py: Improve debug about invalid eventsRichard Purdie
2011-01-10persist_data: Don't loop forever waiting on database locksRichard Purdie
2011-01-10bitbake/runqueue.py: Fix a bug where do_setscene dependencies would be ignoredRichard Purdie
2011-01-10runqueue.py: Fix undefined schedulers variable referenceRichard Purdie
2011-01-10runqueue.py: Add debug to help resolve partial log message failureRichard Purdie
2011-01-10runqueue.py: Add missing result return value in setscene failure pathRichard Purdie
2011-01-10runqueue.py: Fix up some lost range->xrange conversions misplaced as part of ...Richard Purdie