don't send emails for waf-svn tree
[amitay/build-farm.git] / import-and-analyse.py
2011-01-13 Andrew Tridgelldon't send emails for waf-svn tree
2010-12-20 Jelmer VernooijMove some of the build diff logic to the buildfarm...
2010-12-07 Jelmer VernooijCope with multiple builds with the same checksum.
2010-12-04 jelmer@samba.orgSubunit diff.
2010-12-04 Jelmer VernooijMerge StormCachingBuildFarm and BuildFarm.
2010-12-03 Jelmer VernooijKill StormCachingBuildFarm - regular build farm now...
2010-11-30 Jelmer VernooijSimplify code a bit.
2010-11-24 Jelmer VernooijMove resource limiting to import-and-analyse script...
2010-11-24 jelmer@samba.orgAlways scan for revision (again) as it's needed for...
2010-11-24 jelmer@samba.orgRemove old build rather than uploaded build.
2010-11-24 Matthieu Patoufix broken parameter
2010-11-23 jelmer@samba.orgRemove build log from the upload directory when we...
2010-11-23 jelmer@samba.orgAdd convenience function for getting at a build uri.
2010-11-22 Jelmer VernooijRename data -> build.
2010-11-22 Jelmer VernooijFix tests.
2010-11-17 Jelmer Vernooijremove more unicode references.
2010-11-15 Jelmer VernooijSupport passing timeout to the StormCachingBuildFarm.
2010-11-13 Jelmer VernooijFix nasty gram sending.
2010-11-13 Jelmer VernooijProperly encode dictionary elements.
2010-11-13 Jelmer VernooijFix blame mail sending.
2010-11-13 Jelmer VernooijTry a bit harder to not fetch from the upload directory...
2010-11-13 Jelmer VernooijFix formatting.
2010-11-13 Jelmer VernooijCope with missing revision info in logs.
2010-11-13 Jelmer VernooijSkip duplicate builds.
2010-11-13 Jelmer VernooijDon't kill upload builds just yet, improve verboseness.
2010-11-13 Jelmer VernooijCope with previous builds disappearing.
2010-11-13 Jelmer VernooijCope with builds already existing.
2010-11-13 Jelmer VernooijVarious fixes found during ad-hoc testing.
2010-11-13 Jelmer VernooijMore fixes for import-and-analyse.
2010-11-13 Jelmer VernooijBe verbose when there's no previous build.
2010-11-13 Jelmer VernooijCope with import-and-analyse dry runs.
2010-11-12 Jelmer VernooijUse sqlite backed buildfarm in import-and-analyse.
2010-11-12 Jelmer VernooijSome fixes for import-and-analyse.
2010-11-12 Jelmer VernooijPrint build status when verbose.
2010-11-12 Jelmer VernooijMore fixes, implement Build.__repr__.
2010-11-12 Jelmer VernooijProvide stub get_previous_revision.
2010-11-12 Jelmer VernooijHonor dry_run in import-and-analyse.
2010-11-12 Jelmer VernooijSupport removing builds.
2010-11-12 Jelmer VernooijRemove some unncessary indirects.
2010-11-12 Jelmer VernooijSimplify history walking.
2010-11-11 Jelmer Vernooijmake import-and-analyse executable.
2010-11-10 Jelmer VernooijMore improvements to import-and-analyse.
2010-11-10 Jelmer VernooijSimplify new build iteration.
2010-11-10 Jelmer VernooijMore work on import and analyse.
2010-11-10 Jelmer VernooijRemove trees from BuildResultStore.
2010-11-10 Jelmer VernooijAdd BuildFarm object, remove compilers and host_age...
2010-11-10 Jelmer VernooijAdd python version of import-and-analyse.pl.