summaryrefslogtreecommitdiffstats
path: root/lib/bb/persist_data.py
AgeCommit message (Expand)Author
2011-02-08persist_data: kill unreachable break lineChris Larson
2011-02-08persist_data: loop on database lock for table creationChris Larson
2011-01-10persist_data: Don't loop forever waiting on database locksRichard Purdie
2010-12-23persist_data: unbork the resurrect of select lock waitChris Larson
2010-12-23persist_data: resurrect the lock wait for selectsChris Larson
2010-12-10Rework the persist_data APIChris Larson
2010-11-19Revert "persist_data: cache connection and use cursor"Chris Larson
2010-11-18persist_data: handle locked db for SELECTChris Larson
2010-09-03Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-06-04persist_data: cache connection and use cursorBernhard Reutner-Fischer
2010-04-11Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson
2010-04-10Switch some references to moved functionsChris Larson
2010-04-09Formatting cleanupsChris Larson
2009-10-17Add a compare-versions command which returns whether the SRCREV versions have...Richard Purdie
2008-05-11Allow to store the PersistData in a PERSISTENT_DIR.Holger Hans Peter Freyther
2008-01-20persist_data.py: Add sqlite version checksRichard Purdie
2007-08-05persist_data: Retry if database locked, update MANIFESTRichard Purdie
2007-07-29persist_data.py: Try harder to import an sqlite package. Show how to change t...Richard Purdie
2007-07-29persist_data: Remove bogus testing codeRichard Purdie
2007-07-28Add persistent data store moduleRichard Purdie